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

Adobe AIR Development

Reply
Developer
RapsFan
Posts: 424
Registered: ‎08-02-2010
My Carrier: Telus
Accepted Solution

need to build Accordion container

Hello everyone. I need to build an accordion type container since the MX one can't be used in mobile apps. What do I need to research to learn how to do this?

Please use plain text.
Developer
jtegen
Posts: 6,233
Registered: ‎10-27-2010
My Carrier: AT&T

Re: need to build Accordion container

There are some sources of people trying to do them in AS3 that I found with a Google search, but you need to be familiar with UIComponent, and Tweener to move the sections bars up and down (or left and right) and transition in and out the current view belonging to each section. Another way is to simply add a list to one side and based on the selection, take out and add in a view to the right.
Please use plain text.
Developer
RapsFan
Posts: 424
Registered: ‎08-02-2010
My Carrier: Telus

Re: need to build Accordion container

Thanks jt. I think the first way is what I'm going to need to do.

Please use plain text.