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 » how to make modeless dialog dockable, resizable, tabbed with dynamic resizable control bar Collapse All
Subject Author Date
Claudiu Tanasescu Apr 5, 2010 - 4:51 AM

Hi Support,

How to use with your prof-uis library, a modeless dialog, to make this dockable,
resizable and tabbed , like resizable control bars, on a mdi project .

I want to create a mdi project and i need to use a modeless dialog that contain a data
grid. This modeless dialog need to be resizeble and dockable.

I understand there is a way to do it with dynamic resizable control bar, but i do not
know how. You can send me a simple example of how to make a modeless dialog dockable with this
method?

I appreciate a quick response, please ....

Thks,
Claudiu Tanasescu





Technical Support Apr 5, 2010 - 11:23 AM

Please create a new dialog template resource. This dialog should be marked as the child dialog type and visible. Then create a C++ class for this dialog, declare an appropriate dialog class property in your main frame and create this dialog as a child of a resizable control bar. That’s all.