[flexcoders] Accordion headers and forms

2005-04-12 Thread Andrew Spaulding
Hi, If I have an Validation error in a form, what is the best way to show this in an accordion header? i.e. I would like to show which step is incomplete or contains incorrect information. Thanks, Andrew. http://www.flexdaddy.com Yahoo! Groups Links <*> To visit your group on the web

Re: [flexcoders] Accordion headers and forms

2005-04-12 Thread Scott Barnes
1) make the header blink (requires AS knowledge - which you have so don't lie! hehe). 2) Tooltip fires "theres something wrong inside here" type thing. 3) if its a final action and isn't dependent on one another, you could go to a different pod ie viewstack it if need be and put all the error co

Re: [flexcoders] Accordion headers and forms

2005-04-13 Thread Manish Jethani
On 4/13/05, Andrew Spaulding <[EMAIL PROTECTED]> wrote: > If I have an Validation error in a form, what is the best way to show > this in an accordion header? Set the label property of the currently selected view to include the error message in it. accordion.selectedChild.label += "(Error: fo

RE: [flexcoders] Accordion headers and forms

2005-04-13 Thread Jose Lora
header.   From: Scott Barnes [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 11:54 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Accordion headers and forms   1) make the header blink (requires AS knowledge - which you have so don't lie! hehe). 2) Tooltip

RE: [flexcoders] Accordion headers and forms

2005-04-13 Thread Gordon Smith
[mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 3:25 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Accordion headers and forms On 4/13/05, Andrew Spaulding <[EMAIL PROTECTED]> wrote: > If I have an Validation error in a form, what is the best way to show > this i