Update statusbar CAPS etc. |
Post Reply |
Author | |
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
Posted: 18 February 2008 at 8:21am |
Hi, I'm using some predefined id's
Public Const ID_INDICATOR_CAPS = 59137
Public Const ID_INDICATOR_NUM = 59138 Public Const ID_INDICATOR_SCRL = 59139 Is there a way to update these id's without using the Commandbars UpdateEvent?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Add some timer and Enable/Disable panes if keys are pressed.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Oleg, I noticed that these items are updated internally. Correct? I looked in the UpdateEvent and the id's do not get updated here. For example: if commandbars is resized these id's will be updated, so I expect that commandbars will update the statusbar panes. The Commandbars UpdateEvent is driving me crazy, so I'm trying to avoid this event.
|
|
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 |