[flexcoders] Why can't change title of application???

2010-04-17 Thread robin_w...@ymail.com
Hi, I tried 2 ways to change the title of browser running my flex application: 1. set pageTitle of application 2. use code: BrowserManager.getInstance().setTitle(xxx); The 2 ways work at very beginning, but after a remote call the title is changed to name of that web page, like xxx.html. Any

Re: [flexcoders] Why can't change title of application???

2010-04-17 Thread Alex Harui
File a bug with a simple test case. On 4/16/10 6:55 PM, robin_w...@ymail.com robin_w...@ymail.com wrote: Hi, I tried 2 ways to change the title of browser running my flex application: 1. set pageTitle of application 2. use code: BrowserManager.getInstance().setTitle(xxx); The 2 ways