[Gambas-user] How can I delete myself from list?

2011-03-06 Thread Biro Zoltan
Hello everybody. How can I delete myself from list? I don't need anymore to recieve all coversations about Gambas. Is frustrating to delete or move the mails from inbox to other group. Best regards, Zoli B. --

[Gambas-user] Form with parameters

2010-10-18 Thread Biro Zoltan
HI, Can I make forms with parameters passed from the main form? Normally I use the form like this: PUBLIC SUB button1_Click() Childform.showmodal END BUT I need to pass some parameters to the child form. How can I do this? PUBLIC SUB button1_Click() Childform(x,y,..etc parameters

[Gambas-user] Database connection problem

2010-10-16 Thread Biro Zoltan
Hi! I'm trying to write a small code using a database on a server (small home network). On the server machine I have installed: Ubuntu 10.10, Apache2, Mysql-server version 5.1.49. Here in my.cnf I deleted the row containing "bind-address=127.0.0.1". This machine have the local IP address: 192.1

Re: [Gambas-user] Substitute of the object names

2010-10-07 Thread Biro Zoltan
; Caution: In order to delete the TextBoxes, you have to delete them piece > for piece from the array prior to deleting the array, such as > > FOR i = mTxt.Count - 1 TO 0 STEP -1 > mTxt[i].Delete > NEXT > mTxt.Clear > > Hope this helps you... > > Regards > >

Re: [Gambas-user] Substitute of the object names

2010-10-07 Thread Biro Zoltan
e of them > > END > > Caution: In order to delete the TextBoxes, you have to delete them piece > for piece from the array prior to deleting the array, such as > > FOR i = mTxt.Count - 1 TO 0 STEP -1 > mTxt[i].Delete > NEXT > mTxt.Clear > > Hop

Re: [Gambas-user] Substitute of the object names

2010-10-07 Thread Biro Zoltan
used before FoxPro for Windows. Here is simple: i=1 for i=1 to 20 boxname="n"+str(i) &boxname.text=" enithyng " endfor Is something in Gambas2 similar for &boxname.text, like in Foxpro? For me the second variant seems to be more simply, but please explain me why I ha

[Gambas-user] Substitute of the object names

2010-10-06 Thread Biro Zoltan
Hello, I will try to explain with my poor english exacly what I wish to do: 1.I have 20 pcs of valueboxes named: n1,n2,n3...n20 2.I have a variable named i defined as short 3.I wish to substitute the numbers from the valueboxes name like in folowing example: i=0 for i=0 to list.count 'here I

[Gambas-user] Textbox-valuebox objects

2010-10-04 Thread Biro Zoltan
Hi all! I evaluated the last key pressed in a valuebox with the keypress event. If the value of the key pressed is I wish to make the cursor to leave the current valuebox and to move to next object (a value box or command button etc.) How can I make this? Is a method to set the focus to an anot

Re: [Gambas-user] Textbox - Valuebox

2010-10-04 Thread Biro Zoltan
Thank you very much Johny! BUT! I can evaluate the key pressed with keypress event, but I cannot make the cursor to leave this textbox and to move to the next textbox. My example: PUBLIC SUB factura_KeyPress() IF Key.Code = Key.Enter OR Key.Code = Key.Return THEN ' here is neccesary a

[Gambas-user] [Fwd: Textbox-valuebox objects]

2010-10-04 Thread Biro Zoltan
Solved: PUBLIC SUB factura_KeyRelease() IF Key.Code = Key.Enter OR Key.Code = Key.Return THEN datum.SetFocus ENDIF END --- Begin Message --- Hi all! I evaluated the last key pressed in a valuebox with the keypress event. If the value of the key pressed is I wish to make the cursor to le

[Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread Biro Zoltan
Hello for everybody, I made a new Ubuntu install 9.04 and a new Gambas2-2.20.2 install on a new computer..and here is everything okay. I apologize and I'm shame for the false alert..but I thanks for everybody who try to help me. Until the error occured I made the folowing steps: Ubuntu 8.10

Re: [Gambas-user] LostFocus() not working on ubuntu !

2010-03-19 Thread Biro Zoltan
Ok, I will try to reinstall Gambas2 on my computer. Initially I has Gambas 2.7, and I upgraded folow the instructions.. after the new install I make a new attempt..and i will inform you about the result. Thanks for try to helping me.. Regards, Zoli B. 2010. 03. 19, péntek keltezéssel 20.30-kor