> I always wandered myself how this works. > > For instance... in python, you can code something like > > import gtk > import glade > import pygtk > > And use the methods in these modules throughout your app. > could this be done in gambas somehow? > > I have had instances in gambas where I could really use a shared > library but i'm unable to import it... the Extern method is beyond my > scope of skills ATM, and the documentation is sort of hard for me to > understand. >
Actually, "import" in Python is the same as checking a component in the Gambas IDE project property dialog. Note that you can load components at runtime too, with the Component.Load() method. Regards, -- Benoît ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
