I have a library which has custom controls. I have a BubbleCanvas class 
constructor 
{
this.setStyle("backgroundImage", canvasBackground);
this.setStyle("backgroundSize", "100%");
|

canvasBackground is a png with transparency so that the form is shaped like a 
conversation bubble. 

Now at run time everything works great, what I would like is to have the 
control look like a conversation bubble in the design view of flex. 

Oh I only want actionscript code, since the flex sdk controls are all 
actionscript.

Thanks,
Greg


Reply via email to