With modules you can usually avoid headaches related to any of the
manager components by importing and creating a var to each in your main
Application file. This should appease the compiler while linking
everything up.
 
e.g.
import mx.managers.DragManager;
import mx.managers.HistoryManager;
private var _dm:DragManager;
private var _hm:HistoryManager;
....
 
HTH,
Ryan

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of tchredeemed
Sent: Wednesday, November 05, 2008 1:51 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: HistoryManager



2 Things.

1 - I misspelled weird!

2 - I use a ViewStack in one of my modules, and it only happens when I
navigate away from said module to a new module!

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "tchredeemed" <[EMAIL PROTECTED]> wrote:
>
> Type Coercion failed: cannot convert mx.managers::History Manager
> [EMAIL PROTECTED] to mx.managers.IHistoryManager.
> 
> what would be causing this error?
> 
> I am not explicitly referencing the HistoryManager in my app at all...
> 
> wierd! :)
>



 


This message is private and confidential. If you have received it in error, 
please notify the sender and remove it from your system.

Reply via email to