Hi,

I have created a Flex mobile project, with ViewNavigatorApplication layout.
I want to position the ActionBar in the bottom of the app, rather than the
default top aligned. How can I do that?

I tried by setting the actionBar Y as:

function init():void {
*  this.navigator.actionBar.y = 300; //any hard-coded value for now*
}

in the creationComplete and also at viewActivate of a View, but as I
navigate to any other view, it jumps back to top.

Please suggest.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to