Re: [Gambas-user] ICal parser

2014-10-07 Thread B Bruen
On Tue, 7 Oct 2014 19:45:10 +0200 Fabien Bodard wrote: > ... what is iCal :-P ? > > 2014-10-07 4:25 GMT+02:00 B Bruen : > > I don't suppose that anyone has an iCal parser utility that they would care > > to share do they? > > > > -- > > B Bruen > > Further research by moi reveals that I shoul

Re: [Gambas-user] Error with stored Connections

2014-10-07 Thread Benoît Minisini
Le 07/10/2014 11:26, Jorge Carrión a écrit : > I have a Stored connection to a mysqldatabase. If I do doubleClick on it in > the IDE it's opened with all tables, views and all it's stuff. > > Then I have a class named xControles who defines a control that contains > this: > > ... > > Export > > Inh

Re: [Gambas-user] help generation for local classes

2014-10-07 Thread Benoît Minisini
Le 07/10/2014 13:36, Benoît Minisini a écrit : > Le 07/10/2014 06:56, B Bruen a écrit : >> I am not sure where this crept in but... >> >> The IDE help browser now deems local classes to be non-creatable if >> they do not contain a _new() method. >> pic attached >> > > Mmm... Indeed. > It should be

Re: [Gambas-user] How to install gambas3 on a banana pi??

2014-10-07 Thread Wolfgang, dl7nb
The Daily Builds did the trick! Simple thing - if you know about it :-) ! Thank you Sebastian! Wolfgang Am 07.10.2014 um 20:25 schrieb Sebastian Kulesz: > It comes from the fact that the Stable PPA does not have ARM builds > enabled. Y sent a request to Launchpad to have it enabled, but the first

Re: [Gambas-user] How to install gambas3 on a banana pi??

2014-10-07 Thread Sebastian Kulesz
It comes from the fact that the Stable PPA does not have ARM builds enabled. Y sent a request to Launchpad to have it enabled, but the first builds will be for Gambas 3.6, as I don't want the x86 and ARM packages to be out of sync. You can try the Daily Builds PPA which has had ARM packages for a f

[Gambas-user] How to install gambas3 on a banana pi??

2014-10-07 Thread Wolfgang, dl7nb
Hello all, In the original Repository of Lubunto for banana pi there is only a Gambas3 3.1.1!! (was a good one a long time ago!) I tried a lot to install Gambas3 3.5.4 on my banana pi (armhf) with lubuntu. Installing from source went completely wrong. Then I tried the ppa:gambas-team/gambas3

[Gambas-user] How to install gambas3 on a banana pi??

2014-10-07 Thread Wolfgang, dl7nb
Hello all, In the original Repository of Lubunto for banana pi there is only a Gambas3 3.1.1!! (was a good one a long time ago!) I tried a lot to install Gambas3 3.5.4 on my banana pi (armhf) with lubuntu. Installing from source went completely wrong. Then I tried the ppa:gambas-team/gambas3 H

Re: [Gambas-user] ICal parser

2014-10-07 Thread Fabien Bodard
... what is iCal :-P ? 2014-10-07 4:25 GMT+02:00 B Bruen : > I don't suppose that anyone has an iCal parser utility that they would care > to share do they? > > -- > B Bruen > > -- > Meet PCI DSS 3.0 Compliance Requireme

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Fabien Bodard
2014-10-07 14:47 GMT+02:00 Charlie : > I had a look at this and came up with a possible solution. I have attached > NewComboBox code that was created in Gambas 3.5.4. > > It is not a simple as I would like but may give you some ideas. > > Charlie Well Charlie ... how to say that ... :-/ ... why a

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Christof Thalhofer
Hi, Am 07.10.2014 um 13:39 schrieb Benoît Minisini: > The ComboBox look and behaviour is entirely managed by the GUI toolkit > and theme. Most of GTK+ theme has this weird behaviour with ComboBox. > Qt4 don't, unless you use the QGtk widget theme that encapsulates a GTK+ > theme inside a QT on

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Charlie
I had a look at this and came up with a possible solution. I have attached NewComboBox code that was created in Gambas 3.5.4. It is not a simple as I would like but may give you some ideas. Charlie NewComboBox.gz -- View this mes

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Willy Raets
On di, 2014-10-07 at 13:39 +0200, Benoît Minisini wrote: > Le 07/10/2014 12:13, Willy Raets a écrit : > > On di, 2014-10-07 at 11:57 +0200, Willy Raets wrote: > >> When using a combobox, with a lot of elements in there you get a screen > >> full. To me this is NOT very user friendly. > >> > >> > >>

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Benoît Minisini
Le 07/10/2014 12:13, Willy Raets a écrit : > On di, 2014-10-07 at 11:57 +0200, Willy Raets wrote: >> When using a combobox, with a lot of elements in there you get a screen >> full. To me this is NOT very user friendly. >> >> >> >> I was wondering why it is not allowed to set the MaxLength property

Re: [Gambas-user] help generation for local classes

2014-10-07 Thread Benoît Minisini
Le 07/10/2014 06:56, B Bruen a écrit : > I am not sure where this crept in but... > > The IDE help browser now deems local classes to be non-creatable if they do > not contain a _new() method. > pic attached > Mmm... Indeed. -- Benoît Minisini --

Re: [Gambas-user] Question about making packages

2014-10-07 Thread Rolf-Werner Eilert
Am 07.10.2014 11:27, schrieb Willy Raets: > On di, 2014-10-07 at 11:00 +0200, Rolf-Werner Eilert wrote: >> Just for fun I tried to make an install package out of one of my >> projects. Everything ran flawlessly, now there is an .rpm of the >> binaries and an .rpm of the sources. >> >> If I was an

Re: [Gambas-user] Question on ComboBox

2014-10-07 Thread Willy Raets
On di, 2014-10-07 at 11:57 +0200, Willy Raets wrote: > When using a combobox, with a lot of elements in there you get a screen > full. To me this is NOT very user friendly. > > > > I was wondering why it is not allowed to set the MaxLength property for > a list that is Read Only? > Is there a sp

[Gambas-user] Question on ComboBox

2014-10-07 Thread Willy Raets
When using a combobox, with a lot of elements in there you get a screen full. To me this is NOT very user friendly. I was wondering why it is not allowed to set the MaxLength property for a list that is Read Only? Is there a specific reason, or can it be implemented into Gambas for Read Only li

[Gambas-user] Error with stored Connections

2014-10-07 Thread Jorge Carrión
I have a Stored connection to a mysqldatabase. If I do doubleClick on it in the IDE it's opened with all tables, views and all it's stuff. Then I have a class named xControles who defines a control that contains this: ... Export Inherits Panel Public Const _Properties As String = "*,hconn{Conn

Re: [Gambas-user] Question about making packages

2014-10-07 Thread Willy Raets
On di, 2014-10-07 at 11:00 +0200, Rolf-Werner Eilert wrote: > Just for fun I tried to make an install package out of one of my > projects. Everything ran flawlessly, now there is an .rpm of the > binaries and an .rpm of the sources. > > If I was another user and would download and install the bi

Re: [Gambas-user] help generation for local classes

2014-10-07 Thread Willy Raets
On di, 2014-10-07 at 15:26 +1030, B Bruen wrote: > I am not sure where this crept in but... See this thread and you will now where it crept in: http://sourceforge.net/p/gambas/mailman/gambas-user/thread/1411158266.2876.13.camel%40Attilla/#msg32850004 > > The IDE help browser now deems local clas

[Gambas-user] Question about making packages

2014-10-07 Thread Rolf-Werner Eilert
Just for fun I tried to make an install package out of one of my projects. Everything ran flawlessly, now there is an .rpm of the binaries and an .rpm of the sources. If I was another user and would download and install the binary package, would Gambas or the interpreter be installed automatica