Re: Any workaround for this bug?

2014-03-07 Thread Alex Harui
One option may be to not use RadioButton at all. Use a checkbox with a radio button icon, and manage the selection yourself. Then there is no RadioButtonGroup which might be what is causing the problem. On 3/7/14 1:57 PM, "akm" wrote: >I found a workaround at this url - >http://stackoverflow.c

Re: Any workaround for this bug?

2014-03-07 Thread akm
I found a workaround at this url - http://stackoverflow.com/questions/4080347/adding-radio-button-dynamically-twice-error-2025-the-supplied-displayobject It has temporarily solved the problem, but not fully. We have an ugly design code which worked in the past with sdk 3.4 but is haunting us wit

Re: how to mxml restrict with binding AS3 variable?

2014-03-07 Thread modjklist
Thanks, that link shows how to restrict unicode characters. That's pretty useful too. - Original Message - From: "Joseph Balderson" To: users@flex.apache.org Sent: Thursday, March 6, 2014 9:42:04 PM Subject: Re: how to mxml restrict with binding AS3 variable? If anyone's intereste

Re: AW: AW: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem with AS classes inclusion

2014-03-07 Thread Poonam Anand
Ok I missed this part - (this is actually quite important to add this before the Compiler). Changed order of dependencies and these errors are resolved. Still getting other errors, will let you know if need further help. From: Poonam Anand mailto:poonam.an...@guavus.com>> Date: Friday, 7 March 2

Re: AW: AW: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem with AS classes inclusion

2014-03-07 Thread Poonam Anand
Hi Chris, I have already added dependency for this workaround but still the same error, have gone through all the documentation on confluence. Mentioned in below mail also, listing here again: Also not I have added this dependency which is recommended fro resources resolution: net.

AW: AW: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem with AS classes inclusion

2014-03-07 Thread Christofer Dutz
I Think this is a known issue that has been observed since a while (probably more than 3 years) unfortunately I couln't quite find out where it's comming from but I documented a Workaround. https://dev.c-ware.de/confluence/display/PUBLIC/Configuring+your+poms Have a look at the "things I recomme

Re: AW: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem with AS classes inclusion

2014-03-07 Thread Poonam Anand
Yup thats correct :) Ok so now I include all classes individually. Yes that is difficult task to do (although replaced tags from .flexlibproperties) and anytime new class/file added, we will need to update pom and pom file becomes unnecessarily too big. I will log that bug. But after this I starte

Re: Can Flex application verify server certificate?

2014-03-07 Thread Me.Com
After some digging I realized that flash.net.SecureSocket provides access to serverCertificate. Sorry to bother :) (http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SecureSocket.html) On March 7, 2014 at 14:10:09 , Sean Thayne (s...@skyseek.com) wrote: I'm pretty sur

AW: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem with AS classes inclusion

2014-03-07 Thread Christofer Dutz
Hi Poonam (Hope this is your first Name ;-) ) While thinking about it, I think to remember that there were some Problems with automatically adding files regarding a file-Name pattern. Having a look at my current Projects, I usually only manually list the items that I Need to include, because thi

Re: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem with AS classes inclusion

2014-03-07 Thread Poonam Anand
Thanks Chris for responding fast. I actually tried this already. Just replace includeAsClasses block with following:

AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem with AS classes inclusion

2014-03-07 Thread Christofer Dutz
Ok ... I already responded to your post on the dev list, but as It more belongs here, I'll re-post my answer... let's Keep the discussion to the user-list: Hi I think this was due to changes Velo introduced with FM4. I too had quite some Trouble when migrating from FM3 to FM4. Having a loo