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 » About PageContainer Collapse All
Subject Author Date
Arkin Terli Feb 23, 2006 - 6:24 AM

Hi,

I want to use many custom dialogs with page container but also handle all events in container’s class... Is it possible? if yes, how can i do?

Thank you

// Arkin

Technical Support Feb 23, 2006 - 11:52 AM

It is possible to override the PreTranslateMessage() and/or OnCmdMsg() virtual methods in each dialog page and invoke the same methods in the container where you can analyze and handle all the possible messages and/or commands and command updating requests. But we think this way is much less convenient than handling events separately in each page window.