PopUp in FlexJS

2016-03-19 Thread kinjal patel
Hello, I have found one post in apache JIRA regarding PopUp in FlexJS.Below is the link of that Jira issue. https://issues.apache.org/jira/browse/FLEX-33743 The code which is attached in above JIRA Issue is not working with FlexJS 0.5.0.I have also tried to create PopUp class but not able to

Detect Device using FlexJS

2016-03-08 Thread kinjal patel
Hello, How to detect device using FlexJS.This works fine in swf ouput but throw error when i convert as/mxml to js/html using asjsc command. Could not find file for class: flash.system.Capabilities File not found: flash.system.Capabilities java.lang.RuntimeException: Unable to find JavaScript

Re: State transition problem in FlexJS

2016-02-18 Thread kinjal patel
I have created a JIRA issue and also added a link of my demo project so you can check. https://issues.apache.org/jira/browse/FLEX-35033 This is the URL of my JIRA issue. -- View this message in context:

State transition problem in FlexJS

2016-02-17 Thread kinjal patel
I have used state transition in my Project it runs well from FB(swf create successfully) but when i create javascriot/html of this project using asjsc command from terminal/command i am getting error . java.lang.ClassCastException: org.apache.flex.compiler.internal.tree.mxml.MXMLPr

NativeMenuItem keyModifier with function key (AIR)

2016-02-08 Thread kinjal patel
Hello, I have a native menu item with a shortcut for a simple letter like "F".

NativeMenuItem keyModifier with function key (AIR)

2016-02-08 Thread kinjal patel
Hello, I have a native menu item with a shortcut for a simple letter like "F".

Code Hinting flex API

2016-01-11 Thread kinjal patel
Hello, I have created one editor and want to give facility of code hinting like FB means when users press cntl+space in editor they can show the code hinting popup. Anybody have idea which jar file i can use for code hinting like fdb for debugging mxmlc for compiling. Thanks, Kinjal --

Re: Ant build for FlexJS

2016-01-03 Thread kinjal patel
Hello Alex, Thanks a lot Alex this works for me. Thanks, Kinjal -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Ant-build-for-FlexJS-tp11700p11706.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Ant build for FlexJS

2016-01-01 Thread kinjal patel
Hello Alex, I have used SDK Installer to install FlexJS sdk.I have also set Flex_HOME and FALCON_HOME to FlexJS sdk but getting same error. Thanks -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Ant-build-for-FlexJS-tp11700p11704.html Sent from the Apache

Re: Ant build for FlexJS

2015-12-31 Thread kinjal patel
Hello Alex, Thanks for the reply. Yes flacon-FlexTask.jar works for me but now i am getting different errors.This project execute perfectly from FB but fail to build by Ant script. compileWeb: [mxmlc] Loading configuration:

Ant build for FlexJS

2015-12-30 Thread kinjal patel
Hello I have tried to create swf using ant build script for FlexJS project but i have found that "ant" dir is missing in FlexJS sdk.I have copy/paste the flexTasks.jar file from 4.14.1 to my project but getting error. Build.xml

Re: FlexJS Environment variable

2015-12-23 Thread kinjal patel
Hello Alex, Above problem is resolved.I override FLEX_HOME sdks at run time using set command in cmd and export command in MacOS so my FLEX_HOME and FLACON_HOME var pointing to FlexJS sdk and the mxmlc string works fine. I have another problem to create javascript from mxmlc using FlexJS sdks.

Re: FlexJS Environment variable

2015-12-23 Thread kinjal patel
Hello Alex, Thanks for the reply.Yes this works fine. Thanks, Kinjal On Wed, Dec 23, 2015 at 8:24 PM, Alex Harui [via Apache Flex Users] < ml-node+s246n1169...@n4.nabble.com> wrote: > > > On 12/23/15, 1:00 AM, "kinjal patel" <[hidden email] > <http:///us

FlexJS Environment variable

2015-12-10 Thread kinjal patel
I have set two enviroment variable Flex Home : FlexSdks\4.14 Falcon Home: Flexsdks\FlexJS0.5.0 I have tried to compile FlexJS application through command line for that I have set the path of FlexJS sdk and applied mxmlc command but it take flex-home path instead of flexjs path(falcon home) for