02-18-2011 05:40 AM
Hi
This is Subha. Basically I'm a BlackBerry developer. Recently I 've started Playbook application. I need some help related to playbook UI designing.
I want to make a dynamic design in hierarchical order depending upon the XML I get from web . For that I need to fix the size of the containers in highest depth. Other Outer containers need to be adjusted according to the child containers accordingly.
I am very new to the ActionScript Environment, any help from your side is hardly appreciated.
Thanks
Subha Maz
02-18-2011 10:06 AM
What is your development environment (IDE vs command line)?
What do you have done already that needs to be built upon?
Have you looked the the QNX/BB SDK/API yet (suggest looking at containers)?
02-19-2011 02:43 AM - edited 02-19-2011 02:44 AM
Thanks for the quick response.
I am using Flash Builder 4 Standard and running my application as described in RIM doc
http://docs.blackberry.com/en/developers/deliverab
and I 've gone through the tutorial related to UI design which described here
Here myMain container's size is set like this.
myMain.setSize(stage.stageWidth, stage.stageHeight);
stage.stageWidth and stage.stageHeight are supposed to be the screen size. am i right???
if it is, my reruirement is different
my requirement is to fix the child containers size (mySub, mySubRight, mySubBottom) in PIXEL and according to the size of these subContainers the outer container myMain should be adjusted.
I dont want to fix the size of myMain.
Thanks -
Subha