Re: [Gambas-user] DrawingArea

2009-07-28 Thread nic
Is there a way I could define a symbol (I don't know how to do that) for the X,Y, and radius? That way my code could actively modify the circle while the programming is running. Thanks again! 2009/7/28 BenoƮt Minisini > > How do I draw a circle (any size, I will modify it) in a drawing area? > >

[Gambas-user] DrawingArea

2009-07-28 Thread nic
How do I draw a circle (any size, I will modify it) in a drawing area? -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and foc

[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 wro

Re: [Gambas-user] Moving things

2009-07-27 Thread nic
tnExit.y = btnExit.Y + 10 END SELECT END I would try and figure this out on my own, but I am still fairly new to computer programming. Thanks! On Sat, Jul 25, 2009 at 6:29 PM, nic wrote: > Cool! Thanks! This will definitely help in my game :D > thanks > > > On Sat, Jul 25, 2009 a

Re: [Gambas-user] Moving things

2009-07-25 Thread nic
Cool! Thanks! This will definitely help in my game :D thanks On Sat, Jul 25, 2009 at 3:44 AM, charlesg wrote: > > Hi > > Quick? Easy? Depends on where you are looking from :) > '-- > PUBLIC SUB btnExit_KeyPress() > SELECT CASE Key.Code >CASE Key.Up > btnE

[Gambas-user] Moving things

2009-07-24 Thread nic
Is there a quick, easy way to make a picture or button move according to the arrow keys? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforg