Thoughts on mobile packaging for Flexmojos

2015-07-15 Thread Christofer Dutz
Hi Guys, as things are clearing up at my side here and I do seem to have some spare time again, I am starting to work on Flexmojos support for mobile packaging (Finally) :-) It seems that most needed parts have been in there for years and the last mile might even be easier than I thought.

Re: Thoughts on mobile packaging for Flexmojos

2015-07-15 Thread Maxim Solodovnik
Look good to me :) On Wed, Jul 15, 2015 at 1:31 PM, Christofer Dutz wrote: > Hi Guys, > > > as things are clearing up at my side here and I do seem to have some spare > time again, I am starting to work on Flexmojos support for mobile packaging > (Finally) :-) > > > It seems that most needed par

AW: Thoughts on mobile packaging for Flexmojos

2015-07-15 Thread Christofer Dutz
Hi, Ok ... so eventually it would be good to name the goal according to the file ending ... So this would be: - package-air - package-apk - package-ipk - ... Chris Von: Christofer Dutz Gesendet: Mittwoch, 15. Juli 2015 09:31 An: 'dev@flex.apache.org'

Re: Thoughts on mobile packaging for Flexmojos

2015-07-15 Thread Carlos Rovira
Hi Chris, I like more the system end suffix (ios, Android,...) but it seems a matter of taste. Thanks for working on this. El miércoles, 15 de julio de 2015, Christofer Dutz < christofer.d...@c-ware.de> escribió: > Hi, > > Ok ... so eventually it would be good to name the goal according to the

Re: AW: Thoughts on mobile packaging for Flexmojos

2015-07-15 Thread piotrz
Hi Chris, For newbie guys it will be more descriptive if you use Android, iOS. :) Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Thoughts-on-mobile-packaging-for-Flexmojos-tp48508p48512.html S

AW: AW: Thoughts on mobile packaging for Flexmojos

2015-07-15 Thread Christofer Dutz
Well digging even deeper into this I'll probably name it "package-air" goal and pass in the platform type somehow. It seems Velo initially intended on setting the packaging type of the maven project to configure the output. At least the dead code in Flexmojos suggests this. The class FlexExtens

Re: [FalconJX jsc] Compiler error when using classes in packages.

2015-07-15 Thread Erik de Bruin
> > Hmm. I think I’ll stop what I’m doing (which is trying to make UI widgets > handle more CSS) and make the switch back to “.” I didn’t realize it > would get messy with the Language class. > Yes, please. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I

Re: [FalconJX] Scope when calling member function from a reference

2015-07-15 Thread Michael Schmalle
On Tue, Jul 14, 2015 at 7:11 PM, Alex Harui wrote: > Bummer. > > Did you try: > > this.addEventListener("mousedown", simpleButton_mousedownHandler); > > The “this.” might be creating a pattern that isn’t handled. I’m sort of > hoping Mike will finish his mother-in-law’s bathroom and find time

AW: AW: Thoughts on mobile packaging for Flexmojos

2015-07-15 Thread Christofer Dutz
First things first: [INFO] --- flexmojos-maven-plugin:7.1.0-SNAPSHOT:package-air (default-package-air) @ dukecon-flex-core --- [INFO] Flexmojos 7.1.0-SNAPSHOT [INFO] GPL License - Version 2.0 (NO WARRANTY) - See COPYRIGHT file [INFO] completed 0 of 100 NOTE: The application has been packaged

Re: [FalconJX jsc] Compiler error when using classes in packages.

2015-07-15 Thread Alex Harui
On 7/15/15, 3:50 AM, "Erik de Bruin" wrote: >> >> Hmm. I think I’ll stop what I’m doing (which is trying to make UI >>widgets >> handle more CSS) and make the switch back to “.” I didn’t realize it >> would get messy with the Language class. >> > >Yes, please. OK, just pushed it. I still ha