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,
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
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
>>
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
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
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
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
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
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
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
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
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
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
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
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:
> > > > >
/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
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
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
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
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
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
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
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
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
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
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...
>
>
26 matches
Mail list logo