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 (
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
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
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
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
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
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
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
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 :
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.
>>
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 :
>>>
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
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
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
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
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
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
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
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 "]
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
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
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
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"]
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
_
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
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
26 matches
Mail list logo