Reviving AS3-Commons

2016-10-21 Thread Christofer Dutz
Hi guys, today I wanted to get dirty again and started importing the SVN dump os AS3-commons provided by google-code and managed to import that into a clean GIT repo, while keeping the commit history in tact. After finishing this, I worked on updating the configuration: - Updated the

Re: [FlexJS] enabled property

2016-10-21 Thread yishayw
Hi Carlos, We have a DisableBead in the html package of the sprite-refactor branch. You might want to take a look and possibly merge to develop. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-enabled-property-tp55853p55916.html Sent from the

Re: [FlexJS] Mobile Apps

2016-10-21 Thread Carlos Rovira
Hi Peter, congrats for reaching the milestone. I'm trying but finding some problems: (Prerequisites: I'm on Mac and want to try iOS version, I already has Xcode installed. I don't have FB anymore. I installed Cordova vía NPM...all ok) *I run from MobileStocks folder, but ant told me that

Re: [FlexJS] Mobile Apps

2016-10-21 Thread Carlos Rovira
One final note, I'm building all with maven. I didn't try maven as you posted ANT build instructions. Are maven pom configured to work. It would be very handy thanks! 2016-10-21 18:12 GMT+02:00 Carlos Rovira : > Hi Peter, > > congrats for reaching the milestone.

Re: [FlexJS] enabled property

2016-10-21 Thread yishayw
Oops, I guess you guys have already picked up on this. Saw the first post, didn't see the rest... -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-enabled-property-tp55853p55918.html Sent from the Apache Flex Development mailing list archive at

Re: [FlexJS] HTMLElementWrapper extending Sprite

2016-10-21 Thread Alex Harui
On 10/21/16, 3:26 AM, "Harbs" wrote: >Let’s see if I can do a better job at explaining myself. > >> Seems like that would just stomp on the current basic set. > >Yes. And I think that’s appropriate for now. > >When I say default, I mean that we should have one set of

Re: [FlexJS] CSS (was Re: [FlexJS] Mobile Apps)

2016-10-21 Thread Carlos Rovira
Hi Alex, What should be possible in FlexJS, is for people to easily switch between > components sets by simply changing the URI assigned to the prefix: > xmlns:js="library://ns.apache.org/flexjs/mdl" > Right, but is not the perfect scenario...imagine change lots of file namespaces, I think we

Re: Reviving AS3-Commons

2016-10-21 Thread Carlos Rovira
Awesome! That sounds very good Chris! :) Thanks! Carlos 2016-10-21 17:23 GMT+02:00 Christofer Dutz : > Hi guys, > > > today I wanted to get dirty again and started importing the SVN dump os > AS3-commons provided by google-code and managed to import that into a clean

Re: [FlexJS] enabled property

2016-10-21 Thread Carlos Rovira
Hi, Yishayw, thanks!. You see I tried it, and couldn't use since is using some modified code in the branch, but although I modified to test in my branch, it wasn't the exact way to disabled the component, but it was very helpful to learn how you made it. Thanks! 2016-10-21 18:06 GMT+02:00

[FlexJS] Maveninze MobileStocks (was [FlexJS] Mobile Apps)

2016-10-21 Thread Carlos Rovira
Maybe Chris could help with that. He's the man that makes the "maven magic" One think to notice here. My laptop was recently reinstaled from zero with macOS Sierra. I used Homebrew and it was amazingly simple to configure the dev environment and I even no need to start adding environment variable

Re: [FlexJS] Mobile Apps

2016-10-21 Thread Peter Ent
>From the examples/flexjs/MobileStocks directory: ant (builds the bin and bin/js-debug directories) ant -f ../../../cordova-build.xml (builds the app/MobileStocks directory) ant -f ../../../cordova-build.xml run.ios The last part should bring down the Cordova file plugin and install the iOS

Re: [FlexJS] Mobile Apps

2016-10-21 Thread Peter Ent
I used maven on a very complex project a number of years ago and don't really remember much about it. I can try to piece together a pom file using another example, but I would have no idea how to do something like the cordova-build.xml file. ‹peter On 10/21/16, 12:16 PM, "carlos.rov...@gmail.com

Re: [FlexJS] Mobile Apps

2016-10-21 Thread Alex Harui
We could probably make cordova-build.xml work with Maven output in the target folder instead of bin-debug. But yes, I don't think Peter or I understand how to use Maven with Cordova, so the last piece will still require Ant until some other volunteer steps up. -Alex On 10/21/16, 11:00 AM,

[FlexJS] CSS (was Re: [FlexJS] Mobile Apps)

2016-10-21 Thread Alex Harui
Renaming thread... On 10/21/16, 9:12 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Right now I'm doing components in the "mdl" >namespace, but this is not the ideal scenario, since it would be great to >get a

AW: AW: [FlexJS] Maveninze MobileStocks (was [FlexJS] Mobile Apps)

2016-10-21 Thread Christofer Dutz
Unfortunately that plugin sucks :-( I tried it and it has lots of hard coded paths in there and it was sort of impossible to configure it for it needs. I gave up after one or two days :-( I had a look at the code and thought it would probably be easier to code a new one Chris Von meinem

Re: [FlexJS] CSS (was Re: [FlexJS] Mobile Apps)

2016-10-21 Thread Carlos Rovira
> Hmm. Why not? I thought this was a great long-term solution. You can try > different component sets merely by changing URIs. That's better than > changing the js: to mdi: in every file. How else would you want to do it? > > both are the same, implies make a multifile search/replace in all

AW: [FlexJS] Maveninze MobileStocks (was [FlexJS] Mobile Apps)

2016-10-21 Thread Christofer Dutz
Well I have the cordova on my list. I'll probably whip up a mojo that executes the cordova command-line stuff and hopefully reactor that to a self sufficient version later on. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Alex Harui

Re: [FlexJS] CSS (was Re: [FlexJS] Mobile Apps)

2016-10-21 Thread Alex Harui
On 10/21/16, 12:17 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > > >What should be possible in FlexJS, is for people to easily switch between >> components sets by simply changing the URI assigned

Re: [FlexJS] Maveninze MobileStocks (was [FlexJS] Mobile Apps)

2016-10-21 Thread OmPrakash Muppirala
On Fri, Oct 21, 2016 at 1:32 PM, Alex Harui wrote: > Making a new example build with Maven isn't hard. I will take care of > that. > It is easy if you know how :-) Such documentation would still be useful for others. Thanks, Om > > What I don't know how to do is replicate

Re: AW: [FlexJS] Maveninze MobileStocks (was [FlexJS] Mobile Apps)

2016-10-21 Thread Alex Harui
On 10/21/16, 1:37 PM, "Christofer Dutz" wrote: >Well I have the cordova on my list. > >I'll probably whip up a mojo that executes the cordova command-line stuff >and hopefully reactor that to a self sufficient version later on. FWIW, I saw mention of a

Re: [FlexJS] Maveninze MobileStocks (was [FlexJS] Mobile Apps)

2016-10-21 Thread Alex Harui
Making a new example build with Maven isn't hard. I will take care of that. What I don't know how to do is replicate what cordova_build.xml does in Maven. That's where we could use Chris or other Maven experts. Carlos, what was your setup when you tried the Ant script? Were you working from

Re: [FlexJS] Maveninze MobileStocks (was [FlexJS] Mobile Apps)

2016-10-21 Thread Carlos Rovira
> What I don't know how to do is replicate what cordova_build.xml does in > Maven. That's where we could use Chris or other Maven experts. > > Yes mavenizing a simple project is not a problem (my MDL project and the example are proof that is easy thank to Chris's work in preparing the entire

Re: Current FlexJS license/notice issues

2016-10-21 Thread Justin Mclean
Hi, > I'd give them more than a week to respond. Another week has passed and no response. > I have not contacted CreateJS, but have started the process of getting > approved by Adobe folks to contact them. Any progress? Given the software is already under an Apache license and everyone has

Re: Current FlexJS license/notice issues

2016-10-21 Thread Alex Harui
On 10/21/16, 5:56 PM, "Justin Mclean" wrote: >Hi, > >> I'd give them more than a week to respond. > >Another week has passed and no response. Can you tell if the lights are even on in these communities? I know we aren't always that responsive to new issues

Re: Current FlexJS license/notice issues

2016-10-21 Thread Alex Harui
On 10/21/16, 9:59 PM, "Justin Mclean" wrote: >Hi, > >> Can you tell if the lights are even on in these communities? I know we >> aren't always that responsive to new issues ourselves. > >For FlatUI I would say there’s not much activity so we’re unlikely to get >a

Re: [FlexJS] CSS (was Re: [FlexJS] Mobile Apps)

2016-10-21 Thread Alex Harui
On 10/21/16, 4:35 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >> Hmm. Why not? I thought this was a great long-term solution. You can >>try >> different component sets merely by changing URIs. That's better

Re: Current FlexJS license/notice issues

2016-10-21 Thread Justin Mclean
Hi, > Can you tell if the lights are even on in these communities? I know we > aren't always that responsive to new issues ourselves. For FlatUI I would say there’s not much activity so we’re unlikely to get a response. > Still trying to get a response from my legal department. My employment

Re: [FlexJS] Maveninze MobileStocks (was [FlexJS] Mobile Apps)

2016-10-21 Thread Alex Harui
FWIW, I just pushed a change to cordova-build.xml that let me do the following: - git clone https://git-wip-us.apache.org/repos/asf/flex-asjs.git flex-asjs - cd flex-asjs - git checkout develop - mvn clean install - cd examples/flexjs/MobileStocks - mvn clean install - ant -f

[FlexJS] Mobile Apps

2016-10-21 Thread Peter Ent
Hi, We've been working on an improved FlexJS mobile app: MobileStocks. It is in the FlexJS examples directory. This example runs on both Android and iOS devices and is a version of MobileTrader, offering just two views. The first view allows you to enter a stock symbol and a number of shares.

Re: [FlexJS] HTMLElementWrapper extending Sprite

2016-10-21 Thread Harbs
Let’s see if I can do a better job at explaining myself. > Seems like that would just stomp on the current basic set. Yes. And I think that’s appropriate for now. When I say default, I mean that we should have one set of components that we’re all working on for now. We all have limited time,