Re: [Gambas-user] extended Combobox

2014-05-27 Thread Norbert Szenográdi
Dear All, I have a problem. So, how can I do trayicon with trayicon_menu under Debian Wheezy + Gnome3? This is worked under Gnome panel 2.x: TrayIcon1.Picture = Picture.Load(xx.png) Thanks, Sevoir 2014-05-26 22:03 keltezéssel, Matti írta: +1 That's exactly what I need. I made a custom

Re: [Gambas-user] extended Combobox

2014-05-27 Thread Norbert Szenográdi
Solved: missing: TrayIcon1.Show line. Sevoir 2014-05-27 09:29 keltezéssel, Norbert Szenográdi írta: Dear All, I have a problem. So, how can I do trayicon with trayicon_menu under Debian Wheezy + Gnome3? This is worked under Gnome panel 2.x: TrayIcon1.Picture = Picture.Load(xx.png)

Re: [Gambas-user] gb.desktop.x11

2014-05-27 Thread Fabien Bodard
The signature of gb.setwindowproperty have changed. The windows id must be given in the first argument and not in the last. Le 24 mai 2014 00:31, herberth guzman herberthguz...@gmail.com a écrit : Hi Beno?t I have a problem with mypanel review # 6261 works well. Today update review # 6287

Re: [Gambas-user] extended Combobox

2014-05-27 Thread Rolf-Werner Eilert
Am 26.05.2014 11:50, schrieb Benoît Minisini: Le 25/05/2014 23:48, Christof Thalhofer a écrit : Hi, Am 25.05.2014 21:12, schrieb Karl Reinl: I need an extended Combobox, no sorry I would like to have an extended Combobox, where I can add elements like .Add(Item AS String[,key AS

Re: [Gambas-user] gb.desktop.x11

2014-05-27 Thread PICCORO McKAY Lenz
From: Fabien Bodard gambas...@gmail.com The signature of gb.setwindowproperty have changed. The windows id must be given in the first argument and not in the last. Le 24 mai 2014 00:31, herberth guzman herberthguz...@gmail.com a ?crit : But this break forward compatibility as said in

Re: [Gambas-user] Compiling Gambas on an Allwinner A10 based system

2014-05-27 Thread Bruce Cunningham
That fixed it! Gambas is compiled and working now. Thanks to everyone who helped me get this working. What a great community! Bruce Bruce Cunningham Network Administrator Sportif USA Inc. (775) 359-6400 xt 132 bcunning...@sportif.com -Original Message- From: Jussi Lahtinen

Re: [Gambas-user] Issue 526 in gambas: Please create an AppData file for Gambas3

2014-05-27 Thread gambas
Updates: Status: Accepted Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement Comment #1 on issue 526 by benoit.m...@gmail.com: Please create an AppData file for Gambas3 http://code.google.com/p/gambas/issues/detail?id=526 (No comment was entered for this change.) --

[Gambas-user] BUG with the TreeView's new .item.Reparent()

2014-05-27 Thread epost
In TreeView, if you reparent a key to be a child of a key that has the same name as the key you want to reparent, there's an error message saying: New parent can not be a child item. Renaming the item I want to reparent avoids the bug... - Erik

Re: [Gambas-user] BUG with the TreeView's new .item.Reparent()

2014-05-27 Thread B Bruen
On Wed, 28 May 2014 03:36:02 +0200 ep...@joernerik.com wrote: In TreeView, if you reparent a key to be a child of a key that has the same name as the key you want to reparent, there's an error message saying: New parent can not be a child item. Renaming the item I want to reparent avoids

Re: [Gambas-user] BUG with the TreeView's new .item.Reparent()

2014-05-27 Thread epost
OK! I meant node insted of key then :) But, I think you misunderstood. Let me illustrate: Fred123 == Fred124 == Fred124 All these have unique keys, but if I want to reparent one of the Fred124 to be a child of the other, I get the aforementioned error. However, if I rename Fred124 to

Re: [Gambas-user] BUG with the TreeView's new .item.Reparent()

2014-05-27 Thread Fabien Bodard
If i understand well the error you must to add an void item before reparent ant then remove the void item. So the child parent become a parent node before the move Le 28 mai 2014 06:16, ep...@joernerik.com a écrit : OK! I meant node insted of key then :) But, I think you misunderstood. Let me