[Gambas-user] SidePanel

2009-11-02 Thread Toni
Hi, I have just started using Ubuntu 9.10 (which comes with Gnome 2.28) and I have noticed that SidePanel control doesn't get displayed properly for gb.gtk Gambas2 applications (I haven't tried with Gambas3). In the IDE the control looks ok but when the application is running, the control

Re: [Gambas-user] SidePanel

2009-11-02 Thread Toni
Hello Benoît, I updated my Gambas2 to the latest revision using the svn but my problem with the control and gtk hasn't disapeared :_( I attach a simple project with 2 labels and a SidePanel that doesn't work for me. If I change the components for this very same project from gb.gtk to gb.qt,

Re: [Gambas-user] SidePanel

2009-11-02 Thread Benoît Minisini
Hello Benoît, I updated my Gambas2 to the latest revision using the svn but my problem with the control and gtk hasn't disapeared :_( I attach a simple project with 2 labels and a SidePanel that doesn't work for me. If I change the components for this very same project from gb.gtk to gb.qt,

Re: [Gambas-user] SidePanel

2009-11-02 Thread Benoît Minisini
I have tried with different GTK+ styles with no luck. Maybe someone else running an Ubuntu Karmic 32bits can give SidePanel a try. Thanks, Toni I don't have the problem on my Ubuntu 9.04 64 bits. Strange... A new Ubuntu 9.10 feature? -- Benoît Minisini

[Gambas-user] Bonjour, question sur les propri étés de colorchooser

2009-11-02 Thread Eric Buhagiar
Bonjour, Après des échanges sur des forums, la question persiste. Peut on lire les propriétés Red,Green,Blue directement calculées par un ColorChooser ? Cette classe fait les conversions, j'ai essayé pas mal de méthodes mais je n'y arrive pas. Merci (et un grand bravo sincère pour le logiciel

Re: [Gambas-user] Bonjour, question sur les propriét és de colorchooser

2009-11-02 Thread Benoît Minisini
Bonjour, Après des échanges sur des forums, la question persiste. Peut on lire les propriétés Red,Green,Blue directement calculées par un ColorChooser ? Cette classe fait les conversions, j'ai essayé pas mal de méthodes mais je n'y arrive pas. Merci (et un grand bravo sincère pour le

Re: [Gambas-user] Optional arguments and IDE

2009-11-02 Thread Benoît Minisini
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 I put that on the TODO list. Regards, -- Benoît

Re: [Gambas-user] SidePanel

2009-11-02 Thread Johny Provoost
I'm working with Ubuntu 9.04 32 bits. Never worked with sidepanel before. Installed Gambas 2.17. Put two sidepanels on a window with GTK+ style. schermafdruk.png is as it in in the IDE. schermafdruk-1.png is as it is when the program is running. Strange. Must be something in Ubuntu if no one

Re: [Gambas-user] Run Gambas on a USB key

2009-11-02 Thread Jesus Guardon
Benoît Minisini escribió: You must: 0) Run ldd on the *.so files of all gambas components used by your application to make a list of needed shared libraries. Don't forget to run ldd on the interpreter. 1) Put all detected shared libraries in a folder. Let's name it /my/ld/dir 2)

Re: [Gambas-user] SidePanel

2009-11-02 Thread Benoît Minisini
I have tried with different GTK+ styles with no luck. Maybe someone else running an Ubuntu Karmic 32bits can give SidePanel a try. Thanks, Toni I have upgraded my Ubuntu 9.04 to Ubuntu 9.10, and the problem shows up! So that bug is related to a difference between Ubuntu 9.04 and Ubuntu

Re: [Gambas-user] SidePanel

2009-11-02 Thread Ron
Benoît Minisini schreef: I have tried with different GTK+ styles with no luck. Maybe someone else running an Ubuntu Karmic 32bits can give SidePanel a try. Thanks, Toni I have upgraded my Ubuntu 9.04 to Ubuntu 9.10, and the problem shows up! So that bug is related to a difference

Re: [Gambas-user] Karmic sqlite problem.

2009-11-02 Thread R. Stormo
Tried to compile many of the previous version of gambas without luck. So I had to attach the problem by the root. Why does my program not start and do hang.?? After some forward and backward I found that my program will start with gb.gtk and gb.gtk.ext instead of gb.qt and gb.qt.ext. Can't use

Re: [Gambas-user] Karmic sqlite problem.

2009-11-02 Thread Benoît Minisini
Tried to compile many of the previous version of gambas without luck. So I had to attach the problem by the root. Why does my program not start and do hang.?? After some forward and backward I found that my program will start with gb.gtk and gb.gtk.ext instead of gb.qt and gb.qt.ext. Can't

[Gambas-user] Problems with GTK+ programs on recent distributions (Ubuntu 9.10 for example)

2009-11-02 Thread Benoît Minisini
Hi, I found where the problem comes from: GTK+ 2.18 is not fully backward compatible with previous versions of GTK+. Good idea to do that without changing the major version number of the library... There is a workaround: define the environment variable GDK_NATIVE_WINDOWS, and GTK+ (GDK

[Gambas-user] code editor displays incorrect colors and character formatting

2009-11-02 Thread kevinfishburne
I just recently compiled and installed GAMBAS 2.17.0 from the package provided here: http://prdownloads.sourceforge.net/gambas/gambas2-2.17.0.tar.bz2?download and while it appears to run and execute programs properly it displays the wrong colors and text formatting in the code editor. Some text

Re: [Gambas-user] Bonjour, question sur les propri étés de colorchooser

2009-11-02 Thread nospam.nospam.nos...@gmail.com
On Mon, 2009-11-02 at 18:31 +0100, Eric Buhagiar wrote: Bonjour, Après des échanges sur des forums, la question persiste. Peut on lire les propriétés Red,Green,Blue directement calculées par un ColorChooser ? Cette classe fait les conversions, j'ai essayé pas mal de méthodes mais je n'y

Re: [Gambas-user] SidePanel

2009-11-02 Thread nospam.nospam.nos...@gmail.com
On Mon, 2009-11-02 at 18:51 +0100, Johny Provoost wrote: Strange. Must be something in Ubuntu if no one else have it. It is Ubuntu. I'm running 9.10 x64 and your problem is reproducible here. -- Come build with us!