02-25-2011 05:44 PM
Pardon my ignorance, as I'm sure this is a stupid question with a simple answer, but I'm new to both Adobe dev and QNX.
Is there anything for an Air app on the Playbook that acts as a container for UI elements - similar to, say, the StackPanel in Silverlight? My preliminary research on Actionscript itself says no, but so far, QNX components have been the saving grace of that platform, so I'm hoping there's a QNX UI component that does this that I don't know about ![]()
Thanks.
Solved! Go to Solution.
02-25-2011 05:47 PM
hey deeko,
yes there is a class called (ironically) Container that can help you out with what you want. here is the API Doc and information with examples for it:
http://www.blackberry.com/developers/docs/airapi/1
also im going to assume you havent yet looked over the Tablet AIR SDK Library yet so here is the link in case you were curious about other things that you may need in the future:
http://www.blackberry.com/developers/docs/airapi/1
hope that helps. good luck!
02-25-2011 05:51 PM
Knew it would be something simple. If only Google knew what I was looking for and brought that up earlier ![]()
Thanks!