Re: Apache Flex 4.10.0 release candidate 3

2013-07-24 Thread Martin Miko
I can confirm this for installer versions 2.5.4 and 2.6.0, both running on Mac OS X 10.6.8. The default selected language is German, however everything is in English. Switching the language selection does what it is supposed to do. An observation here's that the main screen is not fully localized,

Re: Apache Flex 4.10.0 release candidate 3

2013-07-24 Thread Justin Mclean
Hi, > I can confirm this for installer versions 2.5.4 and 2.6.0, both running on > Mac OS X 10.6.8. The default selected language is German, however > everything is in English. Sounds like a bug - thanks! > An observation here's that the main screen is not fully localized, all > string prompting

Re: Apache Flex 4.10 Release Candidate

2013-07-24 Thread Tom Chiverton
On 23/07/2013 19:45, Mathieu St-Gelais wrote: Seems fine to me, Snap. Try installing the SDK installer by hand (sudo dpkg -i .dev) and let us have the full output ? Tom

Re: Apache Flex 4.10 Release Candidate

2013-07-24 Thread Tom Chiverton
On 24/07/2013 08:58, Tom Chiverton wrote: (sudo dpkg -i .dev) ... sudo dpkg -i .deb ... Tom

RE: Performance issue's

2013-07-24 Thread Raj U. Shaikh
Hi Manish, Please find steps I did to gain performance, Extracting information from XML and converting it into VO is done in AIR application, Code in AIR project: function windowedapplication1_applicationCompleteHandler(event:FlexEvent):void {

Captive Runtime Export Debug?

2013-07-24 Thread jank87
Hi there, got an issue with the release export (captive runtime package) and can't figure out why it fails at a certain point. In Flash Builder Normal/Debug Mode everything works fine. My application uses a lot of blind approaches with try-catch conditions. May it be the Error throwing causin

Re: Captive Runtime Export Debug?

2013-07-24 Thread Gerald Chastain
If you just have a few places to check try the old-fashioned way: use Alerts. Good luck, Woody On Jul 24, 2013, at 5:03 AM, jank87 wrote: > Hi there, > > got an issue with the release export (captive runtime package) and can't > figure out why it fails at a certain point. In Flash Builder Nor

Re: Captive Runtime Export Debug?

2013-07-24 Thread Stephen C
I wrap trace in a function that also put the info in a sharedobject. I have a log viewer in my app that shows past traces for debug in production. Thank You, Stephen C -All of my email addresses go to the same place -Save Paper, think before you print -PGP Public Key On Wed, Jul 24, 2013 at 8:50

Re: Captive Runtime Export Debug?

2013-07-24 Thread Martin Miko
Hello Jan, first of all, given your description it is hard to say what can be causing your problems, because it can be virtually anything. I've seen similar "odd behaviour" couple of times, the most common are timing issue that do not manifest in the debug/profile regime due to some extra stuff th

Radiate people, radiate...

2013-07-24 Thread jude
So here's an update on the Radiate (radii8) project. I've uploaded a new demo, with major changes. This one should load now. I've found out that none of the versions posted from January until now have loaded for anyone I've sent links too. I think it had to do with monkey patching FlexSprite but I'

Spark textarea intercept each character

2013-07-24 Thread mark goldin
I need to run some code every time a user changes a text in TextArea without leaving the control. Which event should I listen to? Thanks

Re: Spark textarea intercept each character

2013-07-24 Thread OmPrakash Muppirala
"change" would be a good one to listen to. On Wed, Jul 24, 2013 at 12:44 PM, mark goldin wrote: > I need to run some code every time a user changes a text in TextArea > without leaving the control. Which event should I listen to? > > Thanks >

Re: Spark textarea intercept each character

2013-07-24 Thread Lee Burrows
TextEvent.TEXT_INPUT On 24/07/2013 20:44, mark goldin wrote: I need to run some code every time a user changes a text in TextArea without leaving the control. Which event should I listen to? Thanks -- Lee Burrows ActionScripter

Re: Spark textarea intercept each character

2013-07-24 Thread OmPrakash Muppirala
On Wed, Jul 24, 2013 at 12:54 PM, Lee Burrows wrote: > TextEvent.TEXT_INPUT The docs say that TEXT_INPUT is "Dispatched when a keystroke is about to be input to the component. " That would be before the 'change' event, right? > > > > > On 24/07/2013 20:44, mark goldin wrote: > >> I need to r

Re: Spark textarea intercept each character

2013-07-24 Thread mark goldin
It fires but the text is null. On Wed, Jul 24, 2013 at 2:54 PM, Lee Burrows wrote: > TextEvent.TEXT_INPUT > > > > > On 24/07/2013 20:44, mark goldin wrote: > >> I need to run some code every time a user changes a text in TextArea >> without leaving the control. Which event should I listen to? >>

Re: Spark textarea intercept each character

2013-07-24 Thread mark goldin
It does not fire until I move out. On Wed, Jul 24, 2013 at 2:47 PM, OmPrakash Muppirala wrote: > "change" would be a good one to listen to. > > On Wed, Jul 24, 2013 at 12:44 PM, mark goldin > wrote: > > > I need to run some code every time a user changes a text in TextArea > > without leaving t

Re: Spark textarea intercept each character

2013-07-24 Thread OmPrakash Muppirala
keyUp and keyDown are a bit low level. You could use them as well depending on what you are doing. On Wed, Jul 24, 2013 at 1:01 PM, mark goldin wrote: > It does not fire until I move out. > > > On Wed, Jul 24, 2013 at 2:47 PM, OmPrakash Muppirala > wrote: > > > "change" would be a good one to l

Re: Spark textarea intercept each character

2013-07-24 Thread Jesse Ward-Karet
Pretty sure you want TextOperationEvent.CHANGE. On Wed, Jul 24, 2013 at 1:02 PM, OmPrakash Muppirala wrote: > keyUp and keyDown are a bit low level. You could use them as well > depending on what you are doing. > > On Wed, Jul 24, 2013 at 1:01 PM, mark goldin > wrote: > > > It does not fire unt

Re: Spark textarea intercept each character

2013-07-24 Thread JP Bader
Even though it's from Ad*be, the docs are still relevant: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/components/TextInput.html#eventSummary Check there for the relevant events of the Spark TextInput control or even: http://help.adobe.com/en_US/FlashPlatform/referen

Re: Building Spark DataGrid dynamically

2013-07-24 Thread OmPrakash Muppirala
Moving topic to "users" list. Oleg, you will get a better response in this forum for questions like these. Please make sure you are subscribed to users@flex.apache.org to see further responses. You could do so by sending an email to users-subscr...@flex.apache.org. Thanks, Om On Wed, Jul 24, 2

Re: Radiate people, radiate...

2013-07-24 Thread Frédéric THOMAS
Great tool Jude :-) -Message d'origine- From: jude Sent: Wednesday, July 24, 2013 7:19 PM To: users@flex.apache.org Subject: Radiate people, radiate... So here's an update on the Radiate (radii8) project. I've uploaded a new demo, with major changes. This one should load now. I've