Re: [Gambas-user] packaging

2009-11-01 Thread Benoît Minisini
Hello Benoît, Now the packaging is OK since the fakeroot is added. When I run the install file then it works. When I start my installed application, it doesn't work (refers to missing mysql driver). Even worst, when I start gambas it also doesn't work anymore. It comes directly after

[Gambas-user] Is Gambas desktop-neutral

2009-11-01 Thread Benoît Minisini
If you are taking suggestions... I would highly suggest you make GamBas desktop neutral. The fact that it drags in kde and gnome libraries is simply horrible. Jerry Please create another thread when changing the subject! Gambas *is* desktop-neutral - as far as it can be. It has only

Re: [Gambas-user] Karmic sqlite problem.

2009-11-01 Thread R. Stormo
I have been trieing to compile a little older versions of gambas to see if that will work, but that would not compile. Hope someone have a idea how to make it compile. I have done, ./configure and with make I got this error, or Gambas2 2.10.2. make[2]: Leaving directory

[Gambas-user] Run Gambas on a USB key (was Re: set of questions)

2009-11-01 Thread Benoît Minisini
From Dima Malkov: I want to run my gambas2-application from USB-FLASH-DISK on the computers, that do not have gambas2 installed. There is a folder on my USB-FLASH-DISK with my application and subfolders: 1) bin, includes files gba2, gbc2, gbi2, gbx2, soft links; 2) lib, includes

[Gambas-user] Optional arguments and IDE

2009-11-01 Thread Jussi Lahtinen
Benoit, Is it possible to show default values of optional arguments, when you write function/sub call? Now you can only see gray text bOptionalArgumentName As Boolean, I'd like to see bOptionalArgumentName As Boolean = True. Jussi

[Gambas-user] Possible Bug - ValueBox

2009-11-01 Thread Steven James Drinnan
I was adding a ValueBox and I wanted to add a default value. But ... There was no 'text' property field in the IDE Still can set the default value in code though. Steven [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.30.9-90.fc11.x86_64 DistributionVendor=redhat

Re: [Gambas-user] Possible Bug - ValueBox

2009-11-01 Thread Steven James Drinnan
I just noticed the value field. But this also does not appear in the properties of the IDE. Steven On Mon, 2009-11-02 at 14:47 +0800, Steven James Drinnan wrote: I was adding a ValueBox and I wanted to add a default value. But ... There was no 'text' property field in the IDE