Print Page | Close Window

Calendar on 2 monitors (little bug)

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=13615
Printed Date: 17 May 2024 at 6:24am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Calendar on 2 monitors (little bug)
Posted By: skiman
Subject: Calendar on 2 monitors (little bug)
Date Posted: 09 March 2009 at 4:40am
Hi,
 
I found a little bug when using the calendar on 2 monitors.
 
Start the sample of the calendar as there is available on the site. When it is on monitor one, everything is working correct. Move the window to monitor TWO, and you will see the following problems :
1. If you move the mouse above an event, the info is shown, but it is positioned to the left.
2. If you place the mouse cursor for example on wednesday, the 'add to click' appears on 'Tuesday'. You can't click on it, so it isn't possible to add events.
 
Since the sample reacts the same way, it is not specific to the activeX version.
 
Regards,
Chris.


-------------
ABO Service



Replies:
Posted By: mdoubson
Date Posted: 09 March 2009 at 10:16am
Confirmed as a bug. Fixed - be in Release 13.1
How to fix:
Need to change in code all calls to GetDesktopWindow()->GetClientRect(&rcDesk)
CRect rcDesk;

// GetDesktopWindow()->GetClientRect(&rcDesk);

GetDesktopWindow()->GetWindowRect(&rcDesk);

ClientToScreen(&rcDesk);

Thanks for catch!


-------------
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