February 26th, 2010 |
by teocomi |
published in
Flex 4
Using a custom Item Renderer for the Spark List you will still see the default selection and hover color in background, even if your component doesn’t have a background (I noticed that using a rounded rect)! Well, to avoid that just set the autoDrawBackground property to flase in your Item Renderer as shown:
<s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" [...]
December 4th, 2009 |
by teocomi |
published in
Flex 4
Learn to use Adobe Flex 4 beta 2 (codename Gumbo) and Adobe Flash Builder 4 beta 2 in a week by stepping through this video training course. It is great, and it is the way I learned Flex.
From here you can download Adobe Flash Builder 4 beta 2.
If you are still a bit afraid [...]
November 13th, 2009 |
by teocomi |
published in
Flex 4
Some days ago I became crazy trying to format some simple text into a RichEditableText in Flex 4. This is because the Adobe team is deeply changing the way of using text in this new release. Let’s try to understand more on this:
“The Spark architecture provides three text “primitives” — Label, RichText, [...]