[Gambas-devel] Gambas 3 thingies (was ubuntu)

Benoît Minisini gambas at ...1...
Thu Jul 23 13:51:56 CEST 2009


> > My first comments:
> > When you try to compile your version 2 project it complaints about Bad
> > Form file version, quite understandable, but could this error be
> > extended with the name of the form? This will make it easier to do
> > underwater corrections to the files.
> >
> > If you have a project open and you want to start a new one next to it,
> > you have no option to do that, ie. it will close the open project
> > without asking.
> > When you want to open an existing project you can select []Open in
> > Another Window, this is also true for Gambas2, could this option be
> > added?
> >
> > And i'm missing the open toolbox icon in the toolbar, it's not there
> > anymore, it's only in the Tools menu.
>
> In the IDE windows frames are not drawn correctly.
> When you run the program it looks ok. See screenshot.
>
> Gambas 3 svn, qt, Ubuntu 9.04.
>
> Regards,
> Ron_2nd.

The IDE uses QT, whereas your program uses GTK+. And apparently you are just 
using a Qt style that does not draw frame borders, that's all. Gambas can't do 
anything for that.

Gambas does not draw controls: they are drawn by the underlying toolkit, based 
on a style usually defined in a control panel.

Regards,

-- 
Benoît




More information about the Devel mailing list