Re: New Flex SDK release

2016-11-02 Thread Justin Mclean
Hi,

> I would update FontAwesome to the latest release so we have one more minor
> change…

You want to take care of [1]. I also noticed this the other week [2] which has 
raised almost $500,000! Sadly the license isn’t likely to be compatible with 
Apache.

Thanks,
Justin

1. https://issues.apache.org/jira/browse/FLEX-35122
2. https://www.kickstarter.com/projects/232193852/font-awesome-5

Re: Flash Player archive

2016-11-02 Thread Justin Mclean
Hi,

Also link for Adobe Air archives:
https://helpx.adobe.com/air/kb/archived-air-sdk-version.html

Note it seems that you can’t get them via http anymore but need to use https, 
browsers see to cope with ether but scripts may not as you get a 301 moved 
permanently response to a http request.

Thanks,
Justin



New Flex SDK release

2016-11-02 Thread Justin Mclean
HI,

We’ve just starting on making a new Flex SDK release. You can follow the 
progress in this JIRA [1]

If there are any issues you want to see fixed in this release please add them 
to this subtask [2] in the release JIRA.

Please remember that Flex is run my volunteers, and a lot of effort these days 
in on the FlesJS side of things, so adding bugs to this sub task doesn’t mean 
it will get fixed in this release but we’ll see what we can do.

It would also get great if you can spend some time in testing the release 
candidate(s) when we get to making them.

Thanks,
Justin

1. https://issues.apache.org/jira/browse/FLEX-35146
2. https://issues.apache.org/jira/browse/FLEX-35148

Re: New Flex SDK release

2016-11-02 Thread Justin Mclean
Hi,

I created a JIRA to track the progress here [1]. If anyone want to help out 
please assign themselves one of the sub tasks.

Thanks,
Justin

1. https://issues.apache.org/jira/browse/FLEX-35146

Re: New Flex SDK release

2016-11-02 Thread Justin Mclean
Hi,

> Are you thinking of this as a 4.16 or 4.15.1?

I was thinking 4.16 but it doesn't really matter.

Justin


Re: inflate/deflate

2016-11-02 Thread Carlos Rovira
So cool. :)

You're working on a branch of the project? or maybe outside it? I think
this could be a great addition to FlexJS :)

2016-11-02 18:31 GMT+01:00 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: http://apache-flex-
> development.247.n4.nabble.com/inflate-deflate-tp56108p56171.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es


Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.


Re: New Flex SDK release

2016-11-02 Thread OK
Justin Mclean wrote
> Hi,
> It’s been quite a while (10 months!) since we’ve made a new Flex SDK
> release, and there's a number of changes and fixes that have been made in
> develop.
> If no-one else want to be the release manager I’ll put my hand up for the
> role.
> Thanks,
> Justin

>From my point of view it would be great to have a new release even if it'll
be shipped with just minor changes.
I would update FontAwesome to the latest release so we have one more minor
change...
Thanks for beeing the release manager!

Olaf





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/New-Flex-SDK-release-tp56153p56172.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: 
http://apache-flex-development.247.n4.nabble.com/inflate-deflate-tp56108p56171.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: New Flex SDK release

2016-11-02 Thread Alex Harui


On 11/1/16, 4:02 PM, "Justin Mclean"  wrote:

>Hi,
>
>It’s been quite a while (10 months!) since we’ve made a new Flex SDK
>release, and there's a number of changes and fixes that have been made in
>develop.

Are you thinking of this as a 4.16 or 4.15.1?

-Alex



Re: Current FlexJS license/notice issues

2016-11-02 Thread Alex Harui


On 11/1/16, 5:15 PM, "Justin Mclean"  wrote:

>Hi,
>
>We still don’t have a reply from OpenFL or FlatUI. At this point given
>it's been 3-4 weeks I don’t think we’ll get a reply.

I'm on the fence about how much to bug them about this.  I'd much rather
we just not do anything.  I don't see any reason not to wait until we get
closer to a release ourselves.

-Alex



Re: Getting ready for the refactor-sprite merge (was Re: [FlexJS] HTMLElementWrapper extending Sprite)

2016-11-02 Thread Alex Harui
One more thing.  I found out that, due to a compiler bug on the JS side,
we've gotten away with having the element() and createElement() calls be
of type IFlexJSElement in UIBase but WrappedHTMLElement in the subclasses.
 Yes, I plan to allow this kind of overloading someday, but in theory, it
shouldn't work today.  Does anybody care if we switch from
WrappedHTMLElement to IFlexJSElement in the subclasses?

Thanks,
-Alex

On 11/2/16, 8:20 AM, "Alex Harui"  wrote:

>OK.  Cross your fingers.  Let me know if you run into issues.  The HTML
>folder should now contain wrapped Sprites.
>
>Note that several files got moved from Core and Graphics to HTML because
>we had to move UIBase to HTML and Basic so there would be a wrapped and
>unwrapped version and once you move UIBase out, lots of other things have
>to move as well, so be careful if you are working on concrete base classes
>that you think were in Core, or working on the SVG classes in Graphics.
>
>The Basic folder is the unwrapped code and is not part of the build right
>now.  That's because I have to try to solve some of the API collision
>issues in the compiler first.  It will be a good test of whether we can
>get the compiler to allow certain kinds of overloading in a SWF.  I have a
>few other things in the my queue before I get to that.
>
>Thanks,
>-Alex
>
>On 11/2/16, 12:00 AM, "Harbs"  wrote:
>
>>Sounds good.
>>
>>Looking forward!
>>
>>On Nov 2, 2016, at 8:44 AM, Alex Harui  wrote:
>>
>>> Update:
>>> 
>>> Maven and Ant builds work locally for me.  DataBindingExample runs.
>>> 
>>> I will push it tomorrow unless someone comes up with a good reason not
>>>to.
>>> 
>>> Thanks,
>>> -Alex
>>> 
>>
>



AW: AW: Using Flexmojos on Maven 3.3.9?

2016-11-02 Thread Christofer Dutz
Hi,

There is no chance to get flexmojos working on 3.3.9. They changed a little too 
much and it would require some major refactoring. I'm currently working on a 
new plugin, but that's currently aimed at flex js. It should be quite easy to 
support normal flex, but I haven't put any time in that as my time is limited 
and the amount of work on flex js is huge.

Anyway it wouldn't be possible to have the same features as builds had in the 
past, because they changed things in Maven flexmojos relied heavily on. I an 
trying to help get Maven more polyglot, but I guess that will take some time 
and it doesn't rely make sense to start prior to these changes.

So for now I guess you have to stick to older versions of Maven.

Chris



Von meinem Samsung Galaxy Smartphone gesendet.


 Ursprüngliche Nachricht 
Von: marstonstudio 
Datum: 02.11.16 16:35 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: AW: Using Flexmojos on Maven 3.3.9?

Christopher:

I see that you are doing work on the Maven plugin.
http://apache-flex-development.247.n4.nabble.com/FlexJS-Optimizing-the-maven-build-success-td56102.html

Any chance of getting the Maven plugin to be compatible with Maven 3.3.9
along with that work?

On the latest 7.1.0 release I get the error pasted below on 3.3.9. Works
fine on 3.2.5. Note that this is a hurdle for us in using the Flex Maven
build across different environments.

[DEBUG] Looking up lifecyle mappings for packaging swf from
ClassRealm[project>com.marstonstudio.crossusermedia:microphone:1.0-SNAPSHOT,
parent: ClassRealm[maven.api, parent: null]]
[ERROR] Internal error: java.lang.ClassCastException: java.lang.String
cannot be cast to org.apache.maven.lifecycle.mapping.LifecyclePhase -> [Help
1]
org.apache.maven.InternalErrorException: Internal error:
java.lang.ClassCastException: java.lang.String cannot be cast to
org.apache.maven.lifecycle.mapping.LifecyclePhase
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:121)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to
org.apache.maven.lifecycle.mapping.LifecyclePhase
at
org.apache.maven.lifecycle.internal.DefaultLifecyclePluginAnalyzer.getPluginsBoundByDefaultToAllLifecycles(DefaultLifecyclePluginAnalyzer.java:119)
at
org.apache.maven.model.plugin.DefaultLifecycleBindingsInjector.injectLifecycleBindings(DefaultLifecycleBindingsInjector.java:64)
at
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:451)
at
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:421)
at
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:620)
at
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:411)
at
org.apache.maven.graph.DefaultGraphBuilder.collectProjects(DefaultGraphBuilder.java:419)
at
org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor(DefaultGraphBuilder.java:410)
at
org.apache.maven.graph.DefaultGraphBuilder.build(DefaultGraphBuilder.java:83)
at org.apache.maven.DefaultMaven.buildGraph(DefaultMaven.java:491)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:219)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
... 11 more


Much appreciated the time and effort invested by the team in making the
project work.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Using-Flexmojos-on-Maven-3-3-9-tp50181p56165.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: MDL Tweet

2016-11-02 Thread Josh Tynjala
IntelliJ IDEA creates different types of breakpoints for different
languages. An ActionScript breakpoint is designed to work with the SWF
debugger only. If you use source maps, IntelliJ IDEA will understand them
just fine, but it will still think that any breakpoints added in an
ActionScript file are completely unrelated to a web browser debugging
session. I spent a couple of frustrating days trying to figure it out.
Eventually, I ended up talking to someone at Jetbrains who explained why it
didn't work.

Thankfully, web browsers have their own built-in debuggers! I wrote
tutorials for how to debug ActionScript with source maps in Firefox and
Chrome:

Firefox
https://nextgenactionscript.com/tutorials/source-maps-firefox-debug-actionscript/

Chrome
https://nextgenactionscript.com/tutorials/source-maps-chrome-debug-actionscript/

The VSCode extension also has a debugger that can use source maps:

VSCode and Chrome
https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Debug-a-transpiled-ActionScript-project-in-Visual-Studio-Code-with-Google-Chrome

VSCode and Node.js
https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Debug-a-transpiled-ActionScript-project-in-Visual-Studio-Code-with-Node.js

- Josh

On Wed, Nov 2, 2016 at 8:32 AM, Carlos Rovira  wrote:

> Hi Chris,
>
> talking about that with Josh he explain me that he couldn't make it work in
> IntelliJ due to the way debugger works in that IDE. that was one of the
> reason to change to VSCode, so he could take more control of an open source
> extension for FlexJS.
>
>
>
> 2016-11-02 16:12 GMT+01:00 Christofer Dutz :
>
> > Hi Piotr,
> >
> > eventually my debugging response was a little mis-leading I just noticed
> > ... continously working on the build and the compiler, these are the
> parts
> > I’m debugging ... obviously you guys are talking about debugging the
> client
> > application. Have never done that. But I guess we have to figure out how
> to
> > do that. But I think it shouldn’t be that difficult to debug the SWF
> > version, but the JS version will deffinitely be challenging.
> >
> > Chris
> >
> >
> > Am 02.11.16, 15:34 schrieb "carlos.rov...@gmail.com im Auftrag von
> Carlos
> > Rovira"  > carlos.rov...@codeoscopic.com>:
> >
> > Hi Piotrz,
> >
> > I think Chris solve lot of this. Sorry, to get a bit late.
> >
> > About MDL, you can check examples/MDLExample project and use it as a
> > matter
> > of template.
> > I must say that I only have implemented 4 controls and some beads.
> For
> > tutorials, Chris pointed to the marvelous video
> > about maven - flexjs , I want as well work on a series of tutorials
> > very
> > soon (maybe starting today if I get some time later).
> > I'm using only maven to build, both sources (if something is added or
> > fixed) , as well MDL swc library and MDL example to test progress.
> >
> > For IDE related things. I'm using this days VSCode with Josh NextGen
> > extension. I love IntelliJ and this will be preferred for me, but
> > some weeks ago I couldn't get debugging working. In this thread Chris
> > pointed something like he could get it work? if so, I would want to
> > check
> > it out.
> >
> > Thanks
> >
> > Carlos
> >
> >
> >
> >
> >
> > 2016-11-01 19:57 GMT+01:00 piotrz :
> >
> > > Chris,
> > >
> > > I got the idea and now I have nice folder structure :) I was able
> to
> > run
> > > build, but got error [1] - Is it something familiar to you ?
> > >
> > > [1] https://paste.apache.org/sqYh
> > >
> > > Thanks,
> > > Piotr
> > >
> > >
> > >
> > > -
> > > Apache Flex PMC
> > > piotrzarzyck...@gmail.com
> > > --
> > > View this message in context: http://apache-flex-
> > > development.247.n4.nabble.com/MDL-Tweet-tp56042p56152.html
> > > Sent from the Apache Flex Development mailing list archive at
> > Nabble.com.
> > >
> >
> >
> >
> > --
> >
> > Carlos Rovira
> > Director General
> > M: +34 607 22 60 05
> > http://www.codeoscopic.com
> > http://www.avant2.es
> >
> >
> > Este mensaje se dirige exclusivamente a su destinatario y puede
> > contener
> > información privilegiada o confidencial. Si ha recibido este mensaje
> > por
> > error, le rogamos que nos lo comunique inmediatamente por esta misma
> > vía y
> > proceda a su destrucción.
> >
> > De la vigente Ley Orgánica de Protección de Datos (15/1999), le
> > comunicamos
> > que sus datos forman parte de un fichero cuyo responsable es
> > CODEOSCOPIC
> > S.A. La finalidad de dicho tratamiento es facilitar la prestación del
> > servicio o información solicitados, teniendo usted derecho de acceso,
> > rectificación, cancelación y oposición de sus datos dirigiéndose a
> > nuestras
> > oficinas c/ Paseo de la Habana 

Re: AW: Using Flexmojos on Maven 3.3.9?

2016-11-02 Thread marstonstudio
Christopher:

I see that you are doing work on the Maven plugin. 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Optimizing-the-maven-build-success-td56102.html

Any chance of getting the Maven plugin to be compatible with Maven 3.3.9
along with that work?

On the latest 7.1.0 release I get the error pasted below on 3.3.9. Works
fine on 3.2.5. Note that this is a hurdle for us in using the Flex Maven
build across different environments.

[DEBUG] Looking up lifecyle mappings for packaging swf from
ClassRealm[project>com.marstonstudio.crossusermedia:microphone:1.0-SNAPSHOT,
parent: ClassRealm[maven.api, parent: null]]
[ERROR] Internal error: java.lang.ClassCastException: java.lang.String
cannot be cast to org.apache.maven.lifecycle.mapping.LifecyclePhase -> [Help
1]
org.apache.maven.InternalErrorException: Internal error:
java.lang.ClassCastException: java.lang.String cannot be cast to
org.apache.maven.lifecycle.mapping.LifecyclePhase
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:121)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to
org.apache.maven.lifecycle.mapping.LifecyclePhase
at
org.apache.maven.lifecycle.internal.DefaultLifecyclePluginAnalyzer.getPluginsBoundByDefaultToAllLifecycles(DefaultLifecyclePluginAnalyzer.java:119)
at
org.apache.maven.model.plugin.DefaultLifecycleBindingsInjector.injectLifecycleBindings(DefaultLifecycleBindingsInjector.java:64)
at
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:451)
at
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:421)
at
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:620)
at
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:411)
at
org.apache.maven.graph.DefaultGraphBuilder.collectProjects(DefaultGraphBuilder.java:419)
at
org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor(DefaultGraphBuilder.java:410)
at
org.apache.maven.graph.DefaultGraphBuilder.build(DefaultGraphBuilder.java:83)
at org.apache.maven.DefaultMaven.buildGraph(DefaultMaven.java:491)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:219)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
... 11 more


Much appreciated the time and effort invested by the team in making the
project work.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Using-Flexmojos-on-Maven-3-3-9-tp50181p56165.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: MDL Tweet

2016-11-02 Thread Carlos Rovira
Hi Chris,

talking about that with Josh he explain me that he couldn't make it work in
IntelliJ due to the way debugger works in that IDE. that was one of the
reason to change to VSCode, so he could take more control of an open source
extension for FlexJS.



2016-11-02 16:12 GMT+01:00 Christofer Dutz :

> Hi Piotr,
>
> eventually my debugging response was a little mis-leading I just noticed
> ... continously working on the build and the compiler, these are the parts
> I’m debugging ... obviously you guys are talking about debugging the client
> application. Have never done that. But I guess we have to figure out how to
> do that. But I think it shouldn’t be that difficult to debug the SWF
> version, but the JS version will deffinitely be challenging.
>
> Chris
>
>
> Am 02.11.16, 15:34 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos
> Rovira"  carlos.rov...@codeoscopic.com>:
>
> Hi Piotrz,
>
> I think Chris solve lot of this. Sorry, to get a bit late.
>
> About MDL, you can check examples/MDLExample project and use it as a
> matter
> of template.
> I must say that I only have implemented 4 controls and some beads. For
> tutorials, Chris pointed to the marvelous video
> about maven - flexjs , I want as well work on a series of tutorials
> very
> soon (maybe starting today if I get some time later).
> I'm using only maven to build, both sources (if something is added or
> fixed) , as well MDL swc library and MDL example to test progress.
>
> For IDE related things. I'm using this days VSCode with Josh NextGen
> extension. I love IntelliJ and this will be preferred for me, but
> some weeks ago I couldn't get debugging working. In this thread Chris
> pointed something like he could get it work? if so, I would want to
> check
> it out.
>
> Thanks
>
> Carlos
>
>
>
>
>
> 2016-11-01 19:57 GMT+01:00 piotrz :
>
> > Chris,
> >
> > I got the idea and now I have nice folder structure :) I was able to
> run
> > build, but got error [1] - Is it something familiar to you ?
> >
> > [1] https://paste.apache.org/sqYh
> >
> > Thanks,
> > Piotr
> >
> >
> >
> > -
> > Apache Flex PMC
> > piotrzarzyck...@gmail.com
> > --
> > View this message in context: http://apache-flex-
> > development.247.n4.nabble.com/MDL-Tweet-tp56042p56152.html
> > Sent from the Apache Flex Development mailing list archive at
> Nabble.com.
> >
>
>
>
> --
>
> Carlos Rovira
> Director General
> M: +34 607 22 60 05
> http://www.codeoscopic.com
> http://www.avant2.es
>
>
> Este mensaje se dirige exclusivamente a su destinatario y puede
> contener
> información privilegiada o confidencial. Si ha recibido este mensaje
> por
> error, le rogamos que nos lo comunique inmediatamente por esta misma
> vía y
> proceda a su destrucción.
>
> De la vigente Ley Orgánica de Protección de Datos (15/1999), le
> comunicamos
> que sus datos forman parte de un fichero cuyo responsable es
> CODEOSCOPIC
> S.A. La finalidad de dicho tratamiento es facilitar la prestación del
> servicio o información solicitados, teniendo usted derecho de acceso,
> rectificación, cancelación y oposición de sus datos dirigiéndose a
> nuestras
> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
> necesaria.
>
>
>


-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es


Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.


Re: Getting ready for the refactor-sprite merge (was Re: [FlexJS] HTMLElementWrapper extending Sprite)

2016-11-02 Thread Alex Harui
OK.  Cross your fingers.  Let me know if you run into issues.  The HTML
folder should now contain wrapped Sprites.

Note that several files got moved from Core and Graphics to HTML because
we had to move UIBase to HTML and Basic so there would be a wrapped and
unwrapped version and once you move UIBase out, lots of other things have
to move as well, so be careful if you are working on concrete base classes
that you think were in Core, or working on the SVG classes in Graphics.

The Basic folder is the unwrapped code and is not part of the build right
now.  That's because I have to try to solve some of the API collision
issues in the compiler first.  It will be a good test of whether we can
get the compiler to allow certain kinds of overloading in a SWF.  I have a
few other things in the my queue before I get to that.

Thanks,
-Alex

On 11/2/16, 12:00 AM, "Harbs"  wrote:

>Sounds good.
>
>Looking forward!
>
>On Nov 2, 2016, at 8:44 AM, Alex Harui  wrote:
>
>> Update:
>> 
>> Maven and Ant builds work locally for me.  DataBindingExample runs.
>> 
>> I will push it tomorrow unless someone comes up with a good reason not
>>to.
>> 
>> Thanks,
>> -Alex
>> 
>



Re: MDL Tweet

2016-11-02 Thread Christofer Dutz
Hi Piotr,

eventually my debugging response was a little mis-leading I just noticed ... 
continously working on the build and the compiler, these are the parts I’m 
debugging ... obviously you guys are talking about debugging the client 
application. Have never done that. But I guess we have to figure out how to do 
that. But I think it shouldn’t be that difficult to debug the SWF version, but 
the JS version will deffinitely be challenging.

Chris


Am 02.11.16, 15:34 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos 
Rovira" :

Hi Piotrz,

I think Chris solve lot of this. Sorry, to get a bit late.

About MDL, you can check examples/MDLExample project and use it as a matter
of template.
I must say that I only have implemented 4 controls and some beads. For
tutorials, Chris pointed to the marvelous video
about maven - flexjs , I want as well work on a series of tutorials very
soon (maybe starting today if I get some time later).
I'm using only maven to build, both sources (if something is added or
fixed) , as well MDL swc library and MDL example to test progress.

For IDE related things. I'm using this days VSCode with Josh NextGen
extension. I love IntelliJ and this will be preferred for me, but
some weeks ago I couldn't get debugging working. In this thread Chris
pointed something like he could get it work? if so, I would want to check
it out.

Thanks

Carlos





2016-11-01 19:57 GMT+01:00 piotrz :

> Chris,
>
> I got the idea and now I have nice folder structure :) I was able to run
> build, but got error [1] - Is it something familiar to you ?
>
> [1] https://paste.apache.org/sqYh
>
> Thanks,
> Piotr
>
>
>
> -
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: http://apache-flex-
> development.247.n4.nabble.com/MDL-Tweet-tp56042p56152.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es


Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.




Re: MDL Tweet

2016-11-02 Thread Carlos Rovira
Hi Piotrz,

I think Chris solve lot of this. Sorry, to get a bit late.

About MDL, you can check examples/MDLExample project and use it as a matter
of template.
I must say that I only have implemented 4 controls and some beads. For
tutorials, Chris pointed to the marvelous video
about maven - flexjs , I want as well work on a series of tutorials very
soon (maybe starting today if I get some time later).
I'm using only maven to build, both sources (if something is added or
fixed) , as well MDL swc library and MDL example to test progress.

For IDE related things. I'm using this days VSCode with Josh NextGen
extension. I love IntelliJ and this will be preferred for me, but
some weeks ago I couldn't get debugging working. In this thread Chris
pointed something like he could get it work? if so, I would want to check
it out.

Thanks

Carlos





2016-11-01 19:57 GMT+01:00 piotrz :

> Chris,
>
> I got the idea and now I have nice folder structure :) I was able to run
> build, but got error [1] - Is it something familiar to you ?
>
> [1] https://paste.apache.org/sqYh
>
> Thanks,
> Piotr
>
>
>
> -
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: http://apache-flex-
> development.247.n4.nabble.com/MDL-Tweet-tp56042p56152.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 

Carlos Rovira
Director General
M: +34 607 22 60 05
http://www.codeoscopic.com
http://www.avant2.es


Este mensaje se dirige exclusivamente a su destinatario y puede contener
información privilegiada o confidencial. Si ha recibido este mensaje por
error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción.

De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
S.A. La finalidad de dicho tratamiento es facilitar la prestación del
servicio o información solicitados, teniendo usted derecho de acceso,
rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
necesaria.


Re: inflate/deflate

2016-11-02 Thread Carlos Rovira
Hi PKumar,

very interested in your AMFJS integration. these means you have a working
port of AMFJS? Are you working/planing in RemoteObject port?
Could you share more about it?
thanks!

2016-10-31 16:58 GMT+01:00 PKumar :

> I used   with my  custom custom  for AMFJS integration and it
> works ok. check below code:
>
> public class AMFJS
> {
>
> /**
>  * 
>  *
>  * 
>  */
> public function AMFJS()
> {
>
> }
>
> public function sendAMFReq():void
> {
> COMPILE::JS
> {
> var amfClient:Object = new ((window as
> Object).amf).Client("patientService",
> "http://localhost:8080/BlazeDS/messagebroker/amf;);
> var operation:Object = amfClient.invoke("
> patientService",
> "getPatientNames", []);
> operation.then(onResult , onFault);
> }
> }
>
> private function onResult(res:Object):void
> {
> trace("Response =" + res);
> }
>
> private function onFault(err:Object):void
> {
> trace("Error=" + err);
> }
> }
>
>
>
> --
> View this message in context: http://apache-flex-
> development.247.n4.nabble.com/inflate-deflate-tp56108p56135.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Getting ready for the refactor-sprite merge (was Re: [FlexJS] HTMLElementWrapper extending Sprite)

2016-11-02 Thread Harbs
Sounds good.

Looking forward!

On Nov 2, 2016, at 8:44 AM, Alex Harui  wrote:

> Update:
> 
> Maven and Ant builds work locally for me.  DataBindingExample runs.
> 
> I will push it tomorrow unless someone comes up with a good reason not to.
> 
> Thanks,
> -Alex
> 



Re: Getting ready for the refactor-sprite merge (was Re: [FlexJS] HTMLElementWrapper extending Sprite)

2016-11-02 Thread Alex Harui
Update:

Maven and Ant builds work locally for me.  DataBindingExample runs.

I will push it tomorrow unless someone comes up with a good reason not to.

Thanks,
-Alex