Devel Blog – CoPLaS

Blog about things, I'm currently interested in. Now Android, Grails, jQuery and Java.

About me

Developer from Slovak Republic, EU. Currently interested in Java, Grails and Flex.

CV - Curriculum Vitae

Archive for March, 2009

Flex: Dynamic titleIcon for Panel

Monday, March 30th, 2009

I just had a problem with adding icon to a Panel title dynamically. When it is embedded, there is no problem. Than I found IconUtility Component for Dynamic Run-Time Icons and hoped everything will be fine in 5 minutes. I just tried example:
<mx:Button id=”example” label=”Example”
icon=”{IconUtility.getClass(example, ‘http://michal.pavlasek.sk/us.png’, 16, [...]

Read the rest of this entry »