![]() |
how SetTrackingMode work? |
Post Reply
|
| Author | |
blueseaing
Groupie
Joined: 14 June 2004 Status: Offline Points: 42 |
Post Options
Thanks(0)
Quote Reply
Topic: how SetTrackingMode work?Posted: 17 December 2004 at 4:27am |
|
when i use the autocomplete in the cxtpcomboxedit ,the cxtpcomboxedit was incompatiable with the IE autocomplete function, if i use SetTrackingMode(FALSE) before onfocus of xtpcombox, and the Autocomplete will work proper, but the tracking mode of menu will have problem, so I think, what's the time to set trackingmode(false) and then settrackingmode(true). The code is below: https://forum.codejock.com/uploads/blueseaing/2004-11-04 _030207_CustomThemes.rar |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 20 December 2004 at 5:31am |
|
You can patch BOOL CXTPMouseManager::PreTranslateMouseEvents(WPARAM wParam, POINT point)
add if (arrTracked.GetSize() > 0 && pWndMouse)
before last cycle. |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |