Print Page | Close Window

Tooltips malfunction after "Maximize from Tray"

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=14687
Printed Date: 06 May 2024 at 2:52pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Tooltips malfunction after "Maximize from Tray"
Posted By: Algae
Subject: Tooltips malfunction after "Maximize from Tray"
Date Posted: 03 July 2009 at 5:20pm

Toolkit Pro 13.1

Calendar Tooltips fail to fire after program is restored from the tray.

Here's the fix:

XTTrayIcon.cpp approximately line 957.

// replace this line

//    pWndApp->SetWindowPos(0, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED | SWP_SHOWWINDOW);

// with this (from older toolkit version)

    pWndApp->ShowWindow(SW_SHOW);
    pWndApp->RedrawWindow(NULL, NULL, RDW_UPDATENOW | RDW_ALLCHILDREN | RDW_FRAME |
        RDW_INVALIDATE | RDW_ERASE);




Replies:
Posted By: mdoubson
Date Posted: 24 July 2009 at 1:32pm
Sorry - this file is not part of Calendar source - it belong to Common. Please contact Oleg to fix it

-------------
Mark Doubson, Ph.D.



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