Re: Setting styleSheet using AS3

2014-03-17 Thread Scott Matheson
Yes I am, can you do the same thing ? Sent from my iPhone On 17 Mar 2014, at 04:04, Alex Harui aha...@adobe.com wrote: That's for mx:Text and other TextField based controls. It looks like you are using Spark and TLF. -Alex On 3/16/14 1:53 PM, Scott Matheson smathe...@intralinks.com

Garbage collection of modules

2014-03-17 Thread bchalu...@t-online.de
Hi, I'm currently trying to get my modules garbage collected after unloading but I can't get it to work. During the search for a fix I noticed that the styleManager of the module is the same as the one of the main application. I read that Flex 4 should have a style manager per module. Is that

RE: Garbage collection of modules

2014-03-17 Thread Pete Thomas
http://blogs.adobe.com/aharui/tag/modules-memory-leaks -Original Message- From: bchalu...@t-online.de [mailto:bchalu...@t-online.de] Sent: 17 March 2014 08:16 To: users@flex.apache.org Subject: Garbage collection of modules Hi, I'm currently trying to get my modules garbage collected

StageTextInput can now be included in scrollable content does not work?

2014-03-17 Thread agm65
Hi everybody, i tried to update my existing code from: skinClass=spark.skins.mobile.TextInputSkin to skinClass=spark.skins.mobile.StageTextInputSkin that i can use scroll and for example the softKeyboardType. But it does not work, same scrolling problem. If i dont set a skinClass it is not

RE: StageTextInput can now be included in scrollable content does not work?

2014-03-17 Thread Maurice Amsellem
The default skin, which is compatible with scrolling, is ScrollingStageTextInputSkin, not StageTextInputSkin. If you don't set skinClass at all, it will use this one (SSTIS) . If i dont set a skinClass it is not possible to use the textbox cause the cursor is missing. What does this mean ?

RE: StageTextInput can now be included in scrollable content does not work?

2014-03-17 Thread agm65
Hello Maurice, thx for your quick answer. Now i tried using skinClass=spark.skins.mobile.ScrollingStageTextInputSkin but it is the same strange handling. The textcursor is not shown in the textinput and if i touch into it, the softkeyboard comes out just for a second and closes diretcly. this

AW: [ANNOUNCE] Apache Flex 4.12.0 released

2014-03-17 Thread Krüger , Olaf
I've just installed and test it now... seems that it works like a charm! By using the installer the switch is really simple and the whole process building an app with a new installed SDK takes about 5 minutes. Great job, Thank you!!! Olaf Von: Justin Mclean [mailto:jmcl...@apache.org] Gesendet:

Re: Patching Flex 4.6 SDK chart functionality

2014-03-17 Thread DarrenEvans
Our application is a big stack of modules culminating in Client application as the top level binding them all together. Do I need to add the -static-rsls=false compiler option to all modules or just the top client level? -- View this message in context:

RE: StageTextInput can now be included in scrollable content does not work?

2014-03-17 Thread Maurice Amsellem
The code seems right to me, so it should work :-(. Are you testing on iOS or Android? And which device exactly? I won't be able to test now, but I will test your code tonight and see if I can reproduce the problem. Maurice -Message d'origine- De : agm65 [mailto:agm65maver...@gmx.de]

UseWeakReference example.

2014-03-17 Thread Saju Thankathurai
Hi Is there any link which best explains the use/purpose of use_Weak_Reference in addEventListener method? An example would help me to understand...

Re: UseWeakReference example.

2014-03-17 Thread Alex Harui
Try wikipedia: http://en.wikipedia.org/wiki/Weak_reference On 3/17/14 8:16 AM, Saju Thankathurai sathikeshj...@gmail.com wrote: Hi Is there any link which best explains the use/purpose of use_Weak_Reference in addEventListener method? An example would help me to understand...

Re: Setting styleSheet using AS3

2014-03-17 Thread Alex Harui
I'm not quite sure what you're trying to do, but if you've set an id on the content then linkNormalFormat should just be a property paragraphArea.linkNormalFormat -Alex On 3/17/14 1:06 AM, Scott Matheson smathe...@intralinks.com wrote: Yes I am, can you do the same thing ? Sent from

Re: Garbage collection of modules

2014-03-17 Thread Alex Harui
And if you have further questions, please provide a snippet of code that shows how you are loading the modules. On 3/17/14 1:29 AM, Pete Thomas pete.tho...@dunnhumby.com wrote: http://blogs.adobe.com/aharui/tag/modules-memory-leaks -Original Message- From: bchalu...@t-online.de

Re: Patching Flex 4.6 SDK chart functionality

2014-03-17 Thread Alex Harui
For now, just for the SWF that uses Charts.swc. This is just a temporary test to make sure the APIs are compatible. If they are then we'll try to re-enable all of the other RSLs. -Alex On 3/17/14 3:50 AM, DarrenEvans darren.ev...@allocatesoftware.com wrote: Our application is a big stack of

RE: StageTextInput can now be included in scrollable content does not work?

2014-03-17 Thread agm65
Hello again, it works. I had a problem with my old code cause on click somewhere else the textinput i set the focus to the background. This worked before chaning the skin. I removed it and now everything works! Thx alot! -- View this message in context:

Re: Setting styleSheet using AS3

2014-03-17 Thread Scott Matheson
Thanks I am trying to allow the user to click once on text, to hight light, second click to play a sound cline based in the link Links is black, Click, turn blue Click play sound clip, then turn lick back to black So I want to change the color of the link to reflect the users first

RE: Delete image from camera roll

2014-03-17 Thread Kwolbert
Thanks for the response, I have tried this but the camera view is too sluggish! From: Javier Guerrero García [via Apache Flex Users] [mailto:ml-node+s246n5550...@n4.nabble.com] Sent: Saturday, March 15, 2014 6:37 AM To: Kwolbert Subject: Re: Delete image from camera roll Just

RE: Delete image from camera roll

2014-03-17 Thread Kwolbert
Thanks for the reply, I was considering using them, I did notice that they have a property that can be set not to save the image to the camera roll. I will consider this, and if let you know of my progress. Thanks again. From: OmPrakash Muppirala [via Apache Flex Users]

RE: Delete image from camera roll

2014-03-17 Thread Kwolbert
Thanks for the reply, I will give this a try and let you know, thanks From: Lee Burrows [via Apache Flex Users] [mailto:ml-node+s246n5542...@n4.nabble.com] Sent: Friday, March 14, 2014 7:41 PM To: Kwolbert Subject: Re: Delete image from camera roll I havent tested, but this code

RE: StageTextInput can now be included in scrollable content does not work?

2014-03-17 Thread Maurice Amsellem
That's cool. :-) -Message d'origine- De : agm65 [mailto:agm65maver...@gmx.de] Envoyé : lundi 17 mars 2014 12:34 À : users@flex.apache.org Objet : RE: StageTextInput can now be included in scrollable content does not work? Hello again, it works. I had a problem with my old code cause

Re: Delete image from camera roll

2014-03-17 Thread Javier Guerrero García
Yes, but it doesn't have to :) Have a look at look4color app, does exactly that :) Check your app rendermode, adjust camera resolution to match screen resolution, disable scaling and smoothing, and it should be silk smooth :) You can even layer some cool UI on top of it On Mon, Mar 17, 2014 at

Re: StageTextInput can now be included in scrollable content does not work?

2014-03-17 Thread Guckelsberger , Günter
Hi, just testet TextArea with the default skin on Android 4.2 on Samsung Galaxy S3. When I stop editing with the Hardware back button, I get the following error: Error #1009: Cannot access a property or method of a null object reference. at

RE: StageTextInput can now be included in scrollable content does not work?

2014-03-17 Thread Maurice Amsellem
Yes, I think hardware back button is not handled. Can you please raise a ticket for that: https://issues.apache.org/jira/browse/FLEX Thanks for reporting. Maurice -Message d'origine- De : Guckelsberger, Günter [mailto:guckelsber...@mapletec.de] Envoyé : lundi 17 mars 2014 18:01 À :

RE: Delete image from camera roll

2014-03-17 Thread Kwolbert
Yes, I download that app, just what I am looking for! Going to try to give it a go. Will keep you posted. Thanks Again ! From: Javier Guerrero García [via Apache Flex Users] [mailto:ml-node+s246n5583...@n4.nabble.com] Sent: Monday, March 17, 2014 1:02 PM To: Kwolbert Subject: Re: Delete

Re: UseWeakReference example.

2014-03-17 Thread piotrz
Hi Saju, I would like to add also couple of additional links which helped me a while ago: Link 1: http://dispatchevent.org/mims/creating-weak-references-in-as3/ Link 2: http://blogs.adobe.com/bparadie/2011/12/21/weak-references-proxy-dictionary/ Link 3:

Re: AdvancedDataGrid | Header Renderer | Tabs Support

2014-03-17 Thread ilikeflex
It worked. I missed event.preventDefault(); inside my custom method private function keyFocusChangeHandler(event:FocusEvent):void { var advancedDataGridHeaderInfo:AdvancedDataGridHeaderInfo = visibleHeaderInfos[2]; var itemHeaderRenderer:Object =