--- In [email protected], "Manish Jethani"
<[EMAIL PROTECTED]> wrote:
>
> On 5/1/06, wlbagent <[EMAIL PROTECTED]> wrote:
> > I have a application that uses view states. One state has an
> > accordion component. A button on one panel of this component takes me
> > to a new state (completely away from the accordion) where I can do
> > some data entry on a Form component. When I click the button, the
> > form displays correctly but as soon as I click on it I get the
> > following runtime error:
> >
> > TypeError: Error #1009: null has no properties.
> > at mx.containers::Accordion/focusOutHandler()
> > at mx.core::UIComponent/setFocus()
> > at mx.managers::FocusManager/setFocus()
> > at mx.managers::FocusManager/::mouseDownHandler()
>
> Looks like the Accordion's 'focusManager' property is becoming null.
> The runtime error is a bug.
>
> As a workaround, try setting the focus to something else before
> switching to the new state.
>
> Manish
>
--
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.

