![]() |
The H-Splitter cursor arrow NOT display |
Post Reply
|
| Author | |
mtsanji
Newbie
Joined: 17 August 2005 Location: Japan Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: The H-Splitter cursor arrow NOT displayPosted: 18 August 2005 at 2:03am |
|
Hi I am using a task space panel in my program, when I move the mouse cursor to the top of the task space panel's splitter, a H-splitter arrow(which allows to move splitter right to left) does not display. It works when I use V9/60 but V9.70 doesn't. (Note: I built my program with static link) I also downloaded a sample program of the task panel at this codejock site to see how it work but it didn't work. Thanks, M Sanji
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 August 2005 at 4:04am |
|
Hi, for static version 1. Add in rc2 file #include "XTToolkitPro.rc" 2. call XTAuxData().InitResources(AfxGetInstanceHandle()); |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
mtsanji
Newbie
Joined: 17 August 2005 Location: Japan Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 August 2005 at 6:59pm |
|
Hi oleg, I added the function you mentioned to the InitInstance(), and a H-splitter cursor displayed. Thanks, |
|
![]() |
|
Frode
Groupie
Joined: 22 April 2004 Location: Norway Status: Offline Points: 42 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 August 2005 at 5:10am |
|
How is it possible to know that this function must be added to get this H-splitter cursor in version 9.70?
Where should the XTAuxData().InitResources(AfxGetInstanceHandle()); function be called (InitInstance, OnCreate in MainFrame...)? |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 August 2005 at 6:52am |
|
It was bug of 9.70 :( In previous and next versions you don't need to add it. Add it in constructor of CYourApp. |
|
|
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 |