[Gambas-user] How do I....

Fabien BODARD Gambasfr at ...11...
Fri Aug 8 17:35:43 CEST 2003


Le Vendredi 8 Août 2003 15:52, mephisto75 at ...20... a écrit :
> Hello,
> I've got a few problems and wonder if anybody in this list can help me.
>
> 1st I need to implement a "Directory Treeview" which means a Treeview which
> contains the tree of a give directory. Has anybody already written a code
> for that and can tell me the best way to do it ? Cause after trying few
> ideas thelast days I'm kind of stuck.
> Anyway what about adding such a "Directory Treeview" and maybe a "Directory
> Listbox" as standartcomponent in the Toolbox ? Because it is commonly used
> and VB offers such a component.


in gambas or C++ ? In gambas you can see mine in the file SupSelector.Class in 
the gambas IDE Source at the SUB  Fill_Tree


> 2nd I want to use a form for opening a file. How do I pass the content of a
> component e.g. Textbox.text which is  part of this form which I opened from
> the MainClass back to the Mainclass. In general how do I pass over values
> from one class to the other or the value of a component to another class or
> read it out from another class ?

Choose the option in Menu   Project>Properties... after... Choose Advenced 
Option bookmark AND select 'Form control are public'

> 3nd when will it be possible to create standalone executeables with Gambas
> ?

No, to execute a compiled gambas project you need the runtime. Because the 
compiler just product a pcode. Like vb (not the 6) and vb.n

> Best regards
>
> __________________________________________________________________________
> Die sicherste Form der Kommunikation: E-Mails verschluesseln, Spam-Filter,
> Adressverifizierung, digitale Unterschrift: http://freemail.web.de
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user


Fabien BODARD




More information about the User mailing list