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

2017-09-12 Thread Piotr Zarzycki
Hi :), I think there is great answer to your question on users list posted today [1]. [1] http://apache-flex-users.246.n4.nabble.com/How-To-Start-Converting-A-Browser-Project-to-FlexJS-td15946.html Thanks, Piotr On Wed, Sep 13, 2017, 08:36 m_awais wrote: > Hi, > > I was wondering is there

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

2017-09-12 Thread m_awais
Hi, I was wondering is there any official FLEX JS website, that states all the details of classes and packages FLEX JS currently have. Like Apache Flex Website https://flex.apache.org/asdoc/ which lists all the packages and classes of apache flex and their details. I know one website https://cwik

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-12 Thread Dave Fisher
Hi Carlos. > On Sep 12, 2017, at 5:39 AM, Carlos Rovira > wrote: > > Hi, just see this now, but I responded in the other thread. copying > response: > > Regarding name, I would prefer a name change since the suffix "JS" is not > reflecting the real potential of this project. If we want to outp

RE: [DISCUSS] Name of the FlexJS Fork

2017-09-12 Thread Chris Martin
Hey team, I feel that FlexJS is the right name for the same reasons mentioned by other team members thus far. Key one is that we’ve got the next 3 years to capitalize on the “Flex” name for users to see a possible migration path. I feel that keeping this name will make it easier for Developers

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

2017-09-12 Thread Alex Harui
FWIW, the reason there is no PopUpManager in FlexJS is only because nobody has needed it yet. The mx.managers.PopUpManager and related classes is a pretty sophisticated subsystem that allows multiple "top-level" overlapping windows. All of that code is only truly needed if you have more than one

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

2017-09-12 Thread Alex Harui
Hi Prashant, Are you testing with the example code or your own app. I see MainView in the stack trace and there isn't one in the example. If you have your own code, make sure ClassAliasBead is a bead on the Application and not the View. Thanks, -Alex On 9/12/17, 3:59 AM, "PKumar" wrote: >I d

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-12 Thread Dave Fisher
Hi - I specifically asked Shane about when a trademark becomes an Apache mark. The answer can be summarized as once it is used. For a project that is when it approved and the website goes up. For a product it is when it is released. The TM ought be used to make it clear, but it can be implicit.

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

2017-09-12 Thread m_awais
Thank you all for reply. pkumar thanks for the link. I tried to use the imports from that link. My application gives error on "import views.PopUpView" and states : Definition views.PopUpView could'nt be found. Also it showing "xmlns:ns1" keywords in red. I verified the path is correct. Any idea

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-12 Thread Carlos Rovira
Hi, just see this now, but I responded in the other thread. copying response: Regarding name, I would prefer a name change since the suffix "JS" is not reflecting the real potential of this project. If we want to output JS exclusively, I think it would be ok. In the other hand, "Flex" name has ve

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: [FLEX JS] How to import mx.managers.PopUpManager?

2017-09-12 Thread Piotr Zarzycki
Exactly! It is in general means that if you have clean up ActionScript logic(no Flash dependency) in your old application - you can in most cases take it and use it in your FlexJS code, with some correction like usage of ArrayCollection:) Thanks, Piotr 2017-09-12 13:42 GMT+02:00 Olaf Krueger :

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

2017-09-12 Thread Olaf Krueger
m_awais wrote > I am trying to import mx.managers.PopUpManager in my flex JS project mxml > file. There's no way to use "s:" or "mx:" components with FlexJS! In general, you can't reuse anything that has a dependency to Flash or classic Flex! This is also true for e.g. the "mx.collections.ArrayCol

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

2017-09-12 Thread Piotr Zarzycki
Hi Muhammad, You cannot simply import something from old Flex. UI creation in FlexJS is very different. There is util [1] which you can mainly use I think similar as PopUpManager, but I have to admit I didn't explore yet this one. [1] https://github.com/apache/flex-asjs/blob/develop/frameworks/pr

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

2017-09-12 Thread m_awais
Hi, I am trying to import mx.managers.PopUpManager in my flex JS project mxml file. I tried different import statements but none of them worked. xmlns:mx="library://ns.apache.org/flex/mx" in tag import org.apache.flex.mx.managers.PopUpManager; in tag Is there anything additional i am missing

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: [Flex JS] Adobe substitute

2017-09-12 Thread m_awais
Thank you All for help. Regards -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-12 Thread Harbs
I personally do not see a need for a new name. To me it’s more about branding the name. If FlexJS has its own identity and Flash is barely mentioned I don’t think it’s dragging along the Flash associations. For those familiar with Flex and wanting to migrate to JS, the FlexJS name is a positive

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-12 Thread Erik de Bruin
For an Apache project, I think FlexJS would be the best name. EdB On Tue, Sep 12, 2017 at 10:45 AM, Olaf Krueger wrote: > I would stick with the name "FlexJS" for now. > I do not think that people associate negative vibes with it. > So many other JS frameworks are born every day, I think a ne

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-12 Thread Olaf Krueger
I would stick with the name "FlexJS" for now. I do not think that people associate negative vibes with it. So many other JS frameworks are born every day, I think a new name may confuse people. But I agree that in future it could make sense to rename it, especially if there will be other targets t