RE: One of the parameters is invalid while loading a module

2013-11-19 Thread Devesh Mishra
Hi, I think, this issue was coming because of different implementation of StyleManager in Flex 3 4. So finally I got something and its working for me. Now no need to use compiler argument. I have written one this piece of code after getting ready event call i.e.

ANEZipFile

2013-11-19 Thread Deepak MS
Hey there, Has anybody used ANEZipFile here? https://github.com/xperiments/ANEZipFile I have been trying to unzip a file on iPad using mobile app, but unable to get it working. Not sure if I am missing something here as I don't see a usage example too.

RE: Issue with setFocus method of UIComponent

2013-11-19 Thread Devesh Mishra
Hi Alex, I have tried to write a JavaScript method using ExternalInterface to set the focus of browser window first (As it is suggested in this forum - http://forums.adobe.com/thread/452365), then I set the focus of textInput control in Flex. After this, I don't need to click manually on

Re: Ane example

2013-11-19 Thread Jonathan Campos
Check out my repo with various ANEs[1] [1] https://github.com/jonbcampos/unitedmindset-ane-repo On Fri, Nov 15, 2013 at 12:55 PM, Stephen C step...@stephenjc.com wrote: Does someone have an ane shell for android that you can share with me. I've been trying to get a very basic ane working

Re: Ane example

2013-11-19 Thread Oliver Wiemer
Hy Jonathan, have you a example for a basic ane? I code objectiv-c but i don¹t know how i make an extension. LG Olli Am 19.11.13 14:42 schrieb Jonathan Campos unter jonbcam...@gmail.com: Check out my repo with various ANEs[1] [1] https://github.com/jonbcampos/unitedmindset-ane-repo On Fri,

Re: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-19 Thread piotr.zarzycki
Something is wrong with my configuration probably. When I set flexmojos ver to 6.0.1 maven starting download flexmojos from http://repo.maven.apache.org/maven2/net/flexmojos/oss/flexmojos-maven-plugin/6.0.1/ and It's ok. I've changed version to 7.0.0-SNAPSHOT and add repository tag to my pom

Re: Issue with setFocus method of UIComponent

2013-11-19 Thread Alex Harui
On 11/19/13 2:21 AM, Devesh Mishra devesh.mis...@mastek.com wrote: Hi Alex, I have tried to write a JavaScript method using ExternalInterface to set the focus of browser window first (As it is suggested in this forum - http://forums.adobe.com/thread/452365), then I set the focus of textInput

Re: Possible bug in MouseEvent handling

2013-11-19 Thread Alex Harui
The goal of mouseEventHandler is to replace non-cancelable MouseEvents with cancelable MouseEvents. The doc sort of says that, but probably could be worded better. Regarding the fix, I'm not sure I understand why you are calling getDefinitionByName. Isn't it sufficient to simply check if the

AW: AW: New Flexmojos 7.0.0-SNAPSHOT available

2013-11-19 Thread christofer.d...@c-ware.de
The 6.0.1 is available in Sonatypes public repo and is mirrored to maven central. So it should work out of the box. 7.0.0-SNAPSHOT is deployed to sonatypes SNAPSHOT repo and you therefore need to add it to your nexus/artifactory or your local maven config. Chris -Ursprüngliche

Re: Integer value conver to currency format

2013-11-19 Thread Justin Mclean
Hi, Plz Tell me how to conver integer value to currency format in apache flex . Use the CurrancyFormatter format method, it takes Numbers or a Strings. Ints will be converted to Number when passed. http://flex.apache.org/asdoc/spark/formatters/CurrencyFormatter.html Thanks, Justin

RE: Integer value conver to currency format

2013-11-19 Thread raghav kulshrestha
Thanks Justin, This process i used it but in datagrid this value not sorted according number but it sorted according string then data is not correct. Thanks, Raghav