Re: Apache Flex for iOS

2018-07-09 Thread Piotr Zarzycki
Hi Chris, Can you tell why it is not the best time to switch to Apache Flex ? Thanks, Piotr pon., 9 lip 2018 o 18:57 chris_flex napisał(a): > 1- Do you have any impact on the source code for publishing to iOS? > -> You should look into the AppDescriptor... > > 2- Do I need a Macbook to create

Re: Apache Flex for iOS

2018-07-09 Thread chris_flex
1- Do you have any impact on the source code for publishing to iOS? -> You should look into the AppDescriptor... 2- Do I need a Macbook to create or publish my application? -> You need a Mac for publishing (or use some online service publishing your app ...) 3- Will I be able to create my

Register now for ApacheCon and save $250

2018-07-09 Thread Rich Bowen
Greetings, Apache software enthusiasts! (You’re getting this because you’re on one or more dev@ or users@ lists for some Apache Software Foundation project.) ApacheCon North America, in Montreal, is now just 80 days away, and early bird prices end in just two weeks - on July 21. Prices will

Re: Transparent Actionbar on Mobile

2018-07-09 Thread quick6black
you can put this in the view tag overlayControls="true" and change the actionbar background alpha to 0. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Apache Flex for iOS

2018-07-09 Thread Diogo Vieira
Hi Guys, I have an application in Adobe Flash for the Android platform. But now, i need to create for iOS. So, I came across some doubts. 1- Do you have any impact on the source code for publishing to iOS? 2- Do I need a Macbook to create or publish my application? 3- Will I be able to create

Re: Restarting an AIR desktop application

2018-07-09 Thread After24
Hi Nemi, Thank you. I already implement a restart method that works based on Alex, Om and Hugo tips. For those who can be interested : public function restartApplication():void { var applicationDescriptor:XML = NativeApplication.nativeApplication.applicationDescriptor; var