Re: Remote object for Flex JS

2017-08-23 Thread PKumar
tual ValueObject, that would be great! > > Thanks, > -Alex > > On 8/23/17, 9:21 AM, "PKumar" <[hidden email] > <http:///user/SendEmail.jtp?type=node=15807=0>> wrote: > > >Really great Alex, if you need my help in testing or creating demo. Do &g

Re: Remote object for Flex JS

2017-08-23 Thread PKumar
make the API similar to regular Flex. In > that case, I will refactor the amfjs class map to use the one in our > Reflection library. > > -Alex > > On 8/23/17, 9:08 AM, "PKumar" <[hidden email] > <http:///user/SendEmail.jtp?type=node=15804=0>> wrote: > &g

Re: Remote object for Flex JS

2017-08-23 Thread PKumar
; Thoughts? > -Alex > > On 8/21/17, 11:02 AM, "Harbs" <[hidden email] > <http:///user/SendEmail.jtp?type=node=15798=0>> wrote: > > >There’s probably an advantage to converting it to FlexJS. You could > >probably leverage BinaryData for some of the functi

Re: Remote object for Flex JS

2017-08-21 Thread PKumar
Alex, As per my analysis & testing, AMFJS supports following features: - All dataType serialization & deserialization support including Object , Vector - Connection with BlazeDS - Conection with AMFPHP - Class Mapping Support using Alias Name & Class - Inbuilt support for sending AMF

Re: Remote object for Flex JS

2017-08-19 Thread PKumar
Alex, Current implementation of AMF is dependent on third party JavaScript library. If that JS library changes in future then FlexJS AMF feature may impact. So can we implement same type of library in flexJS only? Following is the third party library URL: https://github.com/emilkm/amfjs Good

Re: Remote object for Flex JS

2017-08-07 Thread PKumar
gt; > >On Mon, Aug 7, 2017 at 9:39 AM, Fréderic Cox <[hidden email] > <http:///user/SendEmail.jtp?type=node=15621=1>> > >wrote: > > > >> Ok thanks for the update Prashant! If there is anything I can help with > >> please let me know. > >> >

Re: Remote object for Flex JS

2017-08-06 Thread PKumar
As per my analysis, this issue is related to JAVAScript api over that i developed the FlecJS wrapper code to call AMF end points. I tested this API with BlazeDS java end point and it really works. I am further looking the java script API to fix this issue. Regards, Prashant -

Re: Scaffold new Apache FlexJS applications with Yeoman and generator-flexjs

2017-08-05 Thread PKumar
Josh, I am facing one strange issue. I am not getting the library contents in my application if i am using following asconfig.json { "config": "flex", "compilerOptions": { "targets": [ "JSFlex" ],

Re: Remote object for Flex JS

2017-08-03 Thread PKumar
tp:///user/SendEmail.jtp?type=node=15596=0>> wrote: > > > Yes you can use the mentioned URL for testing. You can use the function > > getCountries in the Geo service > > > > Verstuurd vanaf mijn iPhone > > > > > Op 1 aug. 2017 om 18:01 heeft PKumar

Re: Remote object for Flex JS

2017-08-01 Thread PKumar
ex SDK > > On Mon, Jul 31, 2017 at 10:45 PM, Fréderic Cox <[hidden email] > <http:///user/SendEmail.jtp?type=node=15577=0>> > wrote: > > > I have tried tonight on getting this to work but it did not work for me. > I > > am getting a FaultEvent returned

Re: Scaffold new Apache FlexJS applications with Yeoman and generator-flexjs

2017-07-29 Thread PKumar
. > That's required! > > - Josh > > On Jul 29, 2017 7:37 AM, "PKumar" <[hidden email] > <http:///user/SendEmail.jtp?type=node=15571=0>> wrote: > > > Hi Josh, > > > > I can not see the default action script task under VCODE, I am > referring >

Re: Scaffold new Apache FlexJS applications with Yeoman and generator-flexjs

2017-07-29 Thread PKumar
Hi Josh, I can not see the default action script task under VCODE, I am referring below URL: https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Build-an-ActionScript-project-in-Visual-Studio-Code Pleas suggest. I am getting only attached options.

Re: Remote object for Flex JS

2017-07-26 Thread PKumar
​Check the following URL, https://github.com/pkumar-ghub/AMFService -Class mapping is not implemented. ​ On Thu, Jul 27, 2017 at 10:10 AM, Alina Kazi [via Apache Flex Users] < ml+s246n15510...@n4.nabble.com> wrote: > What statement we can use instead of &

Re: FlexJS: findPopUpHost Issue

2017-07-18 Thread PKumar
Thanks for information Peter, with initial view it is working fine. On 19-Jul-2017 1:12 AM, "Peter Ent-2 [via Apache Flex Users]" < ml+s246n15480...@n4.nabble.com> wrote: > Hi, > > Unlike Flex, the Application in FlexJS is not a visual component and is > not part of the display list. The

Re: FlexJS: findPopUpHost Issue

2017-07-17 Thread PKumar
I did not check at swf side. I am getting this at js side. I will check it and update you. On 18-Jul-2017 12:31 AM, "piotrz [via Apache Flex Users]" < ml+s246n15475...@n4.nabble.com> wrote: > Hi Prashant, > > Can you try to use from main application property >

FlexJS: findPopUpHost Issue

2017-07-17 Thread PKumar
Hi, I am using below statement to get popup host but getting null if this is a application instance. var popupHost:IPopUpHost = UIUtils.findPopUpHost(this as IUIBase); - this = Application instance If i am passing inview id then it is working ok. Please suggest. regards, Prashant -

Re: Flexjs + Javascript libraries

2017-07-05 Thread PKumar
You can find the use of tag on following git-hub link. https://github.com/pkumar-ghub/AMFService/blob/master/src/flexjs/amf/AMFService.as On Wed, Jul 5, 2017 at 8:10 PM, piotrz [via Apache Flex Users] < ml+s246n15406...@n4.nabble.com> wrote: > Hi Prashant, > > Do you ha

Re: Flexjs + Javascript libraries

2017-07-05 Thread PKumar
I will check it and let you know. On 05-Jul-2017 8:29 PM, "piotrz [via Apache Flex Users]" < ml+s246n15406...@n4.nabble.com> wrote: > Hi Prashant, > > Do you have some example on your github ? > > Thanks, > Piotr > Apache Flex PMC > piotrzarzyck...@gmail.com > > >

Re: Flexjs + Javascript libraries

2017-07-05 Thread PKumar
tag can be used to load external JS libraries. I have used it for loading AMFJS library. On 05-Jul-2017 11:49 AM, "Lorenzo Moretti [via Apache Flex Users]" < ml+s246n15402...@n4.nabble.com> wrote: Hello! I am looking at flexjs for anew web component I am developing, but I will need to

Re: FlexJS: DataGridLinesBead Issue

2017-05-13 Thread PKumar
I used the following style and lines showing now. .DataGridListArea .middle { background-color: white; overflow: hidden; border-left: solid 1px #CC; border-right: solid 1px #CC; } But the list grid lines

Re: FlexJS:PureMVC with FlexJS

2017-05-07 Thread PKumar
Hi Piotrz, I have done it. Please check. On 07-May-2017 3:01 PM, "piotrz [via Apache Flex Users]" < ml+s246n15202...@n4.nabble.com> wrote: > Hi Prashant, > > I just made pull request to your repository with Maven build for Demo and > library itself. Once you accept it I will notify Cliff

Re: FlexJS:PureMVC with FlexJS

2017-05-06 Thread PKumar
I have committed my PUREMVC Library & PUREMVCDEMO projects on git-hub. I have created a new repository for my FlexJS demo and added these projects. Please check https://github.com/pkumar-ghub/ApacheFlexJSDemo.git Regards, Prashant - Regards, Prashant -- View this message in con

Re: FlexJS: Table Container Style

2017-05-04 Thread PKumar
I taken nightly build and it's working. Thanks On 04-May-2017 11:25 PM, "Peter Ent [via Apache Flex Users]" < ml+s246n15188...@n4.nabble.com> wrote: > You should not need to, but I guess you should give it a try. > —peter > > On 5/4/17, 1:35 PM, "PKumar

Re: FlexJS: Table Container Style

2017-05-04 Thread PKumar
t. For now: > >> > >>js|Table { > >>border: none; > >>} > >> > >>should do it for you for all tables. Or just use className with > >> > >>for a specific Table instance. > >> > >>‹peter > >> > >>

Re: FlexJS: Table Container Style

2017-05-03 Thread PKumar
ds, > Peter Ent > Adobe Systems/Apache Flex Project > > On 5/3/17, 3:52 PM, "PKumar" <[hidden email] > <http:///user/SendEmail.jtp?type=node=15164=0>> wrote: > > >Hi, > > > >How can I set the style for Table container? does

Re: FlexJS : Issue

2017-05-03 Thread PKumar
Josh, This issue has been resolved via setting same SDK for editor & FLEX_HOME. Big Thanks. Regards, Prashant - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-js-Table-Issue-tp15145p15161.html Sent from the Apache Flex Users

Re: FlexJS : Issue

2017-05-03 Thread PKumar
Hi Josh, I am using FlexJS nightly SDk with Editor and FlexHome is set to flexJS sdk070. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-js-Table-Issue-tp15145p15160.html Sent from the Apache Flex Users mailing list archive at

Re: FlexJS : Issue

2017-05-03 Thread PKumar
I have also restarted VCode but no luck. This seems that it is related to VCode. nextGen extension. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-js-Table-Issue-tp15145p15159.html Sent from the Apache Flex Users mailing list

Re: FlexJS : Issue

2017-04-29 Thread PKumar
I also downloaded via installer and uisng windows7 OS. I will download the build again today and validate it. Thanks On 30-Apr-2017 12:47 AM, "piotrz [via Apache Flex Users]" < ml+s246n15151...@n4.nabble.com> wrote: > I just download SDK through the installer, configure project in VSCode and

Re: FlexJS : Issue

2017-04-29 Thread PKumar
Even I m getting same issue for Group tag. On 30-Apr-2017 12:19 AM, "piotrz [via Apache Flex Users]" < ml+s246n15148...@n4.nabble.com> wrote: > Maybe I will look into this today, but no promise. The worst on Monday. > > Piotr > Apache Flex PMC > piotrzarzyck...@gmail.com > > >

Re: FlexJS : Issue

2017-04-29 Thread PKumar
Yesterday only I downloaded the nightly build. I am getting the Table tag under code hint. So it should work. On 30-Apr-2017 12:14 AM, "piotrz [via Apache Flex Users]" < ml+s246n15146...@n4.nabble.com> wrote: > Hi Prashant, > > Are you sure you are using the newest version? Look into your

FlexJS : Issue

2017-04-29 Thread PKumar
Hi, I am trying to using the but getting the following error: *This tag is unexpected. It will be ignored. * http://ns.adobe.com/mxml/2009; title="Gallery View" xmlns:js="library://ns.apache.org/flexjs/basic">

Re: FlexJS: Getting Uncaught type error

2017-04-29 Thread PKumar
I switch to VCode editor and issue disappear. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Getting-Uncaught-type-error-tp15112p15144.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS: Getting Uncaught type error

2017-04-29 Thread PKumar
Aelx, SWF side is working ok , problem is only JS side. Following is my code: http://ns.adobe.com/mxml/2009; xmlns:js="library://ns.apache.org/flexjs/basic" xmlns:local="*">

Re: FlexJS: Getting Uncaught type error

2017-04-27 Thread PKumar
> > -Alex > > On 4/27/17, 11:43 AM, "PKumar" <[hidden email] > <http:///user/SendEmail.jtp?type=node=15133=0>> wrote: > > >I have created the test demo but getting not working. If i am compiling > >demo > >with FlexJS 0.7.0 then it

Re: FlexJS: Getting Uncaught type error

2017-04-27 Thread PKumar
I have created the test demo but getting not working. If i am compiling demo with FlexJS 0.7.0 then it is working but if compiling with FlexJS 0.8.0 nightly build then it is failing. var arr = MyInitialView.superClass_.*get__MXMLDescriptor*.apply(this); get__MXMLDescriptor is getting

Re: FlexJS: Getting Uncaught type error

2017-04-27 Thread PKumar
Yes , I have tried but no luck. This issue is only occuring if I am creating separate view as InitialView.mxml and including it in main.mxml. On 27-Apr-2017 1:30 AM, "OK [via Apache Flex Users]" < ml+s246n15123...@n4.nabble.com> wrote: It already feels like doing much more clean ups than

Re: FlexJS:PureMVC with FlexJS

2017-04-26 Thread PKumar
Hi Piotr, Sorry to delay in response, I had bit tight schedule so could not upload demo on git. I am enhancing the demo with more views and mediator. Hopefully this weekend, i will upload the final demo on github. Regards, Prashant - Regards, Prashant -- View this message in context:

Re: FlexJS: Getting Uncaught type error

2017-04-26 Thread PKumar
I deleted bin folder and build project again. but getting same issue. I am using FlashBuilder4.7. Please check the attached chrome console output. This issue is only reproducible if i am creating a separate view as "MyInitialView.mxml" and could not reproduce if i am keeping all my mxml

FlexJS: Getting Uncaught type error

2017-04-25 Thread PKumar
Hi, I have downloaded the FlexJS nightly build and compile my examples but getting the following error: Uncaught TypeError: Cannot read property 'apply' of undefined at MyInitialView.get (MyInitialView.js:385) at MyInitialView.org.apache.flex.core.ContainerBase.addedToParent

Re: FlexJS:PureMVC with FlexJS

2017-03-20 Thread PKumar
Hi Piotrz, you can download the PureMVC FlexJS library code form below link, https://www.dropbox.com/s/2h2cdfyje5lojlh/PureMVC.zip?dl=0 On Tue, Mar 21, 2017 at 12:19 AM, Prashant Kumar wrote: > ​Hi Piotrz, > > I have downloaded the pureMVC from below git link: > >

Re: FlexJS:PureMVC with FlexJS

2017-03-20 Thread PKumar
​Hi Piotrz, I have downloaded the pureMVC from below git link: https://github.com/PureMVC/puremvc-as3-multicore-framework I have used the pureMVC multicore version. I did not modify the pureMVC framework code, only compiled with flexJS. I am working on improving the example and will add the

FlexJS:PureMVC with FlexJS

2017-03-19 Thread PKumar
Hi, I have successfully compiled the PureMVC framework with FlexJS. I have generated the swc and created a demo. Demo is working as expected with FlexJS events and notification. if any one wants to try, download the full demo with swc from below link.

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread PKumar
nt code? > > I can double-check the completion in the block when I'm back > to > work on Monday, but I have not encountered this issue before. Considering > your other issues, I wonder if this is simply a side effect of another > issue. > > - Josh > > > On Mar 18, 2017 9:

Re: SWF Debugging in Visual Studio Code

2017-03-18 Thread PKumar
Josh, I am using VCode for FlexJS app & library development but I am following issues: Not getting intelligence for tag Compile time issues are misleading Can not use FlexJS nightly build Please suggest. On 18-Mar-2017 5:32 AM, "Josh Tynjala [via Apache Flex Users]" <

Re: FlexjS: Apache FlexJS Dual

2017-03-06 Thread PKumar
I could not download, getting "MD5 signature match error". - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexjS-Apache-FlexJS-Dual-tp14762p14776.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

FlexjS: Apache FlexJS Dual

2017-03-05 Thread PKumar
Hi, I need to download the latest FlexJS nightly build to validate one dataGrid issue. But when i switched to dev build then I found new FlexJS nightly build "FlexJS Dual". so what is the purpose of this new one? Please explain. - Regards, Prashant -- View this message in context:

Re: FlexJS:Reflection API

2017-02-22 Thread PKumar
As suggested, I am planning to create one class for handling the rgisterClassAlias related code. This class will hold array of VO class & alias name that need to register for AMF de-serialization. I will call registerClassAlias on same array before calling blazeDS call. Regards, Prashant -

Re: FlexJS: Unable to access WrappedHTMLElement

2017-02-22 Thread PKumar
I wrote following code: override protected function createElement():IFlexJSElement { element = document.createElement('input') as WrappedHTMLElement; element.setAttribute('type', 'file'); element.className =

FlexJS: Unable to access WrappedHTMLElement

2017-02-21 Thread PKumar
Hi, I added the following compiler options to access the WrappedHTMLElement but unable to access. Please suggest. -external-library-path E:\ApacheFlexJSDevelop\FlexJS08N2\frameworks\libs\Core.swc - Regards, Prashant -- View this message in context:

Re: FlexJS:Reflection API

2017-02-21 Thread PKumar
Thanks for clarification Alex & Greg, I have resolve this issue. I have removed the registerClassAlias code from library and placed it in Main application. one question, i want to ask here is, is it possible to implement "[RemoteClass]" metadata in FlexJS? - Regards, Prashant -- View

Re: FlexJS:Reflection API

2017-02-20 Thread PKumar
Greg, Regarding, registerClassAlias(unTypeObject['_explicitType'], getClassByAlias(unTypeObject['_explicitType'])) - I am getting the data from blazeDs and blazeDS adding the "_explicitType" to every object. - I am just picking "_explicitType" and registering that class using

Re: FlexJS:Reflection API

2017-02-19 Thread PKumar
Do i need to include it explicitly? i am using the flash Builder 4.7 to develop library project. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Reflection-API-tp14701p14704.html Sent from the Apache Flex Users mailing list

FlexJS:DataGrid blank dataField issue

2017-02-19 Thread PKumar
Hi, If dataGrid having blank dataField column then that column showing the Object inside the grid cell. check the attached screen shot. - Regards, Prashant -- View this message in context:

FlexJS:Reflection API

2017-02-19 Thread PKumar
Hi, I am using the "registerClassAlias" in my AMFlibrary,but getting the below mentioned error on compilation. Also getting the reference error inside "registerClassAlias". Please check & suggest.

Re: FlexJS: Unable compile project using latest Nightly build

2017-01-31 Thread PKumar
Can i download the nightly build now? - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Unable-compile-project-using-latest-Nightly-build-tp14368p14593.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS: Unable compile project using latest Nightly build

2017-01-27 Thread PKumar
Alex, this issue is not occurring with FlexJS0.7.0. This is only occurring with FlexJS nightly build. I have spent lot of time to figure out this but no luck. Please help. - Regards, Prashant -- View this message in context:

Re: MXML and ActionScript in Visual Studio Code

2017-01-18 Thread PKumar
Josh, I am using VCode to compile FlexJS project but i am getting one issue with VCode. I am attaching the screen shot. Please suggest. - Regards, Prashant -- View this message in context:

Re: FlexJS: getClassByAlias is not accessible in Nightly build

2016-12-30 Thread PKumar
This is JS side. I am using the Visual Studio Code. Following code, i have written. var classToInstantiate:Class = getClassByAlias(tempObject._explicitType); Call to a possibly undefined method getClassByAlias. ^ - Regards,

FlexJS: getClassByAlias is not accessible in Nightly build

2016-12-30 Thread PKumar
I am using the getClassByAlias but getting the compiler error. Please suggest. severity: 'Error' message: 'Call to a possibly undefined method getClassByAlias.' at: '61,66' source: '' - Regards, Prashant -- View this message in context:

Re: MXML and ActionScript in Visual Studio Code

2016-12-30 Thread PKumar
Thanks Josh, Issue has been resolved by provided code fix. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MXML-and-ActionScript-in-Visual-Studio-Code-tp14266p14386.html Sent from the Apache Flex Users mailing list archive at

Re: MXML and ActionScript in Visual Studio Code

2016-12-29 Thread PKumar
Josh, somtimes i am getting the attached exception. could you please suggest on it? - Regards, Prashant -- View this message in context:

FlexJS: Unable compile project using latest Nightly build

2016-12-24 Thread PKumar
Hi, Today i have downloaded the FlexJS nightly build but i could not compile my project with this new build. getting the compiler error. Below is error: *using FlashBuilder Project Files FlashBuilder settings: -source-path+=E:\FlexJSWorkspace\FlexJSStore/src/main/flex

Re: MXML and ActionScript in Visual Studio Code

2016-12-17 Thread PKumar
Thanks for suggestion, issue has been resolved now. I am used to FlashBuilder so it will take some time to understand the VCode editor. But overall it is nice experience with VCode, great work Josh. - Regards, Prashant -- View this message in context:

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread PKumar
I am using following asconfig.json, but it is not working. getting compile error { "config": "flex", "type": "lib", "compilerOptions": { "debug": true, "external-library-path": ["E:/ApacheFlexJSDevelop/flex-typedefs/js/target"], "define": [ {"name":

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread PKumar
could you please suggest to asconfig.json options to resolve the attached compile error. - Regards, Prashant -- View this message in context:

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread PKumar
Thanks, I have updated my NodeJS version and issue has been fixed now. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MXML-and-ActionScript-in-Visual-Studio-Code-tp14266p14341.html Sent from the Apache Flex Users mailing list archive at

Re: MXML and ActionScript in Visual Studio Code

2016-12-13 Thread PKumar
I am not getting any message on console, but I changed the command "asconfigc" to "mxmlc" in my "task.json" and start getting error on console window. *Console Error:* Error: a target file must be specified. task.json { // See https://go.microsoft.com/fwlink/?LinkId=733558 //

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

Re: MXML and ActionScript in Visual Studio Code

2016-12-11 Thread PKumar
Hi Josh, I have setup the VCode on my window7 laptop. I created a sample project using flexJS and compiled without any error. But after compilation there is no JS file generating. So is there any specific command to generate the JS file? Please suggest. - Regards, Prashant -- View this

Re: FlexJS : AMFJS Class Mapping

2016-11-14 Thread PKumar
Thanks for providing the code, i will try it. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-AMFJS-Class-Mapping-tp14106p14118.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS : AMFJS Class Mapping

2016-11-13 Thread PKumar
Thanks for details, below is my code, //Patient is AS3 class and i am trying to map it with org.blazeds.vo.Patient, which is java class. *registerClassAlias("org.blazeds.vo.Patient",Patient);* I am getting the list of Patient from BlazeDs side and trying to use it like below, trace("Result="

FlexJS : AMFJS Class Mapping

2016-11-12 Thread PKumar
Hi, I am working on amfjs integration and it almost done. but i need to map the java clas object to AS3 class object. I am getting the _explicitType from BlazeDS side but could not map it with AS3 object. i also used the registerClassAlias but nothing working. I attached the trace from chorme.

Re: [FlexJS] Support in BlazeDS communication

2016-11-04 Thread PKumar
Thanks Alex, I am new to FlexJS and your comments are really helping me improve my FlexJS understanding. Regarding tag, is there any option/command available so that compiler automatically include the injected file in to output folder. I am also planning to compile RemoteObject with FlexJS.

Re: [FlexJS] Support in BlazeDS communication

2016-11-02 Thread PKumar
Thanks Alex, better to use github URl to save the effort. but one more thing i want to ask. can i use the "externc" compiler command to convert amfjs to action script? - Regards, Prashant -- View this message in context:

Re: [FlexJS] Support in BlazeDS communication

2016-11-01 Thread PKumar
I did not modify the amf.js but I am keeping the amf.js locally instead picking from git repo. But problem with is that it is not copying the amf.js inside the bin-debug/bin-release folder. i also tried -include-resources compiler option but nothing working. - Regards, Prashant -- View

Re: [FlexJS] Support in BlazeDS communication

2016-10-31 Thread PKumar
problem with is that it is not copying the amf.js inside the bin-debug/bin-release folder. i also tried -include-resources compiler option but nothing working. - Regards, Prashant -- View this message in context:

Re: [FlexJS] Support in BlazeDS communication

2016-10-31 Thread PKumar
I have successfully created a prototype of AMFJS and now i am trying to create a swc file. but i could not include the amf.js in my swc file. So is there any compiler option to include the amf.js in my swc file so that it can be copied in final output. - Regards, Prashant -- View this

Re: FlexJS: ByteArray Implementation

2016-10-30 Thread PKumar
i was exploring byteArray for AMF serialization/deserialization. So I will have to depend on java script library only. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-ByteArray-Implementation-tp13973p13977.html Sent from the

Re: [FlexJS] Support in BlazeDS communication

2016-10-30 Thread PKumar
Thanks Alex, is working fine. It was my fault. Now i have successfully injected the amf.js in the index.html but i am not getting how can i acccess & call java script variable & methods. I checked the createJS & cordova implementation but luck. I am trying to access "document" in my class but

FlexJS: ByteArray Implementation

2016-10-29 Thread PKumar
Hi, is ByteArray available in FlexJS as compare to Flash ByteArray? - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-ByteArray-Implementation-tp13973.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: [FlexJS] Support in BlazeDS communication

2016-10-29 Thread PKumar
i check the "" in createJS. but it is used with Application constructor. can i used it with any custom class constructor, as below? COMPILE::JS public class AMFJS { /** * * * */ public function AMFJS()

Re: [FlexJS] Support in BlazeDS communication

2016-10-26 Thread PKumar
i have managed to create the amfjs.swc, but i need to use this swc and create the action script code. I created a library project and keeping the amfjs.swc inside the libs folder. i created an action script class named AMFJS.as but i do not know how i will write the amf specific code. Below are

Re: [FlexJS] Camera/Microphone access and Streaming with new FlexJS

2016-10-19 Thread PKumar
I have compiled the amfJS as flexjs-typedef and generated a swc file. I am not aware , how to use it? Please suggest. - Regards, Prashant -- View this message in context:

Re: [FlexJS] Support in BlazeDS communication

2016-10-19 Thread PKumar
Hi Alex, I tried to connect with webORB.net using AMFJS and it is working. I will check it with BlazeDS also. I am having one query here, can I compile AMFJS to FlexJS library, as currently FlexJS havig JQuery support? - Regards, Prashant -- View this message in context:

Re: [FlexJS] Support in BlazeDS communication

2016-10-17 Thread PKumar
Alex, If you will provide initial guidelines then i can move forward on AMFJS. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Support-in-BlazeDS-communication-tp11562p13825.html Sent from the Apache Flex Users mailing list

Re: FlexJS: Need to create PureMVC swc

2016-10-09 Thread PKumar
Thanks Alex, i have generated puremvc swc using a library project and used it in my main application and also working in JS side. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Need-to-create-PureMVC-swc-tp13782p13794.html Sent

FlexJS : "visible" behaving differently in Flash & JS

2016-10-09 Thread PKumar
Hi, Container "visible" is not behaving same on Flash & Java side. Below is lines of code. Please suggest. http://ns.adobe.com/mxml/2009; xmlns:js="library://ns.apache.org/flexjs/basic" xmlns:local="org.apache.flex.html.*"

FlexJS: Need to create PureMVC swc

2016-10-07 Thread PKumar
Hi, I have created a FlexJS demo application using PureMVC and it works perfectly in both side flash & JS. Currently i copied all PureMVC files in the main application src folder but i want to create swc for it . Please suggest how to create swc so that it can work for flash and JS. -

Re: FlexJS : Dispatching event from ItemRenderer

2016-10-02 Thread PKumar
I have taken the latest nightly build and modify the datagrid as per your suggestion. check the inline code. But i am getting the flash player run time exception. Please check the attached screensshot.

Re: FlexJS: Binding Issue

2016-10-02 Thread PKumar
I have validated it in new nightly dev build and it is working fine. Thanks. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Binding-Issue-tp13553p13700.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-26 Thread PKumar
Thanks for details Peter, I took the reference of same example which you have described here. I tried with ArrayList factory class but getting the run time exception, so I used the bubbling and it is working ok in flash side but not working in JS sdie. factory approach is fine for me but it

Re: FlexJS: Binding Issue

2016-09-26 Thread PKumar
Thanks,I am downloading the nightly build and will validate this again. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Binding-Issue-tp13553p13637.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS: Binding Issue

2016-09-24 Thread PKumar
Thanks Greg, but what i noticed that nightly build is broken my others examples also. might be some other development is going on. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Binding-Issue-tp13553p13619.html Sent from the

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-24 Thread PKumar
I checked it and found strange behavior of event. DataGrid change event behaving differently on Flash & JS side. If my render is dispatching "change" event then only it is working but if my render is dispatching customevent then it is not working. - Regards, Prashant -- View this message

Re: FlexJS: Binding Issue

2016-09-24 Thread PKumar
Not working, validated in both side Flash & JS. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Binding-Issue-tp13553p13616.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS: Binding Issue

2016-09-24 Thread PKumar
Hi Greg, I took the latest nightly build and validated the binding. but it is not working. below is my sample code.

FlexJS : Dispatching event from ItemRenderer

2016-09-24 Thread PKumar
Hi, I created a DataGrid and displaying checkbox in first column. I need to dispatch event on clicking checkbox and listen that event in container of datagrid or in controller. I tried using "DataItemRendererFactoryForArrayList" but it is not working. Please suggest how to achieve it. -

Re: FlexJS: Binding Issue

2016-09-19 Thread PKumar
Thanks for details Alex, I will check the databinding example and try to create couple of example. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Binding-Issue-tp13553p13573.html Sent from the Apache Flex Users mailing list

Re: FlexJS: Binding Issue

2016-09-19 Thread PKumar
Thanks for details Greg, I will download the nightly build today and validate your changes. There can be various use case on curly braces base binding. I will check couple of more binding use cases. Thanks. - Regards, Prashant -- View this message in context:

  1   2   >