RE: [flexcoders] Re: Code not lining up - brackets

2013-02-08 Thread Davidson, Jerry
using Flash Builder 4.0.1. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Thursday, February 07, 2013 10:20 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Code not lining up - brackets Did you say you are using a custom

[flexcoders] Re: Code not lining up - brackets

2013-02-07 Thread jaywood58
Jerry, I think your issue is the opening brace at line 6 (right after case Const.ALERT_LIST_RETRIEVED:) and the closing brace at line 32 (right after the break statement)... the code block for a case statement in ActionScript is typically not enclosed in braces (perhaps it is even illegal, I'm

RE: [flexcoders] Re: Code not lining up - brackets

2013-02-07 Thread Davidson, Jerry
. Jerry From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jaywood58 Sent: Thursday, February 07, 2013 10:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Code not lining up - brackets Jerry, I think your issue is the opening brace at line 6 (right after

Re: [flexcoders] Re: Code not lining up - brackets

2013-02-07 Thread Alex Harui
[mailto:flexcoders@yahoogroups.com] On Behalf Of jaywood58 Sent: Thursday, February 07, 2013 10:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Code not lining up - brackets Jerry, I think your issue is the opening brace at line 6 (right after case Const.ALERT_LIST_RETRIEVED