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

2014-06-04 Thread Fabien Bodard
Benoit have added an example in the gambas examples Le 4 juin 2014 06:46, "herberth guzman" a écrit : > Hi Benoit > > Thanks for the SystemTray instance > > I saw the example gb.gui or gb.gtk3 and gives me the following error "Null > Object" > With gb.qt4 if it works but only shows gb.png image (

[Gambas-user] gb.desktop.x11

2014-06-03 Thread herberth guzman
Hi Benoit Thanks for the SystemTray instance I saw the example gb.gui or gb.gtk3 and gives me the following error "Null Object" With gb.qt4 if it works but only shows gb.png image (do not know if that is the goal) If you want to see the applet nm-applet in stalonetray my code as follows: Shell

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

2014-06-03 Thread Benoît Minisini
Le 03/06/2014 22:24, herberth guzman a écrit : > Hi Benoit > > Thanks for your help for everything you've done with gb.desktop.X11. > > No if lack of knowledge. > I'm a mistake, or do not know how. > > Follow your instructions: > > 1 - Cls_Start > > Static Public Sub X11Systray_Arrange() > > Di

[Gambas-user] gb.desktop.x11

2014-06-03 Thread herberth guzman
Hi Benoit Thanks for your help for everything you've done with gb.desktop.X11. No if lack of knowledge. I'm a mistake, or do not know how. Follow your instructions: 1 - Cls_Start Static Public Sub X11Systray_Arrange() Dim I As Integer Dim X As Integer X = 2 For I = 0 To X11Systra

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

2014-06-02 Thread Fabien Bodard
Le 2 juin 2014 02:48, "Benoît Minisini" a écrit : > > Le 31/05/2014 03:56, Benoît Minisini a écrit : > > Le 31/05/2014 01:07, herberth guzman a écrit : > >> Hi Benoit > >> > >> Thanks Benoit for Gambas3 , gb.desktop.x11 > >> Thanks to Fabien for his lib DesktopApps. > >> > >> My project is possibl

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

2014-06-01 Thread Benoît Minisini
Le 31/05/2014 03:56, Benoît Minisini a écrit : > Le 31/05/2014 01:07, herberth guzman a écrit : >> Hi Benoit >> >> Thanks Benoit for Gambas3 , gb.desktop.x11 >> Thanks to Fabien for his lib DesktopApps. >> >> My project is possible thanks to Benoit and Fabien. >> >> >> Panel Innova Desktop (Desktop

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

2014-05-30 Thread Benoît Minisini
Le 31/05/2014 01:07, herberth guzman a écrit : > Hi Benoit > > Thanks Benoit for Gambas3 , gb.desktop.x11 > Thanks to Fabien for his lib DesktopApps. > > My project is possible thanks to Benoit and Fabien. > > > Panel Innova Desktop (Desktop developed Gambas3) > > is a desktop panel, written in Gam

[Gambas-user] gb.desktop.x11

2014-05-30 Thread herberth guzman
Hi Benoit Thanks Benoit for Gambas3 , gb.desktop.x11 Thanks to Fabien for his lib DesktopApps. My project is possible thanks to Benoit and Fabien. Panel Innova Desktop (Desktop developed Gambas3) is a desktop panel, written in Gambas3 is funsional through Desktop.X11 and DesktopWatcher easy to

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

2014-05-30 Thread PICCORO McKAY Lenz
Oh that's great! Gambas rules! From: Beno?t Minisini >You even don't have to recompile anything. It should run as is. >Otherwise you can report a bug. of course! thanks! Le 30/05/2014 15:18, PICCORO McKAY Lenz a ?crit : > From: Beno?t Minisini >> Le 27/05/2014 15:15, PICCORO McKAY Lenz a ?crit :

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

2014-05-30 Thread Benoît Minisini
Le 30/05/2014 15:18, PICCORO McKAY Lenz a écrit : > From: Beno?t Minisini >> Le 27/05/2014 15:15, PICCORO McKAY Lenz a ?crit : >>> From: Fabien Bodard >>> The signature of gb.setwindowproperty have changed. The windows id must be given in the first argument and not in the last. >>

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

2014-05-30 Thread PICCORO McKAY Lenz
From: Beno?t Minisini >Le 27/05/2014 15:15, PICCORO McKAY Lenz a ?crit : >> From: 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" a >>> ?crit : >>>

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

2014-05-28 Thread Benoît Minisini
Le 27/05/2014 15:15, PICCORO McKAY Lenz a écrit : > From: 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" a >> ?crit : >> >> But this break forward comp

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

2014-05-27 Thread PICCORO McKAY Lenz
From: 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" a > ?crit : > > But this break forward compatibility as said in gambas page... make it that program mad

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" a écrit : > Hi > Beno?t > > I have a problem with mypanel review # 6261 works well. > > Today update review # 6287 mypanel and no lo

[Gambas-user] gb.desktop.x11

2014-05-23 Thread herberth guzman
Hi Beno?t I have a problem with mypanel review # 6261 works well. Today update review # 6287 mypanel and no longer works, gives the following error and lost the position and _NET_WM_STRUT_PARTIAL ERROR type mismatch, required String, Obtained Integer [] instead this line if it works X11.SetWind

Re: [Gambas-user] gb.desktop.x11 (Refresh Taskbar)

2014-05-21 Thread Benoît Minisini
Le 21/05/2014 18:58, herberth guzman a écrit : > Hi all > > I want to tell mypanel works well, but I want to improve. > > The update of the open windows I do by a TIMER, but I would like to do it > directly X11, someone who can help me please. > > Upgrading windows open is through a TIMER, but I wo

[Gambas-user] gb.desktop.x11 (Refresh Taskbar)

2014-05-21 Thread herberth guzman
Hi all I want to tell mypanel works well, but I want to improve. The update of the open windows I do by a TIMER, but I would like to do it directly X11, someone who can help me please. Upgrading windows open is through a TIMER, but I would like to do it directly gb.desktop.x11, someone who can h

Re: [Gambas-user] gb.desktop.x11 (taskbar)

2014-05-19 Thread Benoît Minisini
Le 19/05/2014 14:22, herberth guzman a écrit : > Hi Beno?t > > Thanks for giving us the gb.desktop.x11 component > The margins of the panel is funsional, the problem had it in CARDINAL > funsiona perfectly, thank you . > Please try to use a better english, because I don't really understand what

[Gambas-user] gb.desktop.x11 (taskbar)

2014-05-19 Thread herberth guzman
Hi Beno?t Thanks for giving us the gb.desktop.x11 component The margins of the panel is funsional, the problem had it in CARDINAL funsiona perfectly, thank you . Funsiona The code that follows ( the dependent position of the panel) : CODE X11.SetWindowProperty ( Atom [" _NET_WM_STRUT_PARTIAL "]

Re: [Gambas-user] gb.desktop.x11 (taskbar)

2014-05-16 Thread Fabien Bodard
well benoit forgot to export atom ... 2014-05-16 18:30 GMT+02:00 Benoît Minisini : > Le 16/05/2014 18:15, herberth guzman a écrit : >> Hi Beno?t >> >> Send part of my code from my taskbar >> I have read a little about freedesktop and have seen some codes (they are >> all different) >> Really do no

Re: [Gambas-user] gb.desktop.x11 (taskbar)

2014-05-16 Thread Benoît Minisini
Le 16/05/2014 18:15, herberth guzman a écrit : > Hi Beno?t > > Send part of my code from my taskbar > I have read a little about freedesktop and have seen some codes (they are > all different) > Really do not want to use one existing, I want one made ​​in Gambas3, is > that why I need it. > > I wou

[Gambas-user] gb.desktop.x11 (taskbar)

2014-05-16 Thread herberth guzman
Hi Beno?t Send part of my code from my taskbar I have read a little about freedesktop and have seen some codes (they are all different) Really do not want to use one existing, I want one made ​​in Gambas3, is that why I need it. I would like that my whole project is developed in Gambas3. And tha

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

2014-05-15 Thread Benoît Minisini
Le 15/05/2014 19:30, herberth guzman a écrit : > Hi > Beno?t > > Thanks for your help. > I did what you said, but not work, in my project I have the Atom Class > gb.desktop otherwise it fails. > > X11.SetWindowProperty (Atom ["_NET_WM_WINDOW_TYPE"], Atom ["ATOM"] > Atom ["_NET_WM_WINDOW_TYPE_DOCK"]

[Gambas-user] gb.desktop.x11

2014-05-15 Thread herberth guzman
Hi Beno?t Thanks for your help. I did what you said, but not work, in my project I have the Atom Class gb.desktop otherwise it fails. X11.SetWindowProperty (Atom ["_NET_WM_WINDOW_TYPE"], Atom ["ATOM"] Atom ["_NET_WM_WINDOW_TYPE_DOCK"], f_taskbar.Id) Also work with, but not work: _NET_WM_STRUT _

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

2014-05-14 Thread Benoît Minisini
Le 14/05/2014 22:06, herberth guzman a écrit : > Hi > Beno?t > > Thank you very much for your support and for new component gb.desktop.x11 > I settled Gambas3 review # 6261 > > Change the code a bit mypanel for example: > > _Desktop.MinimizeWindow(id_win_active, 1) = > X11.MinimizeWindow(id_win_act

[Gambas-user] gb.desktop.x11

2014-05-14 Thread herberth guzman
Hi Beno?t Thank you very much for your support and for new component gb.desktop.x11 I settled Gambas3 review # 6261 Change the code a bit mypanel for example: _Desktop.MinimizeWindow(id_win_active, 1) = X11.MinimizeWindow(id_win_active, 1) Truth no understand how to use it to implement gb.deskt