RE: [flexcoders] Accordion headers and forms

2005-04-13 Thread Gordon Smith

I don't think this is necessarily endorsed by Macromedia's Experience Design
team. I believe they're still thinking about this issue. But this is
certainly a simple way to display short error messages in an Accordion.

- Gordon


-Original Message-
From: Manish Jethani [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 in an accordion header?

Set the label property of the currently selected view to include the
error message in it.

  accordion.selectedChild.label += "(Error: foo)";

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
Yahoo! Groups Links



 





 
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/
 





RE: [flexcoders] Accordion headers and forms

2005-04-13 Thread Jose Lora










You could have something like a progress
indicator ( like a progress bar) that will blink, change color, scream or do
something to indicate that certain step has a problem and you can proceed but
you’ll need to return to fix it.  We currently just use a message/icon in
the accordion 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 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
controls on that pod via createChild, so they can
fill out things
without hunting

4) Simply go to the first panel and proceed
forward until each one is
squared away.

? good question though anyone else on ideas?

On 4/13/05, Andrew Spaulding
<[EMAIL PROTECTED]> wrote:
> 
> 
> 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
> 
> 
> 
> 
> 


-- 
Regards,
Scott Barnes
http://www.mossyblog.com
http://www.flexcoder.com
(Coming Soon)












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 the Yahoo! Terms of Service.












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: foo)";

-- 
[EMAIL PROTECTED]
http://manish.revise.org/


 
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/
 





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
controls on that pod via createChild, so they can fill out things
without hunting

4) Simply go to the first panel and proceed forward until each one is
squared away.

? good question though anyone else on ideas?

On 4/13/05, Andrew Spaulding <[EMAIL PROTECTED]> wrote:
> 
> 
> 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
> 
> 
> 
> 
> 


-- 
Regards,
Scott Barnes
http://www.mossyblog.com
http://www.flexcoder.com (Coming Soon)


 
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/