Re: [Gambas-user] INITIAL Location of Form

2012-01-31 Thread rogerHPH
Here is .tar file of example - action is as in my previous post http://old.nabble.com/file/p33237938/XY.tar XY.tar -- View this message in context: http://old.nabble.com/INITIAL-Location-of-Form-tp33224807p33237938.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] INITIAL Location of Form

2012-01-31 Thread Jussi Lahtinen
Please provide ready to run projects for debugging. They are faster to test, and all possibly needed project/form etc settings are shipped along. I think Benoit is quite busy! Jussi On Tue, Jan 31, 2012 at 16:35, rogerHPH wrote: > > Below is example code. > > Using Gambas 2.22 and Ubuntu 11.1

Re: [Gambas-user] INITIAL Location of Form

2012-01-31 Thread rogerHPH
Below is example code. Using Gambas 2.22 and Ubuntu 11.10 With a Form (FMain) and a Timer (Timer1). The following code will initially position the Form at the top of the available screen, but about 2 cm right of the LH edge (i.e. beside the Ubuntu Program Launcher Toolbar), when it should be fu

Re: [Gambas-user] INITIAL Location of Form

2012-01-30 Thread Benoît Minisini
Le 29/01/2012 17:45, rogerHPH a écrit : > > How can I position a form at X=0, Y=0 at Program Start, before any other > action, e.g. Timer or button_click ? > I want to use full width of screen, i.e. to push the Ubuntu v11 "Launcher" > bar off the Left Hand side of the screen. > > The Code below wil

[Gambas-user] INITIAL Location of Form

2012-01-29 Thread rogerHPH
How can I position a form at X=0, Y=0 at Program Start, before any other action, e.g. Timer or button_click ? I want to use full width of screen, i.e. to push the Ubuntu v11 "Launcher" bar off the Left Hand side of the screen. The Code below will position the Form anywhere on the screen on Progra