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 » CExtSplitterWnd question Collapse All
Subject Author Date
tera tera Oct 29, 2009 - 1:30 AM

Hello.


I want to let a split bar follow a specific direction.

An anchor has a command such as RB.

There is not a command equivalent to this in a spirit.

I want to let a bar follow bottom of the frame.


The sample program is this place.

http://ifreeta.dee.cc/20091029/SampleSplit4.lzh


With a spirit command, I want to realize such a screen

http://ifreeta.dee.cc/20091029/Untitled16.html


 

Technical Support Nov 2, 2009 - 9:08 AM

You can create the frame window with the WS_CHILD style and use this frame as a page window. As a result, the splitter mode bar will become part of tab page.

tera tera Nov 3, 2009 - 6:26 PM

 


Every tab, page content is different.

Can you stick a docking bar on the specific dialog inside?


I want a sample.....

Technical Support Oct 30, 2009 - 2:37 PM

This the default behavior of the splitter window. You have a reason to switch using resizable control bar without caption and with disabled re-docking behavior. You can simply dock such bar to the bottom and it will work like splitter. Additionally, resizable bars support the state persistence. I.e. you can save restore bar location and sizes.


tera tera Nov 1, 2009 - 6:13 PM

In this example


1, I stick a tab1 in a dialog.

2, I stick a dialog2 in a tab1.


In a dialog, CExtContorlBar is not stuck?