Re: Flex updates for iOS7 getting approved?

2013-10-11 Thread Jitendra Jain
Yes Lee is right. With AIR 3.9, you require these many icons assets/16x16.png assets/29x29.png assets/32x32.png assets/36x36.png assets/48x48.png assets/50x50.png assets/57x57.png assets/58x58.png assets/72x72.png assets/76x76.png assets/96x96.png assets/100x100.png assets/114x114.png assets/120x1

Re: Blackberry support?

2013-09-13 Thread Jitendra Jain
This means BB AIR SDK is backward compatible? On Thu, Sep 12, 2013 at 10:38 PM, Mathieu St-Gelais < mathieu.stgel...@gmail.com> wrote: > Thanks a lot Alexander. I'll do that if I need to build a BB version. > > Mat > > > On Thu, Sep 12, 2013 at 12:41 PM, Alexander Farber < > alexander.far...@gma

Re: How to get a class instance using string name?

2013-08-16 Thread Jitendra Jain
you can use myComponentName["myView"] where myComponentName is the parent one and myView is the child On Fri, Aug 16, 2013 at 5:09 PM, Deepak MS wrote: > Hi there, > > Is there a way we can get a running instance in our application, by using > it’s id as a String? > > > > For ex: > > I have a m