Re: [Gambas-user] GAlarm alternative for KAlarm

2015-04-14 Thread Benoît Minisini
Le 15/04/2015 07:20, Benoît Minisini a écrit : > Le 15/04/2015 03:04, Jussi Lahtinen a écrit : >> Hi! >> I tired to fight with many little annoying incompatibility issues KAlarm >> have with non-KDE desktops. >> So, I wrote alternative for it. It doesn't have all the features KAlarm >> has, but it

Re: [Gambas-user] GAlarm alternative for KAlarm

2015-04-14 Thread Benoît Minisini
Le 15/04/2015 03:04, Jussi Lahtinen a écrit : > Hi! > I tired to fight with many little annoying incompatibility issues KAlarm > have with non-KDE desktops. > So, I wrote alternative for it. It doesn't have all the features KAlarm > has, but it has what I need. > If you need more features for it, y

[Gambas-user] GAlarm alternative for KAlarm

2015-04-14 Thread Jussi Lahtinen
Hi! I tired to fight with many little annoying incompatibility issues KAlarm have with non-KDE desktops. So, I wrote alternative for it. It doesn't have all the features KAlarm has, but it has what I need. If you need more features for it, you are welcome to add them (GPL3 license). Please try it

[Gambas-user] Buttons: Background and Foreground colors do not work.

2015-04-14 Thread Gian
With gb.qt4 and gb.qt4.ext components, Background and Foreground color of Buttons do not work. They work with Qt Configuration setting on Cleanlooks or Plastique. Regards Gianluigi [System] Gambas=3.7.1 OperatingSystem=Linux Kernel=3.13.0-49-generic Architecture=x86_64 Distribution=Ubuntu 14.04.2

Re: [Gambas-user] Reading control properties from a collection

2015-04-14 Thread ML
Marty, Never a good idea to dirty your fingers poking a form's controls from another one. Been there, done that, regretted it for a long time. I'd do this instead, and it's a general-purpose approach that served me well for a long time, no matter the cross-forms (or even cross-class) data you

[Gambas-user] Reading control properties from a collection

2015-04-14 Thread Martin McGlensey
Hello, I have a form that contains a named datasource. I want to read the name and table properties of that datasource from another form. Both forms are visible. I've used the loop "For each hWindow in Windows" to test to see if the form is visible. If it is I cycle through the control collect