Setting status message on Panel Control in flex.

Here we got to use the property names status, and assign some chars to it then it will display the related chars at the Panel Control Status Bar.

Example:

status=”"

status=”Kumar Gandhi”

This as in the panel control looks like this..

<mx:Panel title=”Kumar Gandhi’s Panel” x=”438″ y=”59″ status=”">

</mx:Panel>

pp1.jpg
This snapshot shows the Status Bar with a message on it.

Leave a Reply