CXTPStatusBarIconPane not available any more |
Post Reply |
Author | |
Alex H.
Senior Member Joined: 12 February 2004 Status: Offline Points: 266 |
Post Options
Thanks(0)
Posted: 21 July 2008 at 6:16am |
We used Version 11.2.2 before. Now with 12.0.1 this class is not available any more. So version 12 is not compatible with version 11.2 or less.
If this class is deprecated it should have been added to XTPDeprecated.h like the class we used before: #define CXTIconPane CXTPStatusBarIconPane Is there a problem with the setup? |
|
mgampi
Senior Member Joined: 14 July 2003 Status: Offline Points: 1201 |
Post Options
Thanks(0)
|
Hi;
This is no longer supported but CXTPStatusbarPane is very flexible; for example replace it by : m_wndStatusBar.GetImageManager()->SetIcon(IDI_ICON_DBFAIL, IDI_ICON_DBFAIL); pPane=m_wndStatusBar.FindPane(ID_INDICATOR_DB); ASSERT(pPane!=0); pPane->SetText(_T("The text goes here")); pPane->SetIconIndex(IDI_ICON_DBFAIL); pPane->BestFit(); |
|
Martin Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022 |
|
Alex H.
Senior Member Joined: 12 February 2004 Status: Offline Points: 266 |
Post Options
Thanks(0)
|
Thank you!
I think then Codejock should remove this #define |
|
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 |