Re: [Gambas-user] Forms Pixel Size Controls

2011-03-31 Thread Dag-Jarle Johansen
No se Amigo, but I like your postscript: * Did I learn something today? If not, I wasted it.* Caveat is right, Just define what you need in design-mode. Or you can use settings. Questions - ask me - I am a newbie too, but I can help in one or to cases. 2011/3/31 Ganesh Kumar > Hi Guys, > > I

Re: [Gambas-user] Forms Pixel Size Controls

2011-03-31 Thread Caveat
It's not very clear to me what you're asking...if you just want to set the form size in code, use: PUBLIC SUB Form_Open() ME.Width = 600 ME.Height = 800 But if this is really all you need then even simpler is to set the Width and Height attributes in the designer... ...or are you looking fo

[Gambas-user] Forms Pixel Size Controls

2011-03-30 Thread Ganesh Kumar
Hi Guys, I am new to gambas , how to forms size controls I have fixed size 800 x 600 => output will be 1024 x 695 I want required size 800 X 600. How to set forms size in correct manner. please help me.. -Ganesh. -- Did I learn something today? If not, I wasted it. --