New Version |
Post Reply |
Author | |
Suppenuser
Newbie Joined: 22 May 2003 Location: Germany Status: Offline Points: 3 |
Post Options
Thanks(0)
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 |
|
Suppenuser
Newbie Joined: 22 May 2003 Location: Germany Status: Offline Points: 3 |
Post Options
Thanks(0)
|
Hi. No reply yet? |
|
kstowell
Admin Group Joined: 25 January 2003 Location: MIchigan, USA Status: Offline Points: 496 |
Post Options
Thanks(0)
|
Hello, You need to make sure that you create the tip window control first, prior to using it, for example: m_tipWindow.Create(this); Kind regards, |
|
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 |