KickIdle Modeless |
Post Reply |
Author | |
developer
Newbie Joined: 05 August 2004 Status: Offline Points: 26 |
Post Options
Thanks(0)
Posted: 05 August 2004 at 4:28pm |
Some of my dialogs are modeless and the toolbars no longer work on the dialogs because I can not execute the code:
Before installing the toolkit this code was not needed for the toolbars to work. What is the workaround? Thanks. Edited by developer |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Did you add ON_MESSAGE(WM_KICKIDLE, OnKickIdle) to message map?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
developer
Newbie Joined: 05 August 2004 Status: Offline Points: 26 |
Post Options
Thanks(0)
|
Yes, I did some research on the internet and supposively KickIdle is not "Sent" while in "Modeless Mode".
I placed 'SendMessageToDescendants(WM_IDLEUPDATECMDUI);' in the PreTranslateMessage but that still doesn't seem to fix all the functionality. |
|
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 |