Print Page | Close Window

New Version

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=168
Printed Date: 22 December 2024 at 5:17pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: New Version
Posted By: Suppenuser
Subject: New Version
Date 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 




Replies:
Posted By: Suppenuser
Date Posted: 25 September 2003 at 9:55am

Hi.

No reply yet?



Posted By: kstowell
Date 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




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net