Re: [Gambas-user] General Input Box

2009-07-27 Thread Dimitris Anogiatis
Nic, I don't know how Gambas works internally, but my understanding is that any such feature would be a resource hog because it would have to monitor keystrokes and mouse positions for all controls used in a form; what would happen if you had arrays of controls or complicated controls that you had

[Gambas-user] DrawingArea Help

2009-07-27 Thread nic
Hi! I'm wondering how to draw a small circle in the DrawingArea at a XY position of a certain picture box and have the circle shoot forward. Or, maybe forget the picture box and just have a bigger circle drawn and have the small circles shoot out of it while being able to control the big circle wit

[Gambas-user] General Input Box

2009-07-27 Thread nic
I think Gambas should have a general use input box. For example, a hidden box that monitors your mouse position and keystrokes. I'm new to Gambas, so if there's another way of doing this, please help. Thanks! -- Let Crysta

Re: [Gambas-user] Moving things

2009-07-27 Thread nic
Ok, thanks! I replaced all the "btnExit"s with Button1, the name of my button. I have a textbox set to receive the keypresses, but hopefully I will come up with a better solution. But it works! Thanks Dimtiris and Charles! On Mon, Jul 27, 2009 at 1:25 PM, Dimitris Anogiatis wrote: > Nic, > > btnE

Re: [Gambas-user] Moving things

2009-07-27 Thread Dimitris Anogiatis
Nic, btnExit refers to a button control that is called btnExit. From the name I can infer that it's an exit button What the code does is when you have the focus on that button and you press the up button on your keyboard the button will jump 10 pixels up from its current position and if you press

Re: [Gambas-user] Moving things

2009-07-27 Thread nic
Well, I tried the code, but an error message pops up and tells me that "btnExit" is an unknown identifier. To be specific, it means this one: PUBLIC SUB btnExit_KeyPress() SELECT CASE Key.Code CASE Key.Up >btnExit.y = btnExit.y - 10 CASE Key.Down btnExit.y = btnExit.Y + 10

Re: [Gambas-user] Reading email

2009-07-27 Thread Benoît Minisini
> I think you mean you need to use POP3 protocol..? > Gambas has only component for sending email, not for receiving. > But if you mean just SMTP protocol for intranet purpose or similar, > maybe you can write something with gb.net component. > > http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Pr

Re: [Gambas-user] Reading email

2009-07-27 Thread Jussi Lahtinen
I think you mean you need to use POP3 protocol..? Gambas has only component for sending email, not for receiving. But if you mean just SMTP protocol for intranet purpose or similar, maybe you can write something with gb.net component. http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol http

Re: [Gambas-user] A web page for Gambas applications

2009-07-27 Thread abdurrahman ulusoy
Thanks.i think this is my problem solution. --- 26/07/09 Pzr tarihinde Jean-Yves F. Barbier <12u...@gmail.com> şöyle yazıyor: Kimden: Jean-Yves F. Barbier <12u...@gmail.com> Konu: Re: [Gambas-user] A web page for Gambas applications Kime: "mailing list for gambas users" Tarihi: 26 Temmuz 2009 P

Re: [Gambas-user] A web page for Gambas applications

2009-07-27 Thread abdurrahman ulusoy
>An english traduction of your software will be great too :) (and the site >...:-)    Yes but i am sure, you understand, my english is not good.  >CAD in gambas ... good work !Gambas is easy and rapid language. infact  a lot >of linux user say me:in linux use C or python. they dont like gambas.