View Single Post
Old 03-29-2010, 02:40 PM   #2
jacob.tabak
Knows Where the Search Button Is
 
Join Date: Mar 2010
Model: N/A
PIN: N/A
Carrier: Fledge
Posts: 43
Default

Cannot be done directly with a mainscreen. You have two options:
1) Add a custom manager to the mainscreen that sets the position of child fields starting at 0,10 instead of 0,0.
2) Create a custom screen and override sublayout(int width, int height) to call layoutDelegate and setPositionDelegate
Offline   Reply With Quote