Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Developer
jasoncheung
Posts: 67
Registered: ‎09-01-2012
My Carrier: Bell
Accepted Solution

ActionItem title on Landscape mode

Is it the default behaviour for the title (text) to be hidden in the action bar for the action items in landscape mode?

Is there a way to prevent that from happening?

 

Please use plain text.
Developer
hakimrie
Posts: 80
Registered: ‎07-23-2009
My Carrier: XL

Re: ActionItem title on Landscape mode

if you want your actionitem shown on Bar, make sure to add

ActionBar.placement: ActionBarPlacement.OnBar

 in your actionitem. it will show action item on bar when device on both portrait & landscape mode

Please use plain text.
Developer
jasoncheung
Posts: 67
Registered: ‎09-01-2012
My Carrier: Bell

Re: ActionItem title on Landscape mode

Thanks, but I don't have an issue with the ActionItem showing on the bar, but the text of the ActionItem.

For example the back button in portrait mode is the < with the word "Back" underneath it, however when I rotate to landscape, it only shows < without the text.

Please use plain text.
Developer
hakimrie
Posts: 80
Registered: ‎07-23-2009
My Carrier: XL

Re: ActionItem title on Landscape mode

yup, apparently it is like that. when on in landscape mode, the text is disappear.

Please use plain text.
Developer
jasoncheung
Posts: 67
Registered: ‎09-01-2012
My Carrier: Bell

Re: ActionItem title on Landscape mode

I wonder if they'll give us the option in the future to change that.
Please use plain text.