Re: AIR build error 105

2016-12-12 Thread npem
I agree with Clint, my xml file has lines such as: appIcons/icon_16.png etc (ie without the quotes) Phil. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/AIR-build-error-105-tp14323p14329.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: MXML and ActionScript in Visual Studio Code

2016-12-12 Thread PKumar
I followed the instruction on below link https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Create-tasks.json-to-compile-an-ActionScript-project https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Create-a-new-ActionScript-project-in-Visual-Studio-Code-that-targets-FlexJS But after compilati

Re: AIR build error 105

2016-12-12 Thread Clint M
Quotes seem weird… try without maybe: assets/icon16x16.png assets/icon32x32.png assets/icon48x48.png assets/icon128x128.png On Mon, Dec 12, 2016 at 10:34 AM, Trevor Holman wrote: > Trying to do a simple build and my icons seem to be causing an issue. It > is telling me they c

Re: AIR build error 105

2016-12-12 Thread OmPrakash Muppirala
Can you post the entire -app.xml somewhere? I am guessing there is a typo in the xml somewhere. Or the tag appears more than once. Thanks, Om On Mon, Dec 12, 2016 at 1:11 PM, Trevor Holman wrote: > "Error creating AIR file:Loadimage-app.xml(204): error 105: > application.icon.image16x16 cont

Re: AIR build error 105

2016-12-12 Thread Trevor Holman
"Error creating AIR file:Loadimage-app.xml(204): error 105: application.icon.image16x16 contains an invalid value null” If I delete the 16x16 image line in the app.xml file the next one causes the same issue and so on… I’m not sure if the “null” is meaning the file is not there (suggesting the

Re: AIR build error 105

2016-12-12 Thread Josh Tynjala
> they contain invalid value null What is "they" exactly? All of the separate elements? Only some of them? Something else entirely? If you get an error message, no need to beat around the bush and give a summary of what it says. Sharing the exact text of the error message often gives others more

AIR build error 105

2016-12-12 Thread Trevor Holman
Trying to do a simple build and my icons seem to be causing an issue. It is telling me they contain invalid value null. Here’s what my app.xml icons look like. "assets/icon16x16.png" "assets/icon32x32.png"

Android soft keyboard and back button.

2016-12-12 Thread aaronyeo22
1. here clicks a textinput so it focuses and soft keyboard appears 2. user click back key on his phone - soft keyboard retracts (no backkeypressed event caught) 3. textinput still has the focus border around it (why?) and user clicks back key again - application goes in the background for a couple

Re: Exceptions while upgrading to BlazeDS 4.7.2

2016-12-12 Thread olegkon
Update: 1) still not sure about that one - happens on Tomcat 7.0.12 embedded in FlashBuilder/Eclipse and not happening standalone Tomcat 7.0.73 2) seems to be that BlazeDS issue: https://issues.apache.org/jira/browse/FLEX-34886 Resolved after we added ActiveMQ 5.3.2 jar 3) does not seem to be re

Re: MXML and ActionScript in Visual Studio Code

2016-12-12 Thread Josh Tynjala
Hi Prashant, Did you follow these instructions to build the project with tasks.json? https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Create-tasks.json-to-compile-an-ActionScript-project What does the compiler print to the console? What does your asconfig.json file contain? If it built suc