Re: AIR for Linux

2016-08-03 Thread Benjamin Povirk
I used to install https://www.winehq.org/ and then install AIR app on Linux On 03 Aug 2016, at 11:16, Angelo Lazzari mailto:lazzari.ang...@gmail.com>> wrote: Hi all, i need to install an AIR packaged app on a linux computer, but i see the air linux version is already discontinued...so, do i hav

Re: Donating Spark-Material to Apache Flex (was "Spark components with Material Design")

2016-11-04 Thread Benjamin Povirk
would be nice to have material set in the SDK > On 4 Nov 2016, at 09:56, OK wrote: > > Thank you Justin! > > Reading Alex hints I'm not sure what would be the right way: > Keeping the material lib external or as part of Apache Flex. > Probably both have benefits and also drawbacks. > > What do ot

Re: [GUIDE] Firebase and Flex

2016-11-10 Thread Benjamin Povirk
Great work, thanks for sharing! > On 10 Nov 2016, at 02:43, Irwan Husein wrote: > > really, really cooolll > can we hope this feature on FlexJS ? > > we got amfjs, material design for flexjs, and now firebase > > > > > On 10 November 2016 at 02:48, George Yabra wrote: > >> Greetings, >> >> R

Re: Persistent Data

2017-02-28 Thread Benjamin Povirk
Im using a simple static variables in a class named AppVars for such "app lifetime" stuff :) eg public final class AppVars { public static var CurrentUserPermissions:ArrayCollection; ... //more app static memory } and then using AppVars.CurrentUserPermissions in the application On 28 Feb 2017, a

Re: Persistent Data

2017-02-28 Thread Benjamin Povirk
Yes, they have to be static and I think they are faster this way too, else you would need to implement singleton. > On 28 Feb 2017, at 20:26, bilbosax wrote: > > Interesting. Using Flex the way that I do, I have never had to write my own > class before. I will look into it more online. Do the

Re: [ANNOUNCE] Apache Flex 4.16.0 released

2017-03-15 Thread Benjamin Povirk
great! > On 15 Mar 2017, at 14:04, rodol...@essencialcode.com.br wrote: > > Finally! > > > > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/ANNOUNCE-Apache-Flex-4-16-0-released-tp14808p14811.html > Sent from the Apache Flex Users mailing list archive at Nabble

Re: Strange Graphic Anomoly

2018-02-16 Thread Benjamin Povirk
I have mac and xcode if you need help no problem > On 16 Feb 2018, at 14:16, bilbosax wrote: > > No, it has more to do with this note published by Adobe. On page 3 under "iOS > SDK Upgrade", you will read that to publish an App for iOS using AIR 28, you > now need access to a Mac with Xcode insta

Re: [Release] New Flex Apps - Medical Support

2019-02-14 Thread Benjamin Povirk
That's great! We love brests, we hate cancer. Is it in English as well? > On 14 Feb 2019, at 12:33, leokan23 wrote: > > Hi all, > > once again, I wanted to share my teams latest release, to encourage people > still working with Flex. :) This time the mobile app focuses on supporting > women who h

Re: [Release] New Flex Apps - Medical Support

2019-02-14 Thread Benjamin Povirk
Follow me on twitter, I retweeted and followed you :) We Flexers are rare, let's stick together ;) > On 14 Feb 2019, at 13:50, leokan23 wrote: > > Unfortunately it is only in Greek for now. Although the client asked for base > support for multi language so it might released in English later on. >

Re: Apache Royale 0.9.6 Released!

2019-10-09 Thread Benjamin Povirk
this is great news, thanks! There are however some problems installing 3rd parties on mac... Can this be fixed? benjamin@MacBookAir:~$ sudo npm install @apache-royale/royale-js-swf -g /usr/local/bin/asjsc -> /usr/local/lib/node_modules/@apache-royale/royale-js-swf/royale-asjs/js/bin/asjscnpm /u