[Gambas-user] make error ‘GDK_KEY_Z’ was not declared in this scope rev 3578

2011-02-18 Thread Emanuele Sottocorno
Ubuntu 10.04 x86_64 GBS3 rev 3578 configure ends with no error make: textarea.cpp: In function ‘gboolean cb_keypress(GtkWidget*, GdkEvent*, gTextArea*)’: gtextarea.cpp:267: error: ‘GDK_KEY_Z’ was not declared in this scope gtextarea.cpp:267: error: ‘GDK_KEY_z’ was not declared in this scope

Re: [Gambas-user] make error ‘GDK_KEY_Z’ was not declared in this scope rev 3578

2011-02-18 Thread Benoît Minisini
Ubuntu 10.04 x86_64 GBS3 rev 3578 configure ends with no error make: textarea.cpp: In function ‘gboolean cb_keypress(GtkWidget*, GdkEvent*, gTextArea*)’: gtextarea.cpp:267: error: ‘GDK_KEY_Z’ was not declared in this scope gtextarea.cpp:267: error: ‘GDK_KEY_z’ was not declared in this

Re: [Gambas-user] Bug in gb3: Message buttons are not translated

2011-02-18 Thread Benoît Minisini
With the exception of Message.Optional, all other messages display the buttons in the original language. Test it in any form with any message: Public Sub Form_Menu() If Message.Question((Do you really want to?), (Yes), (No)) = 1 Then Me.Close Endif End The strings Yes and No

Re: [Gambas-user] Download JPG with HttpClient to memory

2011-02-18 Thread Benoît Minisini
Hi list I am unable to download a JPG image from an IP Webcam and feed a PictureBox, without creating a file-like object. I'm using HttpClient to fetch the images asyncronously, but the buffer at last is only a string representation of its binary data. How do I convert this data into

Re: [Gambas-user] Changing hierarchy later

2011-02-18 Thread Gregor Burck
or in words: After I create a Form I want to group some elements in a frame or Tab. I think the only way is to cut the elements and place them into the new container. I guess to take the hierarchy tree, but I only can move elements in the same hierarchy. By Gregor --

Re: [Gambas-user] make error ‘GDK_KEY_Z’ was not declared in this scope rev 3578

2011-02-18 Thread Emanuele Sottocorno
Il giorno ven, 18/02/2011 alle 14.19 +0100, Benoît Minisini ha scritto: Ubuntu 10.04 x86_64 GBS3 rev 3578 configure ends with no error make: textarea.cpp: In function ‘gboolean cb_keypress(GtkWidget*, GdkEvent*, gTextArea*)’: gtextarea.cpp:267: error: ‘GDK_KEY_Z’ was not declared

Re: [Gambas-user] Bug in gb3: Message buttons are not translated

2011-02-18 Thread Matti
This is really weird. But: - In my Qt4 stringtable, Yes was translated, and I added No. - I encounter english button texts in no other app. - In gb3, the button of Message.Optional is translated. - In gb2, all Message buttons are translated. So this looks clearly like a gb3 problem to me. Give it

Re: [Gambas-user] Showmodal causes invalid object!

2011-02-18 Thread Benoît Minisini
I don't want to pressure, but have I understand this correctly, this is bug? Or did I miss something? Jussi This is a side effect of a feature I should remove maybe: The first instanciated Window (or Form) automatically becomes the main window. When that window is closed, all other