Please make GetControlsFileName() method virtual |
Post Reply |
Author | |
gregnis@yahoo.com
Newbie Joined: 19 January 2016 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 26 February 2018 at 7:59pm |
I'd like to be able to force saving of control bars to the Registry instead of the file if the size of data is larger than hard-coded 16000 bytes (in CXTPCommandBars::SaveBarState()).
You could virtualize this number via a method (like IsLargeData(DWORD dwCount) or something, or make GetControlsFileName() virtual, so it could be overridden. I did this in my copy of the source code but it would be better not to have to do it every time a new release is installed. Thanks.
|
|
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 |