[jira] [Commented] (FLEX-33405) TitleWindow with TextInput throws exception on close using mobile skins

2013-03-08 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13597812#comment-13597812 ] Justin Mclean commented on FLEX-33405: -- Can you provide a simple code sample that sho

Re: Apache Flex SDK Installer - 2.5 release?

2013-03-08 Thread Justin Mclean
Hi, I'll can help out with the OSX version if there committer who wants to be release manager and they only have window. (As I did with the last release) Thanks, Justin On 09/03/2013, at 8:49 AM, Om wrote: > We have a quite a few changes lined up for the next version: > > 1. Enable Flex SDK

Re: MessagePack for ActionScript ?

2013-03-08 Thread Charles Monteiro
I'll check out the AMF option for those scenarios that are Flex client to Ruby/Sinatra which are probably the majority but as I mentioned I do have C programs that need to be hooked up as well, thanks On Fri, Mar 8, 2013 at 4:02 PM, Jeffry Houser wrote: > On 3/8/2013 2:08 PM, Charles Monteiro w

Re: MessagePack for ActionScript ?

2013-03-08 Thread Charles Monteiro
thanks, that's cool , the only snag is that we have some C based client programs, so essentially I'm trying to find a common denominator, checking out bson c lib as well On Fri, Mar 8, 2013 at 3:36 PM, Om wrote: > I have never used it, but it looks like there is a Ruby-AMF plugin [1]. > Hope th

[jira] [Created] (FLEX-33425) Flash Player Version detection issue in IE9

2013-03-08 Thread Abhishek Dwevedi (JIRA)
Abhishek Dwevedi created FLEX-33425: --- Summary: Flash Player Version detection issue in IE9 Key: FLEX-33425 URL: https://issues.apache.org/jira/browse/FLEX-33425 Project: Apache Flex Issue T

Re: MessagePack for ActionScript ?

2013-03-08 Thread Jeffry Houser
On 3/8/2013 2:08 PM, Charles Monteiro wrote: Hi, I suspect that this may be inappropriate but it sure seems like it would be applicable to my continued development in Apache Flex i.e. I want a compressed way to talk to my backend. Currently, I do rely on json which is widely supported. MessagePac

Re: MessagePack for ActionScript ?

2013-03-08 Thread Om
I have never used it, but it looks like there is a Ruby-AMF plugin [1]. Hope this helps. Thanks, Om [1] https://github.com/victorcoder/rubyamf_plugin On Fri, Mar 8, 2013 at 12:22 PM, Charles Monteiro < charles.monte...@gmail.com> wrote: > I will now :), but my mid tier back end must stay in Ru

Re: MessagePack for ActionScript ?

2013-03-08 Thread Charles Monteiro
I will now :), but my mid tier back end must stay in Ruby, thanks On Fri, Mar 8, 2013 at 3:04 PM, Justin Mclean wrote: > HI, > > > Hi, I suspect that this may be inappropriate but it sure seems like it > > would be applicable to my continued development in Apache Flex i.e. I > want > > a compress

Re: embedding fonts in external css (swf) broken for s:Label?

2013-03-08 Thread Scott Talsma
It works perfectly if I do not use external stylesheets. (Although I did notice that the Panel label [title attribute] does not assume the correct font, but that may be a skinning issue.) Just as a sanity check, I have tested it against the following SDKs: 4.6 (works) 4.9 (broken) 4.9.1 (broken)

Re: MessagePack for ActionScript ?

2013-03-08 Thread Justin Mclean
HI, > Hi, I suspect that this may be inappropriate but it sure seems like it > would be applicable to my continued development in Apache Flex i.e. I want > a compressed way to talk to my backend. Have you looked at BlazeDS or Granite Data Services? Justin

Re: MessagePack for ActionScript ?

2013-03-08 Thread Justin Mclean
HI, > Hi, I suspect that this may be inappropriate but it sure seems like it > would be applicable to my continued development in Apache Flex i.e. I want > a compressed way to talk to my backend. Have you looked at BlazeDS or Granite Data Services? Justin

Re: embedding fonts in external css (swf) broken for s:Label?

2013-03-08 Thread Alex Harui
Well, I'll try to look into it later today. If you aren't using external stylesheets does it work? The default for spark is embedAsCFF=true and all components, even Label should be able to use it. On 3/8/13 10:58 AM, "Scott Talsma" wrote: > I misspoke earlier. I suspect that my alias collide

Re: InfoWorld interview

2013-03-08 Thread Om
They published the interview as part of their larger article about Apache projects here: http://www.computerworld.com.au/slideshow/455802/pictures_15_high-impact_apache_projects/?image=5 Thanks, Om On Mon, Feb 4, 2013 at 5:09 PM, Sally Khudairi wrote: > Thanks so much, Alex! > > [From the mobile

MessagePack for ActionScript ?

2013-03-08 Thread Charles Monteiro
Hi, I suspect that this may be inappropriate but it sure seems like it would be applicable to my continued development in Apache Flex i.e. I want a compressed way to talk to my backend. Currently, I do rely on json which is widely supported. MessagePack i.e. basically compressed json, has quite a n

Re: embedding fonts in external css (swf) broken for s:Label?

2013-03-08 Thread Scott Talsma
I misspoke earlier. I suspect that my alias collided w/a locally installed system font, and that was used instead of the embedded font. When embedAsCFF=false, none of the text classes use the embedded font. When embedAsCFF=true, only the s:Label instances refuse to use it. Does it make sense to

[jira] [Updated] (FLEX-33421) Broken metadata RequiresLicense

2013-03-08 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frédéric Leroy updated FLEX-33421: -- Description: A library build with Flex SDK 4.5 and using the metadata RequiresLicense fails at

Re: embedding fonts in external css (swf) broken for s:Label?

2013-03-08 Thread Scott Talsma
Nope--this was a generic desktop AIR app. On Fri, Mar 8, 2013 at 11:39 AM, Alex Harui wrote: > Are you using the mobile theme? You shouldn't need to do that for a > non-mobile app. > > > On 3/8/13 7:41 AM, "Scott Talsma" wrote: > > > Sure enough--that was the issue. Thanks for the help. > >

Re: embedding fonts in external css (swf) broken for s:Label?

2013-03-08 Thread Alex Harui
Are you using the mobile theme? You shouldn't need to do that for a non-mobile app. On 3/8/13 7:41 AM, "Scott Talsma" wrote: > Sure enough--that was the issue. Thanks for the help. > > > On Fri, Mar 8, 2013 at 10:12 AM, Jagan Langa Sami Durai > wrote: > >> * embedAsCFF: true; - *this is

Re: Microsoft LightSwitch any good?

2013-03-08 Thread Angelo Anolin
I believe this is sort of MS Access for the Web. On Mar 8, 2013 6:37 AM, "Vincent Sotto" wrote: > lightswitch, i just found out about this, no more plugins anymore > (silverlight), the output is html5 > > anybody try this? it looks promising, one thing i hate is that i have to > use iis or azure

Re: embedding fonts in external css (swf) broken for s:Label?

2013-03-08 Thread Scott Talsma
Sure enough--that was the issue. Thanks for the help. On Fri, Mar 8, 2013 at 10:12 AM, Jagan Langa Sami Durai wrote: > * embedAsCFF: true; - *this is the problem. set it to false. > > > On Fri, Mar 8, 2013 at 8:34 PM, Scott Talsma wrote: > > > I just updated a 4.6 to 4.9, and discovered so

Re: embedding fonts in external css (swf) broken for s:Label?

2013-03-08 Thread Jagan Langa Sami Durai
* embedAsCFF: true; - *this is the problem. set it to false. On Fri, Mar 8, 2013 at 8:34 PM, Scott Talsma wrote: > I just updated a 4.6 to 4.9, and discovered some my text fields were > displaying in Times New Roman instead of Verdana. Verdana is being > specified in an runtime stylesheet, c

embedding fonts in external css (swf) broken for s:Label?

2013-03-08 Thread Scott Talsma
I just updated a 4.6 to 4.9, and discovered some my text fields were displaying in Times New Roman instead of Verdana. Verdana is being specified in an runtime stylesheet, compiled into an external swf. When I dug further, I confirmed that only the spark Label () is affected (broken); and work f

Re: UML diagrams for the Flex projects in Flower Dev Center ...

2013-03-08 Thread Cristian Spiescu
Thank you all for your kind words! We look forward in having feedback from you. The current Flower Dev Center basically does what a "standard" UML tool is expected to do. Adding the possibility to collaborate in real-time, use it on the web, collaborate on code, etc. We use it for our internal

Re: An Eventbus for Apache Flex applications

2013-03-08 Thread Frédéric THOMAS
ok ;-) -Message d'origine- From: Maurice Amsellem Sent: Friday, March 08, 2013 2:46 PM To: dev@flex.apache.org Subject: RE: An Eventbus for Apache Flex applications You are right, flex dev list is not the right place. We can follow this conversation privately, if you like to. Maur

RE: An Eventbus for Apache Flex applications

2013-03-08 Thread Maurice Amsellem
You are right, flex dev list is not the right place. We can follow this conversation privately, if you like to. Maurice -Message d'origine- De : Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Envoyé : vendredi 8 mars 2013 12:47 À : dev@flex.apache.org Objet : Re: An Eventbus for Ap

[jira] [Created] (FLEX-33424) Getting Issues While Compiling the automation.swc and automation_dmv.swc

2013-03-08 Thread pradeep c (JIRA)
pradeep c created FLEX-33424: Summary: Getting Issues While Compiling the automation.swc and automation_dmv.swc Key: FLEX-33424 URL: https://issues.apache.org/jira/browse/FLEX-33424 Project: Apache Flex

Re: An Eventbus for Apache Flex applications

2013-03-08 Thread Frédéric THOMAS
Hi Maurice, ok, thanks, btw, I don"t want to discuss the parsley usage on the dev list and I don't know the specifics of your app but know that it's not because you need several instances of your class to be managed that you need to create several contexts with particular scopes to reach this

RE: An Eventbus for Apache Flex applications

2013-03-08 Thread Maurice Amsellem
Hi Fred, I am not using modules in my app because the whole app functionality is required at startup (may I should :-) ) I am using hierarchical contexts for a very specific use that I will try to explain shortly: My app is using a small set of components (let's say 20) that are instantiated s

FXG Extension for Photoshop CS5

2013-03-08 Thread Sebastian Mohr
Hi, does anyone know where I can download the FXG Extension for Photoshop CS5 that is mentioned here [1]? The Flash Catalyst site [2] does not provide this link anymore. Could the Adobe folks on this list be able to provide a working link for that? When importing skins into Apache Flex, that exten

Falcon MXML progress

2013-03-08 Thread Gordon Smith
The syntax of an MXML document is now represented by a set of thread-safe read-only interfaces (IMXMLData, IMXMLTagData, IMXMLTagAttributeData, etc.) Clients of the MXML document, such as the MXML tree builder, now access the document only through these interfaces and no longer use the concrete