Re: [flexcoders] s:Image and s:BitmapImage?

2012-02-04 Thread Alex Harui
There are “primitives” and “components” in Spark. Primitives like s:BitmapImage go in a skin for a skinnable component like s:Image On 2/3/12 10:18 AM, markflex2007 markflex2...@yahoo.com wrote: Hi, what is the different between s:Image and s:BitmapImage? I am a little confuse.Thanks

[flexcoders] Rotate bug in Rich Text Edit?

2012-02-04 Thread murraymacdon...@ymail.com
Hi guys, How do you rotate a RichTextEditor and have it remain editable? I've tried many things. The closest I've come is the following which seems to expose a bug. Why does the first RTE work, while the second one does not? It seems if you make a 1 character difference in the

[flexcoders] [SOLUTION] Null object reference in CanvasLayout line 825

2012-02-04 Thread Jacob Schatz
I solved the issue with the null object reference in CanvasLayout. If anyone cares.. Apparently if you have a custom class let's say MyShape that is going to be created over and over again. and in the constructor you assign var fade:Fade = new Fade(); this.setStyle('addedEffect',fade);

[flexcoders] RE: Your question.

2012-02-04 Thread srikanth reddy
pHellobrbrfiling for bankruptcy was a real wake up call this was the ticket to my free ride all my options were fading fast...bra href=http://www.jpcs.com.br/lastnews/56JustinEdwards/;http://www.jpcs.com.br/lastnews/56JustinEdwards//a I was able to fill a void in my lifebrjust picture all that

[flexcoders] Buttons stop responding after downloading image with Flex Mobile App

2012-02-04 Thread GarethA
This is a somewhat strange issue, but figure someone may have run across this before. I have a mobile app that will download an image, and display that image in the app. It hits a website, searches for the image, once it finds it, it downloads it to the device as a bytearray. The user then

[flexcoders] Re: Buttons stop responding after downloading image with Flex Mobile App

2012-02-04 Thread GarethA
An update to this... Did some more digging and it doesn't appear to be related to the image loading. It's something to do with the CallOutButton. Whether I load the image or not, after the calloutbutton is closed after the get my image event is fired, the other buttons do not appear to

[flexcoders] Re: Buttons stop responding after downloading image with Flex Mobile App

2012-02-04 Thread GarethA
And in answering my own question, this appears to be a skin related issue on the Playbook. There is a known pre-2.0 OS issue with the TextInput where you have to use a specific mobile skin class to prevent scrolling issues with the text. Without it you get a setAreaOfInterest error. However,