RE: UIUtils vs RCPUIDUtils

2013-10-31 Thread Maurice Amsellem
I will do option #1. Thanks for your advice. Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 30 octobre 2013 17:18 À : dev@flex.apache.org Objet : Re: UIUtils vs RCPUIDUtils IMO, having two copies of this code is better than breaking people's

RE: UIUtils vs RCPUIDUtils

2013-10-31 Thread piotr.zarzycki
Hi Maurice. When nightly build sdk with your changes will be available? Best Regards, Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context:

RE: UIUtils vs RCPUIDUtils

2013-10-31 Thread Maurice Amsellem
Nightly build usually takes around one hour or so after the last git push, so you would get it soon :-) Use the installer to download it ( Select Flex SDK Nightly) Note that it's already 4.12 ... Maurice -Message d'origine- De : piotr.zarzycki [mailto:piotrzarzyck...@gmail.com]

RE: UIUtils vs RCPUIDUtils

2013-10-31 Thread Maurice Amsellem
BTW, do you have access to this page ? https://builds.apache.org/job/flex-sdk_release/ If so, you can know exactly when the release is ready ... Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 31 octobre 2013 10:35 À :

RE: UIUtils vs RCPUIDUtils

2013-10-31 Thread piotr.zarzycki
Yes I know. I've downloaded it already but without your current chagnes, so I was just wondering how it looks like behind the stage. :) Thank you, :) Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context:

RE: Mozilla takes on Flash

2013-10-31 Thread Kessler CTR Mark J
I don't see anything wrong with RSL's as long as they stay on the client machine for the long term and not in a browsers cache. I mean it would be nice if they were broken down into smaller subsets, but really it's no different than having VC redistributable libraries. -Mark -Original

1000 4.11 installs!

2013-10-31 Thread Justin Mclean
Hi, We've just exceeded 1000 unique installs of 4.11! For those who are interested we had an average of more than 800 installs a week over the last 3 months. Thanks, Justin

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Erik de Bruin
Hi, I'm busy building support for the is and as operators into FlexJS. Now, first I thought I'd try to compile the FlexJSTest_again example. To my suprise, I get an error: CSS codegen problem. Reason: 'Unable to find compilation unit for

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Alex Harui
I've been testing against DataBindingTest whose sources are up on my people.a.o folder, so maybe this doesn't build anymore, but the console output looks like you are referencing a full Apache Flex SDK instead of one that is overlaid, which might cause the compiler to find CSS files in a whole

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Erik de Bruin
And how does one 'overlay' an SDK? EdB On Thu, Oct 31, 2013 at 2:07 PM, Alex Harui aha...@adobe.com wrote: I've been testing against DataBindingTest whose sources are up on my people.a.o folder, so maybe this doesn't build anymore, but the console output looks like you are referencing a

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Alex Harui
By using the FlexJSOverlay.zip on my people.a.o folder. Instructions are available at https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Fl ash+Builder -Alex On 10/31/13 6:20 AM, Erik de Bruin e...@ixsoftware.nl wrote: And how does one 'overlay' an SDK? EdB On Thu,

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Erik de Bruin
Ok... is that proprietary code, or just not in the repo yet? EdB On Thu, Oct 31, 2013 at 2:26 PM, Alex Harui aha...@adobe.com wrote: By using the FlexJSOverlay.zip on my people.a.o folder. Instructions are available at

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Alex Harui
Not sure what you're asking. There isn't any Adobe code in there. The zip contains binaries so it can't go in the repo. The sh/bat files in the zip are not in the repo because I keep hoping they will go away someday and be replaced by an installer. -Alex On 10/31/13 6:30 AM, Erik de Bruin

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Erik de Bruin
Basically, I'm complaining it's getting too hard to develop for this, but I guess that's to be expected at this stage. It's up and running now. EdB On Thu, Oct 31, 2013 at 2:33 PM, Alex Harui aha...@adobe.com wrote: Not sure what you're asking. There isn't any Adobe code in there. The zip

RE: Issue with mobile UI default sizes

2013-10-31 Thread Maurice Amsellem
Hi, Based on yesterday's discussions suggestions, and putting aside the secondary topics for now :-) , this is what could be done and why : Requirements to be compliant with Apple's specs on iOS devices: 1) retina devices should always get the double DPI of their non retina equivalent 2)

Re: Mozilla takes on Flash

2013-10-31 Thread Alex Harui
Well, again, just my opinion, but while Jobs is/was very influential, commercial success could have (and could still) trump his opinions. I'd bet that in every relase of Windows and OSX, the compatibility testers see what broke and discuss what they want to bring forward. So far Flash has been

Re: Mozilla takes on Flash

2013-10-31 Thread Alex Harui
The concept of shared libraries is sound, but IMO, has problems in a constrained environment. I'm not sure what you mean by VC redistributable libraries, but many years ago I worked on a large app that used the Microsoft Foundation Classes as DLLs. That worked great because we still shipped apps

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Erik de Bruin
And I killed it again... Now I'm getting this (vaguely familiar) error: Using Falcon codebase: /Users/erik/Documents/ApacheFlex/git/flex-falcon/compiler.jx/bin/../../compiler Using Flex SDK: /Users/erik/Desktop/OverlayedSDK Exception in thread main java.lang.IllegalAccessError: tried to access

RE: Mozilla takes on Flash

2013-10-31 Thread Kessler CTR Mark J
You're right. The audience really dictates your options. My environment is captive in the scope of our WAN/intranets used by our people. My server sets host a dozen or so applications and the RSLs are a big bandwidth saver here at the moment. I'm guessing outside of this controlled

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Alex Harui
It's been so long since I've seen that, that I don't completely remember. I believe it could be a Java class path issue. That the compiler is picking up an different version of MapMaker than expected. -Alex On 10/31/13 9:58 AM, Erik de Bruin e...@ixsoftware.nl wrote: And I killed it again...

Re: Mozilla takes on Flash

2013-10-31 Thread Tom Chiverton
On 31/10/2013 16:58, Kessler CTR Mark J wrote: I'm guessing outside of this controlled environment, having the general public access to an application would be the uphill battle you have laid out. It depends on the audience though. We're deploying to people who, generally, have multi-megabit

Re: Mozilla takes on Flash

2013-10-31 Thread flex
I think that Flex has abhuge number of benefits for data driven applications. Project organization via packages and extending components, the strengths of AS over javascript and control over objects rendered by the runtime. Also the ability to create complex animations in Flash professional and

Re: Mozilla takes on Flash

2013-10-31 Thread Avi Kessner
Saying that people can live without flash is silly. People can live without smartphones in general On 31 Oct 2013 19:44, f...@dfguy.us wrote: I think that Flex has abhuge number of benefits for data driven applications. Project organization via packages and extending components, the strengths

Re: 1000 4.11 installs!

2013-10-31 Thread Sean Thayne
Very cool! ~Sean http://www.skyseek.com class *Sean_Thayne* extends Developer { public $skype = sthayne23; public $gTalk = s...@skyseek.com; public $url = www.skyseek.com; } On Thu, Oct 31, 2013 at 5:47 AM, Justin Mclean jus...@classsoftware.comwrote: Hi,

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Erik de Bruin
Ok, rounding off the 'is' and 'as' implementation. One quick question: how do I figure out - in FalconJx - if the 'current' class is the 'main' or 'toplevel' class? I need to inject a special 'goog.require', which I rather don't do in all classes, instead I'd like to only add it to the first

Re: [FlexJS] Handling interfaces

2013-10-31 Thread Alex Harui
There are a few places where there is a main compilation unit. I think even a mainCU variable. And you might be able to inject in the publishing phase. You know the main file by then as well. -Alex On 10/31/13 3:49 PM, Erik de Bruin e...@ixsoftware.nl wrote: Ok, rounding off the 'is' and

Re: Mozilla takes on Flash

2013-10-31 Thread Joel Tan
Hi Alex, I like your statement “For me, a goal is to get someone to use Flex/FlexJS to build a site or apps that people can't live without”, You are right! If Flex Developers can build apps that draw many users to it, make it to be part of their lives or businesses which they can’t live