[jira] [Created] (FLEX-33379) Error 1009 in addModalPopUpAccessibility

2013-02-02 Thread JIRA
João Sérgio Nobre Saleiro created FLEX-33379: Summary: Error 1009 in addModalPopUpAccessibility Key: FLEX-33379 URL: https://issues.apache.org/jira/browse/FLEX-33379 Project: Apache Flex

RSLs and versions in FDK 4.9

2013-02-02 Thread christofer.d...@c-ware.de
Hi, I'm currently updating the Mavenizer to correctly mavenize the AIR java libs and had another look at the rsls and their versions in FDK 4.9 This didn't contain a RSL version of osmf. Is there a reason for this? And the other thing is that it contains textlayout in verson 4.9.0.1425567, but

[Dart] - playing around

2013-02-02 Thread Frank Pepermans
I've been playing around with Dart for a day, been doing a huge Flex project for 2 years, but the next one will have to be HTML, so I decided to give it a good look, as I always do, by developing a small project. I chose to try and build a very small Flex-like framework and see how far I could

Re: 4.9 help needed

2013-02-02 Thread Nicholas Kwiatkowski
I wrote a reply last night. He hasn't yet approved it through moderation. -Nick On Fri, Feb 1, 2013 at 11:24 PM, Mark Fuqua wrote: > Thanks for the reply, but just to be clear, it is not my blog...I didn't > write the article...I read it, wanted to help, but could not (I'm still on > Flash Bui

Re: RSLs and versions in FDK 4.9

2013-02-02 Thread Alex Harui
TextLayout is now a part of Apache Flex. We’re on TLF 3.0, IIRC. Not sure why we don’t bring down the OSMF RSL. On 2/2/13 5:13 AM, "christofer.d...@c-ware.de" wrote: Hi, I’m currently updating the Mavenizer to correctly mavenize the AIR java libs and had another look at the rsls and their

Re: [jira] [Commented] (FLEX-33377) Focus can be transferred from a modal window to a non-modal window open in the background if clicked on some specific dimension of the non-modal window in the backg

2013-02-02 Thread Frédéric THOMAS
Hi Om, No, the actual code looks good to me, until the cause of why it happens like that hasn't been clearly identified, I won't do anything, at the moment I don't at all, maybe someone with better understanding can have look. -Fred -Message d'origine- From: Om Sent: Friday, Februa

Re: Language features

2013-02-02 Thread Frédéric THOMAS
Hi Gordon, Adding abstract classes and private constructors to Falcon should be easy That's a good news, at this point protected constructor would be welcomed as well as private constructors are commonly used in classes that contain static members only. And I voting +1 for the rest :-) you

Re: Language features

2013-02-02 Thread Avi Kessner
If it was up to me, I would vote against method overloading. I think that's a code smell personally. brought to you by the letters A, V, and I and the number 47 On Sat, Feb 2, 2013 at 7:05 PM, Frédéric THOMAS wrote: > Hi Gordon, > > > Adding abstract classes and private constructors to Falcon

Re: Improving Flex Chart's CSS support

2013-02-02 Thread Avi Kessner
Is there an effort to get Flex CSS to be the same syntax as HTML css? brought to you by the letters A, V, and I and the number 47 On Sat, Feb 2, 2013 at 9:38 AM, Dwayne Henderson wrote: > Dunno if this has already been handled: > > http://stackoverflow.com/questions/8064286/flexs-areachart-bug

compiling custom metatags

2013-02-02 Thread Lee Burrows
Hi all, I dont know enough (i.e. anything) about the flex compilers so bear with me... How difficult would it be to get the compiler to process custom metatags (e.g. as currently done with [Bindable])? I'm assuming it's not already posssible as i've found no mention of it by googling.

Re: Language features

2013-02-02 Thread Frédéric THOMAS
Btw, maybe strongly-typed Dictionary as well :) -Fred -Message d'origine- From: Frédéric THOMAS Sent: Saturday, February 02, 2013 6:05 PM To: dev@flex.apache.org Subject: Re: Language features Hi Gordon, Adding abstract classes and private constructors to Falcon should be easy Tha

Re: Language features

2013-02-02 Thread Nicholas Kwiatkowski
I'd be fairly excited to see method overloading. It's one of the things I miss from Java... -Nick On Sat, Feb 2, 2013 at 12:17 PM, Avi Kessner wrote: > If it was up to me, I would vote against method overloading. I think > that's a code smell personally. > > brought to you by the letters A, V,

Re: compiling custom metatags

2013-02-02 Thread Avi Kessner
Actually it is possible. Robotlegs uses it extensively. brought to you by the letters A, V, and I and the number 47 On Sat, Feb 2, 2013 at 7:48 PM, Lee Burrows wrote: > Hi all, > > I dont know enough (i.e. anything) about the flex compilers so bear with > me... > > How difficult would it be to

Re: Improving Flex Chart's CSS support

2013-02-02 Thread Dwayne Henderson
> Is there an effort to get Flex CSS to be the same syntax as HTML css? I hope so! > brought to you by the letters A, V, and I > and the number 47 Are you drunk? --Dwayne On Sat, Feb 2, 2013 at 6:29 PM, Avi Kessner wrote: > Is there an effort to get Flex CSS to be the same syntax as HTML css

Re: compiling custom metatags

2013-02-02 Thread Lee Burrows
I'm actually talking about doing it at compile time, not at runtime. On 02/02/2013 18:04, Avi Kessner wrote: Actually it is possible. Robotlegs uses it extensively. brought to you by the letters A, V, and I and the number 47 On Sat, Feb 2, 2013 at 7:48 PM, Lee Burrows wrote: Hi all, I dont

Re: compiling custom metatags

2013-02-02 Thread Michael Schmalle
Hi, I don't know if what Lee is talking about is high level or low level. High level -keep-as3-metadata has been around for eons but lowlevel language support does not exist. There is actually a JIRA ticket for "Make metadata First class citizens" that was talked about. I'm going to be

Re: Improving Flex Chart's CSS support

2013-02-02 Thread Avi Kessner
Ha, no it's been my signature since 1996 :) brought to you by the letters A, V, and I and the number 47 On Sat, Feb 2, 2013 at 8:13 PM, Dwayne Henderson wrote: > > Is there an effort to get Flex CSS to be the same syntax as HTML css? > > I hope so! > > > brought to you by the letters A, V, and

Re: compiling custom metatags

2013-02-02 Thread Lee Burrows
Having metadata as first class citizens would be great but its not what i was talking about - clearly my fault as no-one gets what i mean ;) In the same way that adding [Bindable] to a property causes compiler to add extra code in form of watchers and listeners, if i add my own metatag i'd lik

Re: compiling custom metatags

2013-02-02 Thread Michael Schmalle
Ah, Your talking about compiler extensions. There has been discussion about this and in a new compiler prototype this will be entirely possible along with a full configurable and customizable front and back end for a compile session. A ways down the road as there are some very interesting

Re: [Dart] - playing around

2013-02-02 Thread Nick Tsitlakidis
I've been also checking out Dart lately. And I decided to do so after discovering this : http://www.dartflash.com/ Based on dartflash I started implementing a small ui framework which will have most of the functionality of the Flex ui components (skinning, similar api etc). It's still VERY early t

Re: compiling custom metatags

2013-02-02 Thread Lee Burrows
Thanks for the info Mike. I'll put my compile-time IoC framework on hold for now :) On 02/02/2013 18:45, Michael Schmalle wrote: Ah, Your talking about compiler extensions. There has been discussion about this and in a new compiler prototype this will be entirely possible along with a full c

Re: [Dart] - playing around

2013-02-02 Thread Frank Pepermans
Spotted that project as well, Only downside is, that it targets the HTML5 canvas (well, if you consider that a downside at all). I've a ComboBox and RichText up and running that target HTML select and span in the background, but with a Flex-y API. Will dig in some more, early demo at http:

Re: [Dart] - playing around

2013-02-02 Thread Frank Wienberg
Something like dartflash is also available in ActionScript, namely JooFlash, which again is compiled to JavaScript, currently by the Jangaroo compiler and hopefully soon by FalconJx. So what exactly is the advantage of us

Re: [Dart] - playing around

2013-02-02 Thread Frank Pepermans
also added an event to the example, triggers when you select something in the first (top-left, next to the lorem ipsum text) combo box boxA is a Combo Box, it's super class has an overloader, and you can write boxA['selectedItemChanged'] = ((FrameworkEvent event) => label.text = control_labelH

Re: [Dart] - playing around

2013-02-02 Thread Frank Pepermans
Dart as a language may be more accessible to non-Flex coders, if it really kicks off that is. I've nothing against Actionscript myself, but perhaps it will always turn off people because it used to be 1 - on - 1 to Flash? and Dart also has JavaScript interop support, has really nice language f

Re: [Dart] - playing around

2013-02-02 Thread Nick Tsitlakidis
To be honest, I didnt know about JooFlash. The reason why I started messing around with Dart is because I wanted to see how it works and I was looking for a language which is similar to AS3. Dart is similar in many parts of it and dartflash made it even more. I think that it doesn't have a specifi

Re: [Dart] - playing around

2013-02-02 Thread Nick Tsitlakidis
missed a word there. *doesnt *use *markup On Sun, Feb 3, 2013 at 1:40 AM, Nick Tsitlakidis wrote: > To be honest, I didnt know about JooFlash. > The reason why I started messing around with Dart is because I wanted to > see how it works and I was looking for a language which is similar to AS3.

Re: Language features

2013-02-02 Thread Frédéric THOMAS
Nick, +1 or even 10 -Fred -Message d'origine- From: Nicholas Kwiatkowski Sent: Saturday, February 02, 2013 6:58 PM To: dev@flex.apache.org Subject: Re: Language features I'd be fairly excited to see method overloading. It's one of the things I miss from Java... -Nick On Sat, Feb 2,

Re: [Website] Learning content

2013-02-02 Thread Nicholas Kwiatkowski
It would be great if we could reach out to whatever remaining usergroups there are left as well. I know mine is still running (and focused on Flex), but I don't know how many others there are out there. I got an email from the guy who runs the Chicago group and will probably do a meeting out ther

Re: [Dart] - playing around

2013-02-02 Thread Alex Harui
On 2/2/13 3:02 PM, "Frank Pepermans" wrote: > Dart as a language may be more accessible to non-Flex coders, > if it really kicks off that is. That's the main reason I stayed with plain old JavaScript. It isn't clear to me that Dart will run in the places we need it to run, especially in enter

Re: [Dart] - playing around

2013-02-02 Thread Alain Ekambi
Well Dart compiles to JavaScript. So it will work there too On Feb 3, 2013 5:58 AM, "Alex Harui" wrote: > > > > On 2/2/13 3:02 PM, "Frank Pepermans" wrote: > > > Dart as a language may be more accessible to non-Flex coders, > > if it really kicks off that is. > That's the main reason I stayed wi

Re: [Dart] - playing around

2013-02-02 Thread Alain Ekambi
Well actually it's not true for ie 6 :) On Feb 3, 2013 6:06 AM, "Alain Ekambi" wrote: > Well Dart compiles to JavaScript. So it will work there too > On Feb 3, 2013 5:58 AM, "Alex Harui" wrote: > >> >> >> >> On 2/2/13 3:02 PM, "Frank Pepermans" wrote: >> >> > Dart as a language may be more acce

Re: [Dart] - playing around

2013-02-02 Thread Alex Harui
On 2/2/13 9:06 PM, "Alain Ekambi" wrote: > Well Dart compiles to JavaScript. So it will work there too Hmm. Maybe there's FUD out there then. Like this: http://stackoverflow.com/questions/11209668/does-google-dart-produce-es5-fri endly-javascript-and-does-that-include-or-exclud -- Alex Ha

Re: [Dart] - playing around

2013-02-02 Thread Om
On Sat, Feb 2, 2013 at 9:14 PM, Alex Harui wrote: > > > > On 2/2/13 9:06 PM, "Alain Ekambi" wrote: > > > Well Dart compiles to JavaScript. So it will work there too > Hmm. Maybe there's FUD out there then. Like this: > > > http://stackoverflow.com/questions/11209668/does-google-dart-produce-es

[jira] [Resolved] (FLEX-33366) The candidate input method can not follow

2013-02-02 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui resolved FLEX-33366. --- Resolution: Invalid A simple ActionScript project without Flex also has the problem, so this is an i

[jira] [Commented] (FLEX-33366) The candidate input method can not follow

2013-02-02 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569721#comment-13569721 ] zy commented on FLEX-33366: --- Thank you.Microsoft IME may be not this problem.But Chinese not use