B4J Question Form Placement

rspitzer

Active Member
I am slowly learning the ins and outs of this program, but I have run into an issue.
I wrote a simple test program (after reviewing your 3 panels program). The program just puts a button on the main screen. When touched, the program then opens up a new form. Trying to learn this stuff. Anyway all that seems to work except, when the secondary form opens, how do I control the placement of that form on the screen, I don't seem to have access or maybe missed something to a command like frm.x = 10 and frm.y=50 where the form would open at my programmatic reference. Right now the secondary form always opens center top and side to side on the screen - directly in the middle.
 
Top