Re: [FlexJS, AMF] Steps to make FlexJS / Java - RemoteObject / AMF sample work

2017-09-24 Thread PKumar
Carlos, I tested it with most of built in data type( Including Vector) and it is working ok, but I can not send or receive following type: ArrayList - send & receive not working Custom Class Object - nor able to send it , getting exception at BlazeDs side. Complex Object with

Re: [FlexJS, AMF] Steps to make FlexJS / Java - RemoteObject / AMF sample work

2017-09-16 Thread PKumar
Alex, I kept ClassAliasBead at Application level and my demo started working. I noted following issues: VO with inheritance not working, as Car extends Vehicle ArrayList serialization not working Custom Array not working I am testing with more dataType and will update you further. Thanks,

Re: [FLEX JS] How to import mx.managers.PopUpManager?

2017-09-12 Thread PKumar
check the sample code at following github link https://github.com/pkumar-ghub/ApacheFlexJSDemo/tree/master/PopupWindow -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: [FlexJS, AMF] Steps to make FlexJS / Java - RemoteObject / AMF sample work

2017-09-12 Thread PKumar
I downloaded the latest nightly build and used that. I am also compiled this app with the FlexJS package that you shared. but same error i am getting. -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: [FlexJS, AMF] Steps to make FlexJS / Java - RemoteObject / AMF sample work

2017-09-10 Thread PKumar
If i am using "ClassAliasBead" then i am getting following error on browser console. Please suggest. Uncaught TypeError: app.info is not a function at org.apache.flex.reflection.beads.ClassAliasBead.set__strand (ClassAliasBead.js:48) at MainView.org.apache.flex.core.UIBase.addBead

Re: [FlexJS][Installer] Future packaging of FlexJS releases

2017-09-10 Thread PKumar
after removing that line, everything is fine. Thanks -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: [FlexJS, AMF] Steps to make FlexJS / Java - RemoteObject / AMF sample work

2017-09-10 Thread PKumar
no message on server console. my server is running under Eclipse. -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: [FlexJS][Installer] Future packaging of FlexJS releases

2017-09-09 Thread PKumar
Alex, Tried this package with VCode but getting the attached errror with no code intelligence -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: [FlexJS, AMF] Steps to make FlexJS / Java - RemoteObject / AMF sample work

2017-09-09 Thread PKumar
Alex, I downloaded latest nightly build and modify and tried remote object changes. but i am getting the attached error on console. -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: [FlexJS][Docs] Started with some docs using a github repo

2017-08-09 Thread PKumar
please add few pages on following topics. These are commonly used in enterprise applications. FlexJS Data Binding Formatters - Date Formatter , Number Formatter etc Validators - StringValidator, DateValidator etc Popupwindow or Dialog in FlexJS File Browse, Upload and Download HTTPService

Re: [FlexJS] findPopupHost issue

2017-07-19 Thread PKumar
​Panel , close event not firing on JS side. swf side it is working fine. This may be an issue.​ On Wed, Jul 19, 2017 at 11:00 PM, Prashant Kumar wrote: > ​I am having a gird with one view column. On clicking view link , i want > to open a popup to view information. I

Re: [FlexJS] findPopupHost issue

2017-07-19 Thread PKumar
​I am having a gird with one view column. On clicking view link , i want to open a popup to view information. I was unaware about actual use of findPopupHost so i pass this. I was thinking it will work same as PopupManager works. On Tue, Jul 18, 2017 at 8:02 PM, Alex Harui-2 [via Apache Flex

Re: FlexJS Yeoman generator

2017-07-13 Thread PKumar
Hi Josh, I tried tried the yeoman & flexjs generator with VCode. Everything is really good and working fine. One problem i am getting on creating mxml component. when i am trying to create the new mxml then i am getting exception. check the attached screen shot.

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-07-06 Thread PKumar
I will check the example shared. But if need more examples on title window, grid, panel , list and other controls. Just let me know I will share with you on GitHub. On 06-Jul-2017 7:21 PM, "allenyyang [via Apache Flex Development]" < ml+s247n62863...@n4.nabble.com> wro

RE: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

2017-07-06 Thread PKumar
If you want to use FlexJS with Flash Builder 4.7 then no need to install Ant and maven. just download latest version of FlexJs via SDK installer and add new FlexJS SDK under Flash Buildrler4.7 as you add regular flex SDK. After SDK setup . You need to import runtime command into Flash Builder

Re: [FlexJS] Failed to download nightly build FlexJS 0.9.0

2017-07-02 Thread PKumar
I am trying to download FlexJS0.8.0 via installer but getting error. please check the following error log. [image: Inline image 1] On Thu, Jun 29, 2017 at 1:27 PM, piotrz [via Apache Flex Development] < ml+s247n62679...@n4.nabble.com> wrote: > Alex, > > Now it's working! > > Thanks, > Piotr

Re: Is it possible to Convert Flex Application to HTML5

2017-06-07 Thread PKumar
Not completely, you can re-use your existing business logic and back end serverice but view components you have to rewrite using FlexJS components set. On 07-Jun-2017 2:14 PM, "Gudu [via Apache Flex Development]" < ml+s247n62212...@n4.nabble.com> wrote: > Hello all, > > I have lots of MXML

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-25 Thread PKumar
Player, equivalence > (FileReference API), Air has a richer API for this, and I believe Cordova > does as well. But the FlexJS class(es) that a developer would use should > be generic: > > > > or something like that. > > I hope that helps. > —peter > > On 5/25/17,

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-24 Thread PKumar
amp; SWF) air, and Cordova. > > Peter > > > > On May 21, 2017, at 10:44 AM, PKumar <[hidden email] > <http:///user/SendEmail.jtp?type=node=61737=0>> wrote: > > > > Peter, > > > > As compare to regular FlexSDK , there is no way to select any file f

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-21 Thread PKumar
le.com> wrote: > The FlexJS Storage package address some storage concerns. It provides file > handling when run via AIR and on mobile devices via Cordova. Since there > are sandboxing issues with the Flash Player, I'm not sure what else we can > do there besides local storage. > > ‹pete

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-21 Thread PKumar
FileHandling can also be a option in the list. Right now FlexJS not having any file handling capabilities. On 20-May-2017 5:45 PM, "yishayw [via Apache Flex Development]" < ml+s247n6170...@n4.nabble.com> wrote: > Items 1-9 were considered musts. > > Fontkit library port (item 7) made it to

Re: [FlexJS] Table

2017-04-21 Thread PKumar
This will be really helpful Peter. Thanks On 22-Apr-2017 12:52 AM, "Peter Ent [via Apache Flex Development]" < ml-node+s247n61270...@n4.nabble.com> wrote: > Hi, > > I've just committed/pushed a new FlexJS component (and its helpers) to the > HTML project. It is the component. I saw that

Re: [FlexJS] Container work status

2017-03-18 Thread PKumar
Peter, can I test this in FlexJs nightly build? On 16-Mar-2017 5:38 PM, "Peter Ent [via Apache Flex Development]" < ml-node+s247n60509...@n4.nabble.com> wrote: Thanks for letting me know. I will try to be quick. ‹peter On 3/16/17, 4:11 AM, "Justin Mclean" <[hidden email]

Re: [FlexJS][FalconJX] Dual output Compilation

2017-03-10 Thread PKumar
Alex, I downloaded the flexjs dual nightly build and it is working as expected but one thing I want to point out here is that if I am not adding "-compiler.target SWF" compiler option in FB 4.7 then I am getting compiler error. If you want to check error screen shot, I can send you. On

Re: [FlexJS] Panel

2017-03-09 Thread PKumar
ChromeContainer should be fine. We should be able to modify the panel title bar style as header corlor , border etc. Can Panel title bar contain other controls as image , button , check box? On 09-Mar-2017 9:37 PM, "piotrz [via Apache Flex Development]" <

FlexjS: Unable to download Apache FlexJS Dual Nightly Build

2017-03-06 Thread PKumar
Hi, I am unable to download FlexJS Dual or flexJS nightly build and getting the following error. Please suggest. Version 3.1.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. AIR version 24.0 Flash Player version 24.0 Creating Apache FlexJS home Creating temporary

Re: [FlexJS][AMF] branch feature/amf - Starting the effort!! (Special Thanks to PKumar!)

2017-02-19 Thread PKumar
,how to use correctly. Thanks, Prashant -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-AMF-branch-feature-amf-Starting-the-effort-Special-Thanks-to-PKumar-tp59640p59654.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread PKumar
Alex, I have ported the following amfjs library in FlexjS and working fine with BlazeDS. But due to busy schedule i could not further continue on class mapping part. Currently i am getting the Object from BlazeDS with one "_explicitType" field. Now i need to map that Object to correct class.

Re: [FlexJS] Tour de FlexJS

2017-01-11 Thread PKumar
This is really great. i am porting AMFJS in FlexJS and half part done and now figuring the class mapping part. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Tour-de-FlexJS-tp58119p58160.html Sent from the Apache Flex Development mailing list

Re: [FlexJS] Data-binding fails when following multiple references

2017-01-09 Thread PKumar
@Sanker, I checked the same scenario with minor changes. You need to use bit more code to achieve the binding in FlexjS. use following code to achieve correct binding behavior, [Bindable] privatevar anyClass:ClassA = new ClassA(); protected function onTextInputChangeA(event:Event):void {

Re: AW: How to put an example online

2016-12-30 Thread PKumar
I have seen the following URL without login. https://s.apache.org/MDLExample Controls are looking great. it will be better if we can use individual control and create demo for other users. As we have example in tour de flex. -- View this message in context:

Re: [FlexJX][Falcon] Binding support fixes/improvements

2016-12-06 Thread PKumar
@Sankar, FlexJS binding support is not similar to regular Flex SDK binding and FlexJS DataGrid. FlexJS having the supported classes for runtime data update in DataGrid and dataprovider. If you need the sample code. i will check in my demo list & share with you. -- View this message in

Re: [FlexJS] Team Page

2016-11-12 Thread PKumar
this is really inspiring. could you please share source code? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Team-Page-tp56450p56464.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: inflate/deflate

2016-11-02 Thread PKumar
Currently i am trying to port amfjs library only, Porting the RemoteObject involves more tasks as having ChannelSet, Channel & Operation classes so i can pick it in future. -- View this message in context:

Re: inflate/deflate

2016-10-31 Thread PKumar
I used with my custom custom for AMFJS integration and it works ok. check below code: public class AMFJS { /** * * * */ public function AMFJS()

Re: AMFPHP support for FlexJS

2016-10-27 Thread PKumar
I am digging in to AMFJS and tested it with AMFPHP & Blazeds. Currently i am trying to use AMFJS functions in FlexJS side. I am also looking the FlexSDK RemoteObject implementation and registerclassAlias implementation, so that i can get more information on this. -- View this message in

Re: [FlexJS] Form component?

2016-10-17 Thread PKumar
2) A form-like thing for RIAs/single-page apps. We might need someone to research how other JS frameworks handle single-screen apps and Forms. Maybe they don't use Form under the covers and replicate a lot of the functionality, or maybe there is some way to override the Form action and keep

Re: [FlexJS][0.8.0] Binding issue on swf side

2016-10-04 Thread PKumar
Just try once making your private variable to public. [Bindable] with Private variable is not working properly. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-0-8-0-Binding-issue-on-swf-side-tp55563p55571.html Sent from the Apache Flex

Re: [FLEXJS][FALCONJX] News on the Spark-like component set

2016-09-22 Thread PKumar
Great News Alex, now FlexJS will be backward-compatible and great milestone in converting existing Flex application to FlexJS. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FLEXJS-FALCONJX-News-on-the-Spark-like-component-set-tp52004p55267.html Sent