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

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 butt

[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] gb.dbus and signals

2015-06-26 Thread Fabien Bodard
Le 26 juin 2015 13:36, "Benoît Minisini" 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 the interface wh

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 ha scritto: Oggetto: Re: [Gambas-user] ERROR with rev. 7145 A: "mailing list for gambas users" Data: Venerdì 26 giugno 2015, 13:22 Le 26/06/2015 09:22, Ru Vuott a écrit : > Hello, > > I obt

[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 a

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_t

Re: [Gambas-user] Running website from server

2015-06-26 Thread Benoît Minisini
Le 25/06/2015 19:35, Moviga Technologies a écrit : > > > Hi! > > I have made a website with Gambas, and uploaded it to my Ubuntu 15.04 > VirtualBox server. > > As I run: > > $ gbr3 website.gambas --httpd > > it just spits out html markup in the console window... > It's: GB_HTTPD_PORT=XXX gbr3 --h

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/" AllowOverride None

[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; ^ gtrayicon.cpp:3