Re: How to avoid native extension execution?

2013-11-26 Thread Deepak MS
I removed extensions node, cleaned up the project and made sure that bin-debug folder's -app.xml file too was without 'extensions' node in it and then ran the app as a desktop application and I got this error message: An internal error occurred during: Launching JJP_Sales_Insight_zip.

Re: How to avoid native extension execution?

2013-11-26 Thread Tom Chiverton
On 26/11/2013 05:57, Deepak MS wrote: The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.xyz.ane.ANEZip is not supported for Windows-x86. Why don't you have the app check the platform, and if it's not the right one for the ANE fall back

Re: AW: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-26 Thread piotr.zarzycki
This is desktop application and it looks like that: -pom - ALL - contains list of modules for compile --pom - AIR - contains Air compiler, dependencies to third party swc First module: ---pom - LIB - contains list of sub modules modules moduleair-lib/module - this is first

Action Script Code Validator tool

2013-11-26 Thread Devesh Mishra
Hi, Is there any tool available to validate Action Script code like JSLint which is for Java Script code to validate. -- Thanks Regards, Devesh Mishra Contact: +91-8097032750 / 022 - 27781272 (ext - 5222) MASTEK LTD. In the US, we're called MAJESCOMASTEK

RE: Action Script Code Validator tool

2013-11-26 Thread Maurice Amsellem
You can try FlexPMD -Message d'origine- De : Devesh Mishra [mailto:devesh.mis...@mastek.com] Envoyé : mardi 26 novembre 2013 11:26 À : users@flex.apache.org; d...@flex.apache.org Objet : Action Script Code Validator tool Hi, Is there any tool available to validate Action Script code

Re: How to avoid native extension execution?

2013-11-26 Thread Deepak MS
I gave it a thought. I can check for the app platform in actionscript and handle it. But the problem is, I am not able launch the app at all. Only when app gets launched, I could have checked for platform and executed relevant code. It has something got to do with extensions node in app.xml file

AW: AW: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-26 Thread christofer.d...@c-ware.de
One Thing you should check, is that eventually some of the libs you reference, might have dependencies. Check if any of These reference com.adobe.flex artifacts. Cause if this is the case, you might be importing different Versions of your libs. And if you post, the error Output, it should make

Re: Sprite Auto Alignment

2013-11-26 Thread Jake Churchill
I wanted to send out an update quickly in case anyone else runs across this. I found a javascript packing example that I've converted to AS3. Here's a link to that: http://codeincomplete.com/posts/2011/5/7/bin_packing/example/ If I remember, I'll post a link to the open source component that

Re: How to avoid native extension execution?

2013-11-26 Thread Alex Harui
Hmm. It may be difficult to get FB to agree to let you do this. I generally use FDB for debugging so I just made a copy of the -app.xml to a new name and launched using that copy of the -app.xml by calling adl directly. If you need to use the FB debugger, there is a trick about setting up a

Background worker can't find WebService class

2013-11-26 Thread aveu
I have a simple background worker that makes simple web service operation calls. Everything compiles, but in runtime I get error: *VerifyError: Error #1014: Class mx.rpc.soap::WebService could not be found* Is it possible to call webservice methods from background worker and then pass results to

Gunt js build scripts for mxmlc compc

2013-11-26 Thread Ajar
Hi all I'm experimenting with continuous deployment, trying to put together an automation solution and came across grunt. Did any of you ever try to use grunt runner to build a flex mxml project? It's a really sleek tool based on Node js with many plugins, mainly for javascript builds and

RE: How to avoid native extension execution?

2013-11-26 Thread Maurice Amsellem
Hi, Reading some blogs on the topic, it seems that there is another approach to using ANE, than including the ANE file directly: Instead of referencing the ANE in the app descriptor, you can package your ANE is a separate SWC, using ADT, that has its own deployment descriptor. In that

SWFObject Loading Flex App

2013-11-26 Thread Angelo Anolin
This question may seem pretty trivial, but when I embed my flex application in an aspx page, if I set the height to 100%, the height seems to scale down to like 10% Here's my aspx page. %@ Page Language=vb AutoEventWireup=false CodeBehind=Default.aspx.vb Inherits=FlexApp._Default % !DOCTYPE

Re: SWFObject Loading Flex App

2013-11-26 Thread Alex Harui
Doesn't look like height is being set to 100% to me. -Alex On 11/26/13 10:56 PM, Angelo Anolin angelo.ano...@gmail.com wrote: This question may seem pretty trivial, but when I embed my flex application in an aspx page, if I set the height to 100%, the height seems to scale down to like 10%

Re: AW: AW: AW: AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-26 Thread piotr.zarzycki
Sorry about that. :) path - 43 Error: The definition of base class Validator was not found. public class CompareValidator extends Validator ^ path - col: 45 Error: The definition of base class StringValidator was not found. public class