Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - The H-Splitter cursor arrow NOT display
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

The H-Splitter cursor arrow NOT display

 Post Reply Post Reply
Author
Message
mtsanji View Drop Down
Newbie
Newbie


Joined: 17 August 2005
Location: Japan
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote mtsanji Quote  Post ReplyReply Direct Link To This Post Topic: The H-Splitter cursor arrow NOT display
    Posted: 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

 

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
mtsanji View Drop Down
Newbie
Newbie


Joined: 17 August 2005
Location: Japan
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote mtsanji Quote  Post ReplyReply Direct Link To This Post Posted: 18 August 2005 at 6:59pm

Hi oleg,

I added the function you mentioned to the InitInstance(), and a H-splitter cursor displayed.
Thank you for your help.

Thanks,

Back to Top
Frode View Drop Down
Groupie
Groupie


Joined: 22 April 2004
Location: Norway
Status: Offline
Points: 42
Post Options Post Options   Thanks (0) Thanks(0)   Quote Frode Quote  Post ReplyReply Direct Link To This Post 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...)?
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.