Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - New Version
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

New Version

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


Joined: 22 May 2003
Location: Germany
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote Suppenuser Quote  Post ReplyReply Direct Link To This Post Topic: New Version
    Posted: 23 September 2003 at 12:45pm

Dear CodeJock-Team,

I use xtreem tools now from the start on (incl. cj). Normaly a really good tool. But, I am really NOT happy with the new version (4.00)!

Why did you remove used functions without any good reason or any warning?

I use CXTTipWindow in more than 950 different sourcefiles.

Any of this calls the ShowTipWindow like

m_tip.ShowTipWindow( CPoint(rect.left+25, rect.top+10), this, TWS_XT_DROPSHADOW, 50000);

Now, the new Version dosn't support this. WHY????

Whats the reason for that?

If I remove the 'this' and create the object with m_tip.Create(this) (like the sample) the object will not shown. Why?

Why you change allready running features? In my point, this action costs me as minimum 2 weeks. And, I've got no Idea how much more functions were changed in this maner. 

Did you understand, how much time we have to spend for testing and fixing based on useless actions like this? 

 

waiting for your reply

 

Ralf 

Back to Top
Suppenuser View Drop Down
Newbie
Newbie


Joined: 22 May 2003
Location: Germany
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote Suppenuser Quote  Post ReplyReply Direct Link To This Post Posted: 25 September 2003 at 9:55am

Hi.

No reply yet?

Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post Posted: 13 October 2003 at 12:06pm

Hello,

You need to make sure that you create the tip window control first, prior to using it, for example:

m_tipWindow.Create(this);
m_tipWindow.ShowTipWindow( CPoint(rect.left+25, rect.top+10),
    TWS_XT_DROPSHADOW, 50000);

Kind regards,
Codejock Support

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.156 seconds.