I've an accordion, which has 3 canvas as children and I have some problems with the toolTip property. If I bind a var to it (<mx:Canvas toolTip="{toolTipTextVar}" ... />) , it doesn't display the tooltip in the accordion header, it does it in the body of the canvas when the mouse enters, but if I write the text of the tooltip (<mx:Canvas toolTip="Some tooltip text"... />) it's displayed correctly.
The other problem that I have is with combo boxes, and it's prompt property. If I bind the dataProvider (<mx:ComboBox dataProvider="{myDataProvider}" .../>), it seems that both selectedIndex="-1" and prompt="Some prompt text" are ignored, but if I write the dataProvider manually these properties work ok.
As I said in the topic, I'm doing it wrong or are these bugs?
Thanks,
Oriol.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

