Search the Community
Showing results for tags 'black'.
-
screen curtain on autoit windows 8 + hello autoit forum please i've a question on windows 8 and more the micro soft added the Magnification options this future can help the blind by turn the screen black to To relax the eyes. i searched allot in autoit but i couldn't find any way to do it and after then i found an python addon can do that, it's an addon open source to screen reader NVDA i hope you can help me to convert it to an autoit script note i couldn't do that because I'm very fresh man in dealing with dll files inadition to am 0 on python please if any one can help me. this is the NVDA Python Addon it very small, i need just one future that turn the screen black thx in advance screenCurtain.rarr
- 10 replies
-
- screencurtain
- black
-
(and 1 more)
Tagged with:
-
can anyone tell me how I stop this from occuring when I place a jpg in my GUI? White parts become black. might be transparent, too. Not sure. thanks
-
Hello, i need help with my script here. I want to detect when my Screen is nearly or completly dark/black. I'm using PixelChecksum(0,0,1919,1079) and it's giving me random numbers (e.g. 2690216355, 2589900821, 854331631, 481460664) How can i compare that with a Black like 0xFFFFFF ?
- 1 reply
-
- Screen
- Pixelchecksum
-
(and 1 more)
Tagged with:
-
Hi all I am wondering if someone knows what could be causing the images in my GUI to display little black squares all over them. They seem to change depending on how much code is in the file/program. I have attached two examples, the first is from a set of buttons called using GUICtrlCreatePic and they are in BMP format Shows a screenshot of the GUI image on the left and the original images on the right The second is also called using GUICtrlCreatePic but they are in JPG format Shows a screenshot of the GUI image on the top and the original image on the bottom Both of them display the same problem although in earlier versions of the code it seemed to just exist on the BMP buttons, although i havent been watching it closely until i noticed them in both places today. They show up whether the script is compiled or not. Thanks in advance Adam