Same problem ... Line 158 of ButtonBarButtonSkin.as... (parent.parent is a ToggleButtonBar not a buttonbar) var bar:ButtonBar = parent ? ButtonBar(parent.parent) : null;
--- In [email protected], "lrhazi" <[EMAIL PROTECTED]> wrote: > > I get this annoying error often: > > TypeError: Error #1034: Type Coercion failed: cannot convert > mx.controls::[EMAIL PROTECTED] to mx.controls.ButtonBar > > My app uses Modules and has a user login/logout functionality... I get > the above error systematically when i logout of an account and login > to a second one. > > Any hints on what to look for? > > Thank you very much. > Mohamed~ >

