i think remembering a case where a viewstack was changing the browser url (using history) by default, and had to manually / expcicitly use "usehistory=false" or something similar...
On Thu, Nov 6, 2008 at 12:26 AM, Ryan Graham <[EMAIL PROTECTED]>wrote: > 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:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *tchredeemed > *Sent:* Wednesday, November 05, 2008 1:51 PM > *To:* [email protected] > *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 [email protected] <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. > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation [EMAIL PROTECTED],

