Multicolumn and Timeline |
Post Reply |
Author | |
zaksoft
Senior Member Joined: 05 June 2003 Location: Italy Status: Offline Points: 162 |
Post Options
Thanks(0)
Posted: 18 June 2009 at 2:58am |
Both "Multicolumn mode" and Timeline mode" are hard-coded into sources and force to patch .cpp
Same problem with
REPLACE_S(s, _T("Show w"), _T("W"));
and all related short forms.
|
|
VS2022 - MFC MBCS Statically linked
XTP 23.1 Static Link --------------------------------------------------------- Davide Zaccanti - ZakSoft - www.zaksoft.com |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Wrong - use built-in modifiers (same for VB) with any text you like on any language
GetCalendarCaptionBarCtrl().SetButtonText(0, _T( "Day"));GetCalendarCaptionBarCtrl().SetButtonText(1, _T( "Week"));GetCalendarCaptionBarCtrl().SetButtonText(2, _T( "Month"));GetCalendarCaptionBarCtrl().SetButtonText(3, _T( "T-line"));GetCalendarCaptionBarCtrl().SetButtonText(4, _T( "M-col"));GetCalendarCaptionBarCtrl().SetButtonText(5, _T( "F-week"));GetCalendarCaptionBarCtrl().SetButtonText(6, _T( "MC-mode")); |
|
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 |