[Gambas-user] Child Forms

Steven Drinnan steven at ...2097...
Wed Mar 18 07:47:07 CET 2009


You need to add another component. 

	gb.form.mdi

You will see the workspace control in your tool box now in the special
tab.

To populate it just use the add command like

Dim myform as New ourForm

myworkspace.Add(myform)


Where myworkspace is the name of the control.

See attached example.



On Tue, 2009-03-17 at 23:48 -0400, rwatts32 at ...401... wrote:
> I am running version 2.11. I installed from source on my Ubuntu 8.10 computer. I have gone in and enables gb.qt and gb.qt.ext in the Components section under Project Properties. I do not see anywhere that shows a control for a workpace. What do I need to to to get child forms running? Your help is greatly appreciated.
> 
> -Ricky
> 
> P.S. I have read http://gambasdoc.org/help/comp/gb.form.mdi/workspace/add and http://gambasdoc.org/help/comp/gb.form.mdi/workspace but these just confise me even more. Can someone explain it simpler?
> 
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mdiExample.tar.gz
Type: application/x-compressed-tar
Size: 8934 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20090318/5fd80801/attachment.bin>


More information about the User mailing list