Re: [Gambas-user] gb.web.form: Multiple main forms

2016-11-20 Thread Tobias Boege
On Sun, 13 Nov 2016, Benoît Minisini wrote: > Le 13/11/2016 à 17:47, Tobias Boege a écrit : > > Hi Benoit, > > > > in revision #7958 you removed support for multiple main forms in > > gb.web.form. > > I have two webforms, a Login.webform and a MainSite.webform, the latter of > > which is my

Re: [Gambas-user] gb.web.form feature request: Custom title bar for windows

2016-11-20 Thread Tobias Boege
On Sun, 20 Nov 2016, Benoît Minisini wrote: > Le 20/11/2016 à 16:09, Tobias Boege a écrit : > > Hi Benoit, > > > > I would like to be able to render the title bar of a window by myself, > > because the gb.web.form standard does not match the design of my site. > > Is there any hook for that

Re: [Gambas-user] gb.web.form feature request: Custom title bar for windows

2016-11-20 Thread Benoît Minisini
Le 20/11/2016 à 16:09, Tobias Boege a écrit : > Hi Benoit, > > I would like to be able to render the title bar of a window by myself, > because the gb.web.form standard does not match the design of my site. > Is there any hook for that already? If not, I could imagine it being a > new Titlebar

Re: [Gambas-user] Monitoring DBus-Signal ?

2016-11-20 Thread Hans Lehmann
Am 19.11.2016 um 17:14 schrieb Hans Lehmann: I want to see the signal 'VolumeChanged' sent by the application 'org.gtk.Private.MTPVolumeMonitor' with the interface 'org.gtk.Private.RemoteVolumeMonitor'. The dbus-monitor program shows: signal sender=:1.10 -> dest=(null destination) serial=319

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-20 Thread Hans Lehmann
Am 18.11.2016 um 18:16 schrieb Benoît Minisini: > Thus: > > DBus[$sDBusService].Raise($hDBusObject, "GetGBVersion", ["3.9.1"]) > > is replaced by: > > DBus[$sDBusService].Raise($hDBusObject, > "org.gambas.signaltx2.nameversion.GetGBVersion", ["3.9.1"]) Hello, This change has the disadvantage

Re: [Gambas-user] Load modules dynamically ? Works as promised. Thanks. Closed

2016-11-20 Thread gbwilly
On 2016-11-16 06:42, u...@gmx.ch wrote: > Dear gbWilly > > Works as promised, great! > Maintaining becomes much easier now. > Thanks a lot! > > Regarding http://gambaswiki.org/wiki/doc/library: > - My system: Xubuntu 16.04 LTS, Gambas 3.9.1 > - The "project properties" looks slightly different

[Gambas-user] gb.web.form feature request: Custom title bar for windows

2016-11-20 Thread Tobias Boege
Hi Benoit, I would like to be able to render the title bar of a window by myself, because the gb.web.form standard does not match the design of my site. Is there any hook for that already? If not, I could imagine it being a new Titlebar event which is raised by the form. If the user handles it,

Re: [Gambas-user] Load modules dynamically ?

2016-11-20 Thread gbwilly
On 2016-11-16 08:52, Rolf-Werner Eilert wrote: > Am 14.11.2016 19:56, schrieb gbwi...@openmailbox.org: >> On 2016-11-14 18:17, u...@gmx.ch wrote: >>> Dear Gambas users, >>> >>> >>> The situation: >>> - Different gambas-programs, >>> - all using similar functions >>> - All those functions are