RE: [flexcoders] history manager and deep linking

2008-04-24 Thread Alex Harui
Registering should be ok, but nothing will be saved so it is a waste of
code.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of mt1_18
Sent: Thursday, April 24, 2008 8:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] history manager and deep linking

 

I am a bit confused on history manager and deep linking. If I am
using deep linking in my application I know that
historyManagementEnabled will be set to false at the application
level. However, will I still be able to have my custom components
implement mx.managers.IHistoryManagerClient and manually register the
component with the HistoryManager? Will that break deep linking?

 



[flexcoders] history manager and deep linking

2008-04-24 Thread mt1_18
I am a bit confused on history manager and deep linking.  If I am
using deep linking in my application I know that
historyManagementEnabled will be set to false at the application
level.  However, will I still be able to have my custom components
implement mx.managers.IHistoryManagerClient  and manually register the
component with the HistoryManager?  Will that break deep linking?