![]() |
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)
Quote Reply
Topic: how to change the dockingpane title dynamicly?Posted: 21 November 2007 at 9:56am |
|
how to change the dockingpane title dynamicly?
thanks! |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 November 2007 at 1:44am |
|
SetTitle ?
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
chuyanj
Newbie
Joined: 13 November 2007 Location: United Kingdom Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 November 2007 at 2:53am |
|
I use SetTitle outside the notify****, but the program crash.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 November 2007 at 4:44am |
|
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)
Quote Reply
Posted: 26 November 2007 at 6:18am |
|
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 |