Re: java.lang.NullPointerException Error in Flash Builder

2017-06-21 Thread Alex Harui
I have not worked with ANEs so I can't help you. Hopefully others will. You could try some other ANE example and see if that works for you, then compare. If you are using variables like ${OUTPUT_FOLDER} make sure you are using them correctly. I'm not sure FB knows how to expand them. -Alex On

Re: java.lang.NullPointerException Error in Flash Builder

2017-06-21 Thread bilbosax
So, I have made a little progress on the problem, but am still at an impass. The problem lies with the ANE. I created a fresh new mobile project and copied all of the components, assets, etc from the old project to the new one, minus the ANE. I was able to get it to compile in the simulator, and

Re: Changing a Components Visibility

2017-06-21 Thread Clint M
flash player will still render the object with alpha 0… it won't render the object if visible is set to false On Sat, Jun 17, 2017 at 2:02 PM, bilbosax wrote: > I think I found an acceptable solution, but am not sure why it works. > Rather > than setting the alpha property to 0 and then 1, I set

Re: java.lang.NullPointerException Error in Flash Builder

2017-06-21 Thread bilbosax
Yes, the file is there. RealDealsTabletFinal is my output folder, and RealDealsTabletFinal-app.xml is the descriptor file for the project. It is there, but for some reason, it is saying that it can't find it??? Also, another confusing thing that I am seeing that I don't understand is that when I

Re: java.lang.NullPointerException Error in Flash Builder

2017-06-21 Thread Alex Harui
It is saying it can't find your RealDealsTabletFinal-app.xml in /wamp64/www/RealDealsTabletFinal Should that file be there? -Alex On 6/20/17, 11:48 PM, "bilbosax" wrote: >Thanks Alex. Here is what the stack trace log looks like for the error. >It >looks like the java.lang.NullPointerExceptio

Re: iOS Touch ID integration in Flex

2017-06-21 Thread Erik J. Thomas
Thanks, Angelo and Kyle! I hadn't thought of looking for an ANE on this. Erik > On Jun 20, 2017, at 10:14 PM, Angelo Lazzari wrote: > > Googling a bit we found these ones: > > http://www.adobe.com/devnet/air/articles/3dtouch-native-extension.html > but if for 3d thouch id... probably yo

Re: unable to transcode font

2017-06-21 Thread Kyle McKnight
After getting those files, it worked, thanks guys! Kyle Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Mon, Jun 19, 2017 at 7:39 PM, Kyle McKnight wrote: > Nevermind, the workaround worked. I had to go through this same workaround > in the past when we added encryption to our

Re: java.lang.NullPointerException Error in Flash Builder

2017-06-21 Thread bilbosax
Thanks Alex. Here is what the stack trace log looks like for the error. It looks like the java.lang.NullPointerException is happening towards the end of a lot of confusion: !ENTRY com.adobe.flexbuilder.project 4 43 2017-06-21 03:04:34.937 !MESSAGE Error reading application.xml. !STACK 0 com.adob