Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Calendar on 2 monitors (little bug)
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Calendar on 2 monitors (little bug)

 Post Reply Post Reply
Author
Message
skiman View Drop Down
Groupie
Groupie


Joined: 20 December 2008
Location: Belgium
Status: Offline
Points: 88
Post Options Post Options   Thanks (0) Thanks(0)   Quote skiman Quote  Post ReplyReply Direct Link To This Post Topic: Calendar on 2 monitors (little bug)
    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
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post 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!
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.172 seconds.