how to change the dockingpane title dynamicly? |
Post Reply |
Author | |
chuyanj
Newbie Joined: 13 November 2007 Location: United Kingdom Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 21 November 2007 at 9:56am |
how to change the dockingpane title dynamicly?
thanks! |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
SetTitle ?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
chuyanj
Newbie Joined: 13 November 2007 Location: United Kingdom Status: Offline Points: 9 |
Post Options
Thanks(0)
|
I use SetTitle outside the notify****, but the program crash.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Guess you use wrong pointer to call SetTitle. Don't save pointers for panes - after you change layout they will be destroyed.
call m_paneManager.FindPane(ID)->SetTitle("New");
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
chuyanj
Newbie Joined: 13 November 2007 Location: United Kingdom Status: Offline Points: 9 |
Post Options
Thanks(0)
|
thank you very much.
I got it |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |