Hello
I have a problem with the result of the screenRect Function:
configuration : LC 7.1.3 on Window 8.1. The problem described below was found on several computers
for a screen with resolution 1600 x 1200, le result of screenRect() is 0,0,1600,1200 that is OK
for a screen with resolution 1920 x 1080, le result of screenRect() is 0,0,1920,1080 that is OK
for a screen with resolution 2560 x 1600, le result of screenRect() is 0,0,2560,1600 that is OK
BUT
for a screen with resolution 2880 x 1800, le result of screenRect() is 0,0,1440,900 that is FALSE
idem pour a 4K,2K screen for which the result is also wrong
is it a Bug ? or a limitation due to big resolution under window ?
Thanks for answer
François
Bug with ScreenRec
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Bug with ScreenRec
Bonjour François,
what does "the screenPixelScale" tell you for this monitor?
If it = 1, then I would consider it a bug.
Best
Klaus
what does "the screenPixelScale" tell you for this monitor?
If it = 1, then I would consider it a bug.
Best
Klaus
Re: Bug with ScreenRec
Hello Klaus
the result = 1
the result = 1
-
- VIP Livecode Opensource Backer
- Posts: 10044
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Bug with ScreenRec
Please try this with v8. 0 RC1 and if it hasn't already been fixed there then file a bug report.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn