[Gambas-user] Currency and addition/subtraction

2010-03-11 Thread Keith Clark
I have a TableView object and have imported some data into it that is formatted as currency. How can I know take that and add it to a Float variable? Keith -- Download Intel® Parallel Studio Eval Try the new software to

Re: [Gambas-user] My first attempt at making a control - some questions

2010-03-11 Thread Benoît Minisini
> I decided tonight to make a little control - something simple, a vbox, > containing a picturebox, underneath that a hbox with label, textbox and > checkbox. > > I've read the doc's on the website and have had a modicum of success in > that I've. I wanted a compound control because I'm writing a

Re: [Gambas-user] Gridview - alignment

2010-03-11 Thread zolaysoftsolutions
Thank you vey much Benoit! ..it works perfectly. Regards, Zoli B. Benoît Minisini wrote: > >> Hello Mr.Minisini, >> >> First time I thank you for develop Gambas..and thank you for try to >> halping me. >> >> If I introduce in "Gridview1_data" the folowing command (this mean during >> the

[Gambas-user] My first attempt at making a control - some questions

2010-03-11 Thread richard terry
I decided tonight to make a little control - something simple, a vbox, containing a picturebox, underneath that a hbox with label, textbox and checkbox. I've read the doc's on the website and have had a modicum of success in that I've. I wanted a compound control because I'm writing a section

[Gambas-user] [SPAM] Re: [SPAM] Spam

2010-03-11 Thread Dag Jarle Johansen
Ok, Benoit it seems to be some kind of error here, my mail-address should be ok, If not, I will change it at once regards, Dag-Jarle Johannsen Am Donnerstag, den 11.03.2010, 12:41 +0100 schrieb Benoît Minisini: > > You tresure my mails to you as SPAM? > > > > Look in your mail: > > Spam Filt

Re: [Gambas-user] Gridview - alignment

2010-03-11 Thread Benoît Minisini
> Hello Mr.Minisini, > > First time I thank you for develop Gambas..and thank you for try to > halping me. > > If I introduce in "Gridview1_data" the folowing command (this mean during > the Data event): > > GridView1.data.Alignment = Align.Right > This works perfectly but all my data is ali

Re: [Gambas-user] [SPAM] Spam

2010-03-11 Thread Benoît Minisini
> You tresure my mails to you as SPAM? > Look in your mail: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 3.0 VA_SENDER_VERIFY

Re: [Gambas-user] Gridview - alignment

2010-03-11 Thread zolaysoftsolutions
Hello Mr.Minisini, First time I thank you for develop Gambas..and thank you for try to halping me. If I introduce in "Gridview1_data" the folowing command (this mean during the Data event): GridView1.data.Alignment = Align.Right This works perfectly but all my data is aligned to right

[Gambas-user] [SPAM] Spam

2010-03-11 Thread Dag Jarle Johansen
You tresure my mails to you as SPAM? -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why In

Re: [Gambas-user] Gridview - alignment

2010-03-11 Thread Benoît Minisini
> HI everybody, > >I have the folowing strange problem: I filled a grid with data from an > sql command result as you can see in the code: > > PUBLIC SUB Button_click > hrex = Proced.$db.Exec(miex) > GridView1.Columns.count = 6 > GridView1.rows.count = hrex.count > END > > PUBLIC SUB Grid

[Gambas-user] Solving: how to create installation package with Gambas 2.19 on Lucid Lynx Alpha 3(Ubuntu 10.04)

2010-03-11 Thread Szenográdi Norbert
Hi all, The basic method is failed but I reported this bug on launchpad. https://bugs.launchpad.net/ubuntu/+source/gambas2/+bug/534946 When I choosing only one distibution Ubuntu then Package group list is empty and create installing package is failed. But if I following next steps then install

[Gambas-user] Gridview - alignment

2010-03-11 Thread Zoltan Biro
HI everybody, I have the folowing strange problem: I filled a grid with data from an sql command result as you can see in the code: PUBLIC SUB Button_click hrex = Proced.$db.Exec(miex) GridView1.Columns.count = 6 GridView1.rows.count = hrex.count END PUBLIC SUB GridView1_Data(Row AS Intege