09-29-2012 06:43 PM
09-29-2012 06:47 PM
yup
09-29-2012 07:15 PM
So is the file extension uppercase (".PNG") or lowercase (".png") on the actual filename?
QNX is a POSIX compliant system and filenames are case sensitive.
09-29-2012 08:13 PM
Just curious, why do you have your <qnx> root node existing in your *-app.xml file instead of in your bar-descriptor.xml file?
Your *-app.xml file needs to have a <application> node in it with the correct AIR namespace:
<application xmlns="http://ns.adobe.com/air/application/3.1">
This is an Adobe AIR thing, not a BlackBerry QNX thing.
09-29-2012 09:40 PM
09-29-2012 10:56 PM
Thanks Uber!! That FINALLY worked. But I feel reallyyyy dumb, and the fact that I can't get the app name to omit the "-debug" in the simulator is only making it worse. Any help for that?
09-29-2012 11:18 PM
Are you building the app in debug configuration or release configuration?
09-29-2012 11:22 PM
09-29-2012 11:26 PM - edited 09-29-2012 11:26 PM
Try the steps in this knowledgebase article to switch the application deployment mode from Development mode to Production mode.
09-29-2012 11:40 PM