Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Add iten to CExtPageNavigatorWnd Collapse All
Subject Author Date
jb lee Feb 22, 2006 - 11:55 AM

I’m new to the library.


In my project, I need a page which use CExtPageNaviatorWnd.


I wanna arrange a combobox and dialogs in it.


Making UI is a piece of cake.


But, I don’t know how to process the events. for example, when the combobox item changes, the dialog is changed to other dialog and menu, toolbar too.


Would you please give me some advice?


 

Technical Support Feb 23, 2006 - 10:29 AM

Could you send us some screenshots or a sample project which describes where the combo box is placed and which dialogs need to be changed, which menu, which toolbars, and etc.?

Technical Support Feb 27, 2006 - 10:47 AM

Here is the project that implements the page navigator you need. The solution is based on inserting a dialog into the page container. This dialog is used just as a container for the anchored combo box and tab page container controls. The tab page container control contains two pages with different dialogs which can be selected with the PageSelectionSet() method. The tabs are removed so that it looks like you requested.