Re: [Gambas-user] Chronic columnview Woes

2013-05-15 Thread Fabien Bodard
In fact I think I need a better explanation or an example... What do you really want ? To generate a kind of elementclick event? Normally you just have to do.: $sKey = cvw.Item.Key In the cvw_Click event And then use the value of $sKey in the cvw_menu event Or maybe I have missed something and s

Re: [Gambas-user] Possible bug

2013-05-15 Thread Charlie
Hi Olivier Cruilles, I have found a work around. As suggested earlier by Caveat using "// ". I now have: - *Public Sub Button1_Click() Dim SDir As String Sdir = DirChooser1.SelectedPath SDir = "ls " & Replace(SDir, " ", "\\ ") & " > Temp.txt" Shell SDir End * The output to the shell is : -

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

2013-05-15 Thread Rolf-Werner Eilert
Couldn't answer any sooner today, sorry. > What I actually do is have the data read from a .csv file into a > gridview when opening the form (see screenshot 1). Ah ok. > Data storing is on hard disk in .csv > GUI representation of data is reading .csv into a gridview > Data is needed for further

Re: [Gambas-user] Possible bug

2013-05-15 Thread Jussi Lahtinen
This bug doesn't seem to apply to Gambas 3.4.1. So, try to update. Jussi On Tue, May 14, 2013 at 7:09 PM, Charlie wrote: > 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: - > '*

Re: [Gambas-user] Possible bug

2013-05-15 Thread Olivier Cruilles
Hello Charlie, I think you have this problem when the 'gb.qt4.ext' is not selected in the Preferencies -> Components. Because this symbol depend on this component. Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 15 mai 2013 à 15:25, Charlie a écrit : > Hi Caveat and Benoît,

Re: [Gambas-user] Possible bug

2013-05-15 Thread Charlie
Hi Caveat and Benoît, Thanks for the replys. I will try a workaround, and I am pleased it's not a issue for anybody else. Should you be interested I have created a desktop video of the problem and supplied the code that causes my Gambas to crash. You will find the files at http://www.cogier.co

Re: [Gambas-user] gridview

2013-05-15 Thread Fabien Bodard
Manually but it would be better if you use the _data event for filling so you can use flags -- AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabili

[Gambas-user] gridview

2013-05-15 Thread Shane
is there a way to set the background and foreground colour of a gridview row and when other is selected the previous one returns to it original colours or would this have to be done manually -- AlienVault Unified Securit