[Gambas-user] Child Forms
richard terry
rterry at ...1946...
Wed Mar 18 07:21:54 CET 2009
On Wed, 18 Mar 2009 02:48:55 pm 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.
This is off the top of my head, but if it dos'nt work mail me and I'll do a
little mini-project for you.
You add whatever control you want to your workspace:
E.g You have a form called FMyForm with whatever on it that you want to put on
the workspace. Run it and make sure it loads.
ON the form with the workspace control called workspace1:
dim MyForm as FMyform (the form you created and tested)
Public sub form_open()
MyForm = New FMyForm
Workspace1.Add(MyForm)
end
Regards
richard
>
> -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
More information about the User
mailing list