RE: [flexcoders] Strange Page Titles with HistoryMangement

2008-01-09 Thread Alex Harui
Use BrowserManager instead

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of byte.sensei
Sent: Wednesday, January 09, 2008 1:43 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Strange Page Titles with HistoryMangement

 

Ever since I enabled HistoryManagement on a Flex app the HTML Page 
Titles have been messed up. Instead of my normal page titles, the 
page title becomes something like "#app=e75-action=..."

I thought that putting a hard-coded Page title into my 
index.template.html would fix the problem (and always use my static 
page title) but this didn't work, either.

In index.template.html I changed: ${title} to 
TESTING. When I FIRST load the Flex app, it shows 
the "TESTING" page title, but as soon as I start using the site it 
reverts back to the garbled titles.

When I view source on the page (via IE) I see the 
TESTING in the  of my HTML wrapper, but IE is 
*still* showing the garbled page titles.

How can I set the Page Title so it doesn't get messed up? 

 



[flexcoders] Strange Page Titles with HistoryMangement

2008-01-09 Thread byte.sensei
Ever since I enabled HistoryManagement on a Flex app the HTML Page 
Titles have been messed up.  Instead of my normal page titles, the 
page title becomes something like "#app=e75-action=..."

I thought that putting a hard-coded Page title into my 
index.template.html would fix the problem (and always use my static 
page title) but this didn't work, either.

In index.template.html I changed: ${title} to 
TESTING.  When I FIRST load the Flex app, it shows 
the "TESTING" page title, but as soon as I start using the site it 
reverts back to the garbled titles.

When I view source on the page (via IE) I see the 
TESTING in the  of my HTML wrapper, but IE is 
*still* showing the garbled page titles.

How can I set the Page Title so it doesn't get messed up?