[Gambas-user] ERROR with rev. 7145

2015-06-26 Thread Ru Vuott
Hello, I obtain ERROR in Make with rev. 7145: gtrayicon.cpp: In static member function 'static bool gTrayIcon::hasSystemTray()': gtrayicon.cpp:386:29: error: 'X11_get_system_tray' was not declared in this scope return X11_get_system_tray() != 0; ^

Re: [Gambas-user] gb.dbus and signals

2015-06-26 Thread Fabien Bodard
Le 26 juin 2015 13:36, Benoît Minisini gam...@users.sourceforge.net a écrit : Hi, In revision #7146 I have added to the gb.dbus component the ability to raise signals. How does it work? All events defined in your DBusObject become DBus signals. The name of the event must be the name of

Re: [Gambas-user] Problems with HSplit

2015-06-26 Thread Charlie Reinl
Am Freitag, den 26.06.2015, 13:24 -0600 schrieb herberth guzman: Salut Benoit as always for help. I have a Hsplit on a form I create 2 buttons run the form, the buttons look the same size the problem is when clean Hsplit (HSplit1.Children.Clean) and I return to create the buttons

[Gambas-user] Problems with HSplit

2015-06-26 Thread herberth guzman
Salut Benoit as always for help. I have a Hsplit on a form I create 2 buttons run the form, the buttons look the same size the problem is when clean Hsplit (HSplit1.Children.Clean) and I return to create the buttons inside HSplit resize buttons. CODE Public Sub Form_Open () Button1_Click

Re: [Gambas-user] Problems with HSplit

2015-06-26 Thread herberth guzman
Salut Amicalement Salut Herberth, Public Sub Button1_Click() Dim i As Integer HSplit1.Children.Clear For i = 1 To 2 hToggle = New Button(HSplit1) hToggle.Text = T i hToggle.Picture = Picture[icon:/32/add] Next hToggle.AutoResize = True End This works for me. But how you

Re: [Gambas-user] Running website from server

2015-06-26 Thread Ian
Randel, Don't forget to give your shell scripts an extension ie: myscript.gbw Then let Apache ( or ngix ) know that it's a CGI script. something like this: from the apache 000-default.conf on my web server ScriptAlias /cgi-bin /usr/lib/cgi-bin/ Directory /usr/lib/cgi-bin/

[Gambas-user] gb.dbus and signals

2015-06-26 Thread Benoît Minisini
Hi, In revision #7146 I have added to the gb.dbus component the ability to raise signals. How does it work? All events defined in your DBusObject become DBus signals. The name of the event must be the name of the interface where all dots are replaced by underscore, followed by an underscore

Re: [Gambas-user] ERROR with rev. 7145

2015-06-26 Thread Benoît Minisini
Le 26/06/2015 09:22, Ru Vuott a écrit : Hello, I obtain ERROR in Make with rev. 7145: gtrayicon.cpp: In static member function 'static bool gTrayIcon::hasSystemTray()': gtrayicon.cpp:386:29: error: 'X11_get_system_tray' was not declared in this scope return X11_get_system_tray() !=

Re: [Gambas-user] ERROR with rev. 7145

2015-06-26 Thread Ru Vuott
Yes, it's OK. bye Ven 26/6/15, Benoît Minisini gam...@users.sourceforge.net ha scritto: Oggetto: Re: [Gambas-user] ERROR with rev. 7145 A: mailing list for gambas users gambas-user@lists.sourceforge.net Data: Venerdì 26 giugno 2015, 13:22 Le