[flexcoders] FW: Set a LinkButton icon class at run time

2006-09-05 Thread Pete Capra
Hi there, Does anyone know if it is possible to set a LinkButtons icon class at runtime? I want to set an icon depending on the data that is sent to it (I have it set up as a custom component). Kind Rgds, Pete Pete CapraInformation Systems CoordinatorCapra Ryan Online Learningp.

RE: [flexcoders] FW: Set a LinkButton icon class at run time

2006-09-05 Thread Pete Capra
Hi Hilary, Thanks for your help, it worked a treat! Kind Rgds, Pete Hi Pete, Not sure about the LinkButton, but I have set the icon of a PopUpButton at runtime. I embeded the icon: [Embed(source='AeonGraphical.swf', symbol='BusyCursor')]private var loadingIcon:Class; and then used