On Tuesday 04 February 2014 17:23:10 misu kun wrote:
> thanks Martin
> all i want to do is to dock all sub forms inside the main form , like
> the layout shown in the picture.
>
Then you can use tdockform for the sub forms which are separate units and 
designtime forms and tdockpanelformcontroller (tab Widget) in order to manage 
user defined dockpanels and menu entries, have a look to MSEide (which was 
made before tdockpanelformcontroller existed) and MSEgit and MSEspice (with 
tdockpanelformcontroller).
https://gitorious.org/mseuniverse/mseuniverse/source/tools

Another possibility is to place tdockformwidget's into tdockpanel's in a 
single form at design time. This is less flexible but OK if the sub forms 
don't need to float.

The settings for docking and splitting are in the "dragdock" and "frame" 
properties. The design time docked widgets will be layouted (split 
horizontally, vertically or tabbed) at runtime if the optionsdock 
od_splitvert, od_splithorz or od_tabed in the container are set. The default 
split direction is set in "splitdir" property of the container.
There are many, many possibilities... ;-)
If the split direction is fix and the panels don't need to float it is also 
possible to use tsplitter in order to adjust the sizes of the widgets at 
runtime.

Martin

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to