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 » In one dialogue, I want to control a boundary line. Collapse All
Subject Author Date
tera t Mar 18, 2008 - 1:07 AM

Hello.

In one dialogue.
I prepare a boundary line such as the spirit and want to control a domain.
http://www.yukai.jp/~ifreeta/20080318/image01.jpg.

please teach anything.

Technical Support Mar 19, 2008 - 6:52 AM

You should dock the first control bar on the right side of the main frame window using the CExtControlBar::DockControlBarInnerOuter() method. Then you should dock the second bar into the same area with the first one using the CExtControlBar::DockControlBarLTRB() method.


tera t Mar 18, 2008 - 11:12 PM

Hello.

In one dialogue, I want to perform it....
I want to have such a thing.

http://www.yukai.jp/~ifreeta/20080319/image40.jpg

Thanks,

Technical Support Mar 18, 2008 - 8:56 AM

Please take a look at the following sample application dedicated to changing the size of resizable control bars:

ChangeFloatingSize.zip

If you are using dialogs with controls inside resizable control bars, then you should anchor all the dialog controls to make the entire dialog layout looking correctly regardless of the dialog’s size.