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

[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

Re: [Gambas-user] ARRAYS - Filling with data

2012-01-27 Thread rogerHPH
Thanks, the .Insert works fine and I will investigate the /Data approach - can anyone offer an example ? -- View this message in context: http://old.nabble.com/Re%3A-ARRAYS---Filling-with-data-tp33208699p33213528.html Sent from the gambas-user mailing list archive at Nabble.com. --