[Gambas-user] Component Loading

tobias tobiasboe1 at ...20...
Sun Jun 26 17:27:03 CEST 2011


hi,

i never used the Class class before and now tried, as a preparation for 
using Component class, to manually load a class.
the class looks like:
PUBLIC SUB _init()
   PRINT "Here I am"
END

if i load it using
Class.Load("testclass")
everything is fine.
i saw in the sources (just in a comment) that one can also put his 
components (and classes, too?) into ~/.local/lib/gambas2/ so i tried 
this one. when i Class.Load() there is no error saying that it isn't 
found but there is also no message...
can anyone explain it clearly to me?

regards,
tobi




More information about the User mailing list