Re: [Gambas-user] Issue 589 in gambas: Interpreter Crash Gambas3 - Calling a library function - BananaPi

2015-01-08 Thread gambas
Comment #5 on issue 589 by scrcarl...@gmail.com: Interpreter Crash Gambas3 - Calling a library function - BananaPi https://code.google.com/p/gambas/issues/detail?id=589 Dear Benoit, to be honest, I have reached a point where I have to make a decision if to continue with Gambas 3 or not. The

Re: [Gambas-user] Array.Sort

2015-01-08 Thread adamn...@gmail.com
On Fri, 09 Jan 2015 01:12:50 +0100 Benoît Minisini wrote: > Le 09/01/2015 01:09, T Lee Davidson a écrit : > > "The empty set of parentheses is REQUIRED when sort is used as a function > > to return an array without the optional mode parameter" > > > > I don't know. Wouldn't it be more accurate t

Re: [Gambas-user] Array.Sort

2015-01-08 Thread T Lee Davidson
On 01/08/2015 07:12 PM, Benoît Minisini wrote: > Le 09/01/2015 01:09, T Lee Davidson a écrit : >> "The empty set of parentheses is REQUIRED when sort is used as a function to >> return an array without the optional mode parameter" >> >> I don't know. Wouldn't it be more accurate to say that the pa

Re: [Gambas-user] Array.Sort

2015-01-08 Thread Benoît Minisini
Le 09/01/2015 01:09, T Lee Davidson a écrit : > "The empty set of parentheses is REQUIRED when sort is used as a function to > return an array without the optional mode parameter" > > I don't know. Wouldn't it be more accurate to say that the parentheses are > required to be able to use the funct

Re: [Gambas-user] Array.Sort

2015-01-08 Thread T Lee Davidson
"The empty set of parentheses is REQUIRED when sort is used as a function to return an array without the optional mode parameter" I don't know. Wouldn't it be more accurate to say that the parentheses are required to be able to use the function call as the object which it returns; as opposed to

Re: [Gambas-user] Array.Sort

2015-01-08 Thread Benoît Minisini
Le 09/01/2015 00:56, Lewis Balentine a écrit : > On 01/08/2015 07:19 AM, Tobias Boege wrote: >> Array.Sort() is a *method* :-) > > The basic (pun intended) elements of all OOP languages are classes > constructed of properties and methods. > --- you got me on that one > > In GAMBAS there seem to be

Re: [Gambas-user] Array.Sort

2015-01-08 Thread Lewis Balentine
On 01/08/2015 07:19 AM, Tobias Boege wrote: > Array.Sort() is a *method* :-) The basic (pun intended) elements of all OOP languages are classes constructed of properties and methods. --- you got me on that one In GAMBAS there seem to be several class methods defined that sometimes require paren

Re: [Gambas-user] [CRASH REPORT] TestApp01

2015-01-08 Thread Jussi Lahtinen
OK, I can confirm, it crashes with my system too. [System] Gambas=3.6.90 OperatingSystem=Linux Kernel=3.13.0-43-generic Architecture=x86_64 Distribution=Ubuntu 14.04.1 LTS Desktop=XFCE Theme=QGtk Language=en_US.UTF-8 Memory=3953M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=l

[Gambas-user] [CRASH REPORT] TestApp01

2015-01-08 Thread Karl Reinl
Hello, Damned, my program crashed Gambas that way : the try con.Open fails when only the con.name is filled Sorry for last CRASH-Report, I checked for not sending source. TestApp01-0.0.1-crash-150108-211425.tar.bz2 Description: application/bzip-compressed-tar ---

Re: [Gambas-user] [CRASH REPORT] TestApp01

2015-01-08 Thread Charlie Reinl
Am Donnerstag, den 08.01.2015, 20:57 +0200 schrieb Jussi Lahtinen: > The attachment doesn't contain any sources..? > Use IDE to package the sources; Project --> Make --> Source archive. > > > Jussi > > On Thu, Jan 8, 2015 at 8:49 PM, Karl Reinl wrote: > > > Hello, > > > > Damned, my program cr

Re: [Gambas-user] [CRASH REPORT] TestApp01

2015-01-08 Thread Jussi Lahtinen
The attachment doesn't contain any sources..? Use IDE to package the sources; Project --> Make --> Source archive. Jussi On Thu, Jan 8, 2015 at 8:49 PM, Karl Reinl wrote: > Hello, > > Damned, my program crashed Gambas that way : > > after con is declared (pass it with F8), then dblClick con to

[Gambas-user] [CRASH REPORT] TestApp01

2015-01-08 Thread Karl Reinl
Hello, Damned, my program crashed Gambas that way : after con is declared (pass it with F8), then dblClick con to inspect it. TestApp01-0.0.1-crash-150108-194725.tar.bz2 Description: application/bzip-compressed-tar --

Re: [Gambas-user] Array.Sort

2015-01-08 Thread Tobias Boege
On Wed, 07 Jan 2015, Lewis Balentine wrote: > Do I have it correct now ?? > The program runs and operates as expected. > My concern is more to the proper nomenclature than function. > Array.Sort() is a *method* :-) It rearranges the elements of the object it is applied to and returns that object