Re: [Gambas-user] How to Sort a Version String

2015-02-02 Thread Benoît Minisini
Le 03/02/2015 04:22, Christian e Ana Luiza Britto a écrit : > Hi Folks, > I have this sequence, returned by a select (SQL): > > SELECT sort FROM collections ORDER BY sort > > 1 > 10 > 11 > 14 > 15 > 2 > 3 > 4 > 5 > 6 > 6.12 > 6.7 > 6.7.13 > 6.7.8 > 9 > > I need to now how to put this result into an

[Gambas-user] How to Sort a Version String

2015-02-02 Thread Christian e Ana Luiza Britto
Hi Folks, I have this sequence, returned by a select (SQL): SELECT sort FROM collections ORDER BY sort 1 10 11 14 15 2 3 4 5 6 6.12 6.7 6.7.13 6.7.8 9 I need to now how to put this result into an array and sort them to give this output: 1 2 3 4 5 6 6.7 6.7.8 6.7.13 6.12 9 10 11 14 15 I search

Re: [Gambas-user] Non-linux line ending files are seen as binary by the IDE

2015-02-02 Thread Jussi Lahtinen
Of course binary file can have CR and LF. But if they are only control characters in the file, then it should not be considered as binary file. I don't understand what is your point about EOF. Jussi On Tue, Feb 3, 2015 at 4:00 AM, Mike Crean wrote: > He Jussi, would one not expect to see CR, L

Re: [Gambas-user] Non-linux line ending files are seen as binary by the IDE

2015-02-02 Thread Mike Crean
He Jussi, would one not expect to see CR, LF in a binaryfile and would expect to see EOF. Regards Mike On Tuesday, 3 February 2015, 2:11, Jussi Lahtinen wrote: It would certainly be good thing if IDE would have converter for these cases. Meanwhile it should be pretty easy to write s

Re: [Gambas-user] Non-linux line ending files are seen as binary by the IDE

2015-02-02 Thread Jussi Lahtinen
It would certainly be good thing if IDE would have converter for these cases. Meanwhile it should be pretty easy to write script to convert the line endings. However, it's strange that I did not have this problem with source files... maybe this is bug in how Gambas detect binary files. Jussi On

Re: [Gambas-user] Gambas-user Digest, Vol 105, Issue 3

2015-02-02 Thread martin p cristia
Great! putting in the extra files works, it also register the library automatically El 02/02/15 a las 10:09, gambas-user-requ...@lists.sourceforge.net escribió: > Another option to create a .deb package only for the .so library: > > https://ubuntulife.wordpress.com/2010/08/05/crear-un-paquete-d

Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 02/02/2015 14:35, Gian ha scritto: > ... > Hi, > I realize only now that on Trunk with GTK3, tabulating SwichButton takes > focus and works with key arrow. > Regards > Gianluigi > > -- > Dive into the World of Parallel

Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 02/02/2015 14:11, Gian ha scritto: > Il 02/02/2015 14:09, Gian ha scritto: >> Il 01/02/2015 18:39, Gian ha scritto: >>> Il 01/02/2015 17:21, Benoît Minisini ha scritto: Le 01/02/2015 17:14, Benoît Minisini a écrit : > Le 30/01/2015 22:31, Gian a écrit : >> Hi all, >> In Ubuntu 1

Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 02/02/2015 14:09, Gian ha scritto: Il 01/02/2015 18:39, Gian ha scritto: Il 01/02/2015 17:21, Benoît Minisini ha scritto: Le 01/02/2015 17:14, Benoît Minisini a écrit : Le 30/01/2015 22:31, Gian a écrit : Hi all, In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus does not

Re: [Gambas-user] Widget focus

2015-02-02 Thread Gian
Il 01/02/2015 18:39, Gian ha scritto: > Il 01/02/2015 17:21, Benoît Minisini ha scritto: >> Le 01/02/2015 17:14, Benoît Minisini a écrit : >>> Le 30/01/2015 22:31, Gian a écrit : Hi all, In Ubuntu 14.04 with Gambas3 3.6.2 with the components QT4 the focus does not work on the followi