[Gambas-user] The lastest version gambas can't run in fedora 11

2009-06-21 Thread Swee Kwang Tan
Dear Sir, I've upgrade my system from ubuntu8.04 to fedora 11, after intall the gambas2-2.13.1, I found that my program can't run on the latest gambas version, because the gambas2-gb-db-postgresql is missing, my program can run in ubuntu 8.04 normally with the 2.8.2 version, I wish to download the

[Gambas-user] Null Object FSetEditor.CanSetBreakpoint error.1061

2009-06-21 Thread richard terry
I've generated inadvertantly some sort of bug and cant load my project what happens was this. I inadvertantly did a global replace on a word, when I only had meant to click for the subroutine. 350+ replacements, so I closed the project and answered 'no' to save all files. when I went to re-lo

[Gambas-user] GridEditor

2009-06-21 Thread Jason Hackney
I know I'm beating this up, but I am getting incredibly frustrated trying to figure out how this thing works. Gambas 2.12 / Ubuntu 8.10 The first image is with gb.qt & gb.qt.ext components enabled (gtk disabled). - I only see a partial toolbar and no grid displays. The second image is with gb.g

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-21 Thread Steven James Drinnan
No need it is included in gamba2-gb-db. I have had a similar problem with the SDL component. if you are installing and have a dependency problem. Make sure that the above and all other required files are installed. Then run from a cmd prompt su rpm -ivh --nodeps 'the-name-of-your-rpm' if you

Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29

2009-06-21 Thread Swee Kwang Tan
Dear Sir, I've upgrade my system from ubuntu8.04 to fedora 11, after intall the gambas2-2.13.1, I found that my program can't run on the latest gambas version, because the gambas2-gb-db-postgresql is missing, my program can run in ubuntu 8.04 normally, I wish to download the missing package, but w

[Gambas-user] Boder = sunken, raised etc

2009-06-21 Thread programacion
Hello. I wonder if the property border = (raised, plain, sunken ..) of a button are now obsolete Regards -- Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two d

Re: [Gambas-user] GTK TRISTATE CHECKBOX NO POSSIBLE TO SET TO THREE DIFFERENTS STATES

2009-06-21 Thread Benoît Minisini
> > Hi, > > > > The checkbox control in gtk is no possible to change to other states y > > you select CheckBox.None as default value. There's all ok if you use the > > same code with qt component. > > > > Somebody knows if is it a bug or a GTK limitation? > > > > To reproduce this, it isn't necessa

Re: [Gambas-user] GTK TRISTATE CHECKBOX NO POSSIBLE TO SET TO THREE DIFFERENTS STATES

2009-06-21 Thread Benoît Minisini
> Hi, > > The checkbox control in gtk is no possible to change to other states y > you select CheckBox.None as default value. There's all ok if you use the > same code with qt component. > > Somebody knows if is it a bug or a GTK limitation? > > To reproduce this, it isn't necessary to write code:

Re: [Gambas-user] GAMBAS IDE font/form size versus runtime font/form size

2009-06-21 Thread Benoît Minisini
> kevinfishburne ha scritto: > > I'm using GAMBAS 2.13 under Ubuntu 9.10 development branch and the GNOME > > desktop environment. I've noticed that the GAMBAS IDE ignores GNOME font > > sizes, but when I run a GAMBAS app it adheres to GNOME's font sizes, > > adjusting form and control sizes accord

Re: [Gambas-user] GAMBAS IDE font/form size versus runtime font/form size

2009-06-21 Thread Doriano Blengino
kevinfishburne ha scritto: > I'm using GAMBAS 2.13 under Ubuntu 9.10 development branch and the GNOME > desktop environment. I've noticed that the GAMBAS IDE ignores GNOME font > sizes, but when I run a GAMBAS app it adheres to GNOME's font sizes, > adjusting form and control sizes accordingly. I c

Re: [Gambas-user] GAMBAS IDE font/form size versus runtime font/form size

2009-06-21 Thread Ricardo Díaz Martín
Try to set "Scaled" property in forms to False. This way you see the same in design mode than running app (if you are using qt componets; if you are using gtk components is almost the same). kevinfishburne escribió: > I'm using GAMBAS 2.13 under Ubuntu 9.10 development branch and the GNOME > de