[Gambas-devel] missing components in toolbox
Rob
sourceforge-raindog2 at ...19...
Sat Feb 5 21:43:19 CET 2005
On Saturday 05 February 2005 13:10, Patrick Duflot wrote:
> Is Anybody know if there is a reason because, even i check all
> libraries in my project's properties ( ie gb, gb.compress,
> gb.db, gb.debug and so on), why i've never seen them in the
> toolbox ( in fact, i can see only those for "form, network, qt
> and gtk").
> Have'i made a mistake during installation ?
No, everything's fine. Components in Gambas fulfill the
functions of both components and references in VB... a Gambas
component can have both controls (which would go into the
toolbox) and normal classes (which don't.) You can tell the
difference by looking at the .component files associated with
each component.... lib.gb.qt.component has "Group=" and
"Controls=" lines, whereas lib.gb.db.component does not.
You should also have a KDE group in your toolbox though,
containing the URLLabel, ColorBox and DatePicker controls.
> ps . Is it possible to make graphical components , ie
> components which are visible in this toolbox ?
Sure, if you want to write them in C or C++. :) Native graphical
components will come eventually.
Rob
More information about the Devel
mailing list