the button control has a toggle attribute. according to the flex docs, "Specifies whether a button can be toggled, true, or acts like a pushbutton, false. The default value is false."
My initial assumption was that if you set toggle to true, then if you clicked a button, it would remain in the pressed state until you click it again. But this isn't so. To experiment, I created two button controls, side by side, one with toggle set to true, and the other false. I couldn't find any difference whatsoever. So obviously it doesn't affect anything visually. So my question is, what's it for? What does it do? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

