Re: SDK Version Issue for iOS

2019-03-12 Thread Piotr Zarzycki
Hi Guys, In other words this build 103 wasn't released yet ? Thanks, Piotr wt., 12 mar 2019 o 00:58 bilbosax napisał(a): > This is the post on Adobe where I asked the same question: > > https://forums.adobe.com/thread/2597960 > > I was directed to use the AIR 32 Beta that had been updated sinc

Re: SDK Version Issue for iOS

2019-03-12 Thread Piotr Zarzycki
Never mind. I miss last email and see that is beta still. wt., 12 mar 2019 o 09:41 Piotr Zarzycki napisał(a): > Hi Guys, > > In other words this build 103 wasn't released yet ? > > Thanks, > Piotr > > wt., 12 mar 2019 o 00:58 bilbosax napisał(a): > >> This is the post on Adobe where I asked the

Re: Auto-Correct Oddities

2019-03-12 Thread bilbosax
Interesting observation kamcknig. I don't purposely set any theme in my projects like halo or mobile because I always skin my own components, so never really paid any attention to themes. Does anyone know what the default theme is for a Flex 4.16.1 project? -- Sent from: http://apache-flex-use

Re: SDK Version Issue for iOS

2019-03-12 Thread Erik Thomas
Sorry to ask an old question again, but I copied the 103 build over my current FlexSDK directory created with the Flex SDK installer last week and it has hosed my builds: Error:[EventCommons]: java.lang.NoClassDefFoundError: flex2/tools/VersionInfo at com.intellij.flex.compiler.FlexComp

Re: SDK Version Issue for iOS

2019-03-12 Thread Olaf Krueger
> Is there some second step needed when overlaying a new AIR SDK over existing Flex/AIR SDK directory? Just a shoot in the dark: Did you check if the config files in /frameworks contain the right player and swf version?: air-config.xml airmobile-config.xml flex-config.xml Olaf -- Sent from:

Re: Auto-Correct Oddities

2019-03-12 Thread kamcknig
Again, I haven't themed much so I'm guessing, and I don't currently have 4.16.1, but in Flex 4.15 if you check the /frameworks/flex-config.xml I see that it looks like it's using the Spark theme. I have no idea if there is anything internally that changes that when compiling/packaging for mobile th

Re: SDK Version Issue for iOS

2019-03-12 Thread Alex Harui
Does build 103 have both Flex (no compiler) and regular versions (with compiler). You might have better luck with the one without the packaged compiler. In theory, there is also a way to override where the installer pulls the builds. You can create a local.properties file in the new folder th

Re: SDK Version Issue for iOS

2019-03-12 Thread Erik Thomas
This link: https://labs.adobe.com/downloads/air.html Shows only download links for the AIR runtime, or AIR SDK & Compiler, or AIR SDK For Flex Developers. I downloaded the last one, thinking it may not include the compiler. I guess I'll try again fr

Re: Auto-Correct Oddities

2019-03-12 Thread Erik Thomas
It depends on the project type you create in FlexBuilder or IntelliJ. If mobile, it will default to mobile theme, otherwise it defaults so spark. It's unlikely that your project is using spark if you set it up as a mobile project to begin with. I haven't been enabling auto-correct in my apps be