Re: [Gambas-user] String[].Extract not behaving as expected

2014-12-03 Thread Benoît Minisini
Le 04/12/2014 02:50, T Lee Davidson a écrit : > On 12/03/2014 07:59 PM, Benoît Minisini wrote: >>> Obviously, "myStrings.Extract(2, -1)" extracted all elements from the specified Start to the end of the array, not just one element from the specified Start. "myStrings.Extract(2,

Re: [Gambas-user] String[].Extract not behaving as expected

2014-12-03 Thread T Lee Davidson
On 12/03/2014 07:59 PM, Benoît Minisini wrote: >> Obviously, "myStrings.Extract(2, -1)" extracted all elements from the >> >specified Start to the end of the array, not just one element from the >> >specified Start. >> > >> >"myStrings.Extract(2, -2)" gives an "Out of bounds" error. >> > >> >So, I

Re: [Gambas-user] HttpClient Example #2 ?

2014-12-03 Thread T Lee Davidson
On 12/03/2014 07:59 PM, Benoît Minisini wrote: > Le 03/12/2014 23:16, T Lee Davidson a écrit : >> At http://gambaswiki.org/wiki/comp/gb.net.curl/httpclient, under Example >> #2, in: >> >> Public Sub DownloadAsync(URL As String) >> >> sDownloadBuffer = "" >> hAsyncClient.URL = URL >>

Re: [Gambas-user] Issue 580 in gambas: Menu bar background color seems wrong.

2014-12-03 Thread gambas
Updates: Status: Fixed Comment #2 on issue 580 by benoit.m...@gmail.com: Menu bar background color seems wrong. https://code.google.com/p/gambas/issues/detail?id=580 OK, I found why, and fixed that in revision #6710. I was filling the background of the menu bar, no idea why. Maybe it

Re: [Gambas-user] Issue 580 in gambas: Menu bar background color seems wrong.

2014-12-03 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.6.0 Comment #1 on issue 580 by benoit.m...@gmail.com: Menu bar background color seems wrong. https://code.google.com/p/gambas/issues/detail?id=580 Indeed... But I have no idea why at the moment! -- You received this message

Re: [Gambas-user] Issue 584 in gambas: Button has wrong underscored letter

2014-12-03 Thread gambas
Updates: Status: NeedsInfo Comment #1 on issue 584 by benoit.m...@gmail.com: Button has wrong underscored letter https://code.google.com/p/gambas/issues/detail?id=584 Is it really a problem? -- You received this message because this project is configured to send all issue notificati

Re: [Gambas-user] Issue 587 in gambas: If DateBox1.Value And DateBox2.Value Then Error

2014-12-03 Thread gambas
Updates: Status: WontFix Comment #2 on issue 587 by benoit.m...@gmail.com: If DateBox1.Value And DateBox2.Value Then Error https://code.google.com/p/gambas/issues/detail?id=587 And is a boolean operator, not a logical operator. Use AND IF for that, and read the documentation about AND

Re: [Gambas-user] HttpClient Example #2 ?

2014-12-03 Thread Benoît Minisini
Le 03/12/2014 23:16, T Lee Davidson a écrit : > At http://gambaswiki.org/wiki/comp/gb.net.curl/httpclient, under Example > #2, in: > > Public Sub DownloadAsync(URL As String) > > sDownloadBuffer = "" > hAsyncClient.URL = URL > hAsyncClient.TimeOut = 20 > hClient.Async = TRUE > h

Re: [Gambas-user] String[].Extract not behaving as expected

2014-12-03 Thread Benoît Minisini
Le 04/12/2014 01:41, T Lee Davidson a écrit : > http://gambaswiki.org/wiki/comp/gb/string[]/extract says: > > [edited-quote] > Function Extract (Start As Integer [, Length As Integer ]) As String[] > > If Length is negative, then Length elements counting backwards from the > specified Start are rem

[Gambas-user] String[].Extract not behaving as expected

2014-12-03 Thread T Lee Davidson
http://gambaswiki.org/wiki/comp/gb/string[]/extract says: [edited-quote] Function Extract (Start As Integer [, Length As Integer ]) As String[] If Length is negative, then Length elements counting backwards from the specified Start are removed. [/edited-quote] But this does not appear to be the

Re: [Gambas-user] Important change in revision #6691

2014-12-03 Thread Benoît Minisini
Le 03/12/2014 01:04, Jussi Lahtinen a écrit : > Watch seems to raise read event for empty file, is this correct behavior? >>From the documentation ( http://gambaswiki.org/wiki/lang/open ) I would say > it shouldn't. > See the attachment. > > > Jussi > This has been fixed in revision #6708. Regard

[Gambas-user] HttpClient Example #2 ?

2014-12-03 Thread T Lee Davidson
At http://gambaswiki.org/wiki/comp/gb.net.curl/httpclient, under Example #2, in: Public Sub DownloadAsync(URL As String) sDownloadBuffer = "" hAsyncClient.URL = URL hAsyncClient.TimeOut = 20 hClient.Async = TRUE hAsyncClient.Get() End Should the line "hClient.Async = TRUE" be "h

Re: [Gambas-user] Bug: Mageia packages made by IDE do not install application icon in distro menu

2014-12-03 Thread T Lee Davidson
On 08/31/2014 07:54 AM, Willy Raets wrote: Hi all, Lee (also on this mailinglist) did some testing of an application of mine. He reported that when installing the rpm he had script errors. The application did install and had a menu entry, but no icon was present for the entry. When I run the .d

Re: [Gambas-user] problems in trie class

2014-12-03 Thread Tobias Boege
On Wed, 03 Dec 2014, Charlie Reinl wrote: > > > > > It should be case-sensitive. If it wasn't before on your system, that > > > > > was > > > > > a bug (I can't imagine where it came from, though). > > > > > > > > > > > but for my behaves non case sensitive would be better (or > > > > > > a switc

Re: [Gambas-user] problems in trie class

2014-12-03 Thread Charlie Reinl
Am Mittwoch, den 03.12.2014, 11:30 +0100 schrieb Charlie Reinl: > Am Montag, den 01.12.2014, 23:39 +0100 schrieb Tobias Boege: > > On Mon, 01 Dec 2014, Charlie Reinl wrote: > > > Am Montag, den 01.12.2014, 17:47 +0100 schrieb Tobias Boege: > > > > On Sat, 29 Nov 2014, Charlie Reinl wrote: > > > > >

Re: [Gambas-user] Important change in revision #6691

2014-12-03 Thread Jussi Lahtinen
/dev/full should never be writable, is it possible for watch to know whether there is space left in disk? Or is this job for an other function? See attachment. I'll remove that test if it is not applicable. Jussi On Wed, Dec 3, 2014 at 8:04 PM, Jussi Lahtinen wrote: > Thanks for all the hard w

Re: [Gambas-user] Important change in revision #6691

2014-12-03 Thread Jussi Lahtinen
Thanks for all the hard work!!! Poking some more of watch... is my method flawed or is there bug to prevent watch to call read event? See attachment. Jussi On Wed, Dec 3, 2014 at 2:04 AM, Jussi Lahtinen wrote: > Watch seems to raise read event for empty file, is this correct behavior? > From

Re: [Gambas-user] CDATE

2014-12-03 Thread Lewis Balentine
Thank you Tobi, I went thought the international formats I knew and fell back to "mm/dd/ccyyy". I thought the US were the only ones that use that format (excluding the military). Old lesson: Never Assume. >> $ gbx3 -e "Cstr(Now)"<< One might use that to embed some basic syntax in a shell scri

Re: [Gambas-user] CDATE

2014-12-03 Thread Tobias Boege
On Wed, 03 Dec 2014, Lewis Balentine wrote: > Ref: http://gambaswiki.org/wiki/lang/cdate > > Date = CDate ( Expression AS Variant ) AS Date > Converts an expression (numerical Float or String) into a Date / Time. > Be careful! The current localization is not used by this function. > > Is there a

[Gambas-user] CDATE

2014-12-03 Thread Lewis Balentine
Ref: http://gambaswiki.org/wiki/lang/cdate Date = CDate ( Expression AS Variant ) AS Date Converts an expression (numerical Float or String) into a Date / Time. Be careful! The current localization is not used by this function. Is there a reference for what string formats CDATE recognizes. The in

Re: [Gambas-user] how to capture click event on a popup menu

2014-12-03 Thread Benoît Minisini
Le 03/12/2014 14:17, Martin McGlensey a écrit : > Good Morning all, > > > > I found the problem with the popups. Looking at the project that Bruce sent > I found that my syntax was exactly the same as he used in the example > project. Since his project worked and mine did not the problem had to be

Re: [Gambas-user] how to capture click event on a popup menu

2014-12-03 Thread Martin McGlensey
Good Morning all, I found the problem with the popups. Looking at the project that Bruce sent I found that my syntax was exactly the same as he used in the example project. Since his project worked and mine did not the problem had to be something other than syntax. Looking at the project proper

Re: [Gambas-user] What use the .info file?

2014-12-03 Thread Jorge Carrión
Ok. I understand. Thanks Benoit Regards 2014-12-03 9:03 GMT+01:00 Benoît Minisini : > Le 03/12/2014 08:58, Jorge Carrión a écrit : > > I've found a .info(1), .info(2), files etc. in my proyect folder. > > I know that the copies of .info file are generated for Copy (a Dropbox > like > > applicat

Re: [Gambas-user] problems in trie class

2014-12-03 Thread Charlie Reinl
Am Montag, den 01.12.2014, 23:39 +0100 schrieb Tobias Boege: > On Mon, 01 Dec 2014, Charlie Reinl wrote: > > Am Montag, den 01.12.2014, 17:47 +0100 schrieb Tobias Boege: > > > On Sat, 29 Nov 2014, Charlie Reinl wrote: > > > > Am Samstag, den 29.11.2014, 20:05 +0100 schrieb Tobias Boege: > > > > > O

[Gambas-user] Farm server reset on gambaswiki.org

2014-12-03 Thread Benoît Minisini
Hi, Because of internal database changes, I had to reset and clear the farm server database on gambaswiki.org. If you want to test it, you have to register again, and upload your projects again. Regards, -- Benoît Minisini

Re: [Gambas-user] What use the .info file?

2014-12-03 Thread Benoît Minisini
Le 03/12/2014 08:58, Jorge Carrión a écrit : > I've found a .info(1), .info(2), files etc. in my proyect folder. > I know that the copies of .info file are generated for Copy (a Dropbox like > application) but looking into that files I've realized that I have no idea > about this file is for... > >