Re: [Gambas-user] Possible bug?: Regional formats, float, text and val() function

2013-05-14 Thread Rolf-Werner Eilert
Am 14.05.2013 02:58, schrieb Willy Raets: Hello, I have following problem in a project: When Regional settings are English US of UK this works fine When Regional settings are a European mainland country this results in: Error 6: Type mismatch: wanted Float, got Null instead Seems that

Re: [Gambas-user] Possible bug?: Regional formats, float, text and val() function

2013-05-14 Thread Rolf-Werner Eilert
And then I just came across this one: I have a valuebox and a gridview. I enter a number in the value box (let's say 1/2) and next add it to a cell in gridview with a button When Regional settings are some European mainland country Entering 5 1/2 in a valuebox looks like: 5,5 (- with a

[Gambas-user] curl ftp

2013-05-14 Thread Shane
trying to use the ftp client but how do you monitor the status of files uploads etc? -- AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security

[Gambas-user] Possible bug

2013-05-14 Thread Charlie
Hi all, You need one *Button* and one *DirChooser* on your form I have reduced code to the following to emulate this bug I am getting: - '* Public Sub _new() End Public Sub Form_Open() End Public Sub Button1_Click() Dim SDir As String

Re: [Gambas-user] Possible bug?: Regional formats, float, text and val() function

2013-05-14 Thread Benoît Minisini
Le 14/05/2013 02:58, Willy Raets a écrit : Hello, I have following problem in a project: I have a valuebox and a gridview. I enter a number in the value box (let's say 1/2) and next add it to a cell in gridview with a button Public Sub btnAdd_Click() GridView1[0, 0].Text =

Re: [Gambas-user] Possible bug

2013-05-14 Thread Benoît Minisini
Le 14/05/2013 18:09, Charlie a écrit : Hi all, You need one *Button* and one *DirChooser* on your form I have reduced code to the following to emulate this bug I am getting: - '* Public Sub _new() End Public Sub Form_Open() End

Re: [Gambas-user] Possible bug?: Regional formats, float, text and val() function

2013-05-14 Thread Willy Raets
On Tue, 2013-05-14 at 20:37 +0200, Benoît Minisini wrote: Le 14/05/2013 02:58, Willy Raets a écrit : Hello, I have following problem in a project: I have a valuebox and a gridview. I enter a number in the value box (let's say 1/2) and next add it to a cell in gridview with a

Re: [Gambas-user] Possible bug

2013-05-14 Thread Charlie
Hi  Benoit, It may, or may not, be good syntax but press F5 and Gambas crashes. You can not compile it because Gambas crashes. The purpose of the code was to change dir string into a form tha BASH would accept from Shell command if there are spaces in the dir string. I am not an expert in any

Re: [Gambas-user] Possible bug

2013-05-14 Thread Benoît Minisini
Le 15/05/2013 01:17, Charlie a écrit : Hi Benoit, It may, or may not, be good syntax but press F5 and Gambas crashes. You can not compile it because Gambas crashes. The purpose of the code was to change dir string into a form tha BASH would accept from Shell command if there are spaces

Re: [Gambas-user] Possible bug

2013-05-14 Thread Caveat
Yeah, I see what you're trying to do. You can use \\ to make a single \ as the \ is normally the first part of a special character constant (e.g. \t makes a Tab character). I think you can just wrap file/dir names with spaces in them in quotes for use in bash scripts. Oh, and my Gambas

Re: [Gambas-user] Chronic columnview Woes

2013-05-14 Thread Richard Terry
Benoît Minisini wrote: Le 08/05/2013 02:03, Richard Terry a écrit : Hi List, ... However, lets say I want to popup a menu of the letters collection: If I right mouse click on the list to bring up the menu the cvwLetters_Menu event triggers, but if one inspects the