Opened on Jan 29, 2013 at 12:25:07 PM
Closed on Jul 21, 2013 at 11:31:57 PM
Last modified on Dec 5, 2013 at 6:11:06 PM
#2312 closed Bug (Rejected)
Tray icon flashes into the black square
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | tray, icon, flash | Cc: |
Attachments (5)
Change History (23)
comment:2 by , on Jan 30, 2013 at 9:18:30 AM
seems related with theme used.
I have no pb Under Win8 compiled or not
comment:3 by , on Feb 2, 2013 at 1:22:20 AM
It is actual for x86 and x64 compiled (.exe) and native-script .au3 , there is no difference.
I use standard windows 7 Aero theme.
comment:4 by , on Jul 21, 2013 at 11:31:57 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
comment:5 by , on Nov 29, 2013 at 9:04:53 PM
I have the same problem under Windows 8.1 (and also Windows 8).
by , on Nov 29, 2013 at 11:54:50 PM
| Attachment: | #2312 win8.1 jpm.png added |
|---|
comment:6 by , on Nov 29, 2013 at 11:57:54 PM
I don't have the same problem as I say see attach file
Just post a part of your screen so I can understand which specific theme you are using
Best for me is to understand your personalization.
I use the standard one
comment:7 by , on Nov 30, 2013 at 1:47:11 AM
No special desktop personalization and with this script:
TraySetIcon("%SystemRoot%\system32\SHELL32.dll", -100)
TraySetState(4)
While 1
Sleep(100)
WEnd
by , on Dec 1, 2013 at 12:10:51 PM
| Attachment: | #2312 win8.1 jpm-1.png added |
|---|
comment:9 by , on Dec 1, 2013 at 1:04:49 PM
That's interesting, I always had this issue with Windows 8 and 8.1! Any debug code you might want me to try on my machine?
by , on Dec 1, 2013 at 1:09:04 PM
| Attachment: | Screenshot - jpm.png added |
|---|
comment:10 by , on Dec 1, 2013 at 1:10:00 PM
attach your personalization setting as he one I just attach
by , on Dec 1, 2013 at 3:18:25 PM
| Attachment: | Personalization.jpg added |
|---|
comment:12 by , on Dec 1, 2013 at 3:42:38 PM
Thanks
The bad news is I cannot reproduce it Under my clean install 8.1
comment:13 by , on Dec 1, 2013 at 4:25:51 PM
OK, I just confirmed this: It is related to high DPI setting. At 100% it is fine. Try 125% and you will see it!
comment:14 by , on Dec 1, 2013 at 5:57:18 PM
You get it it is due to this 125%.
Not sure AutoIt can do something for it
comment:15 by , on Dec 1, 2013 at 6:20:22 PM
I think some of AutoIt functions are not DPI-aware, such as PixelGetColor(). See the discussion here: (http://www.autoitscript.com/forum/topic/156251-mouse-coordinates/)
comment:16 by , on Dec 4, 2013 at 4:30:24 PM
Hello Jpm, The status of this bug still shows: "closed Bug (Rejected)". Now that the bug has been confirmed, are you going to re-open it? Thanks!
comment:17 by , on Dec 5, 2013 at 4:09:30 PM
It is up to Jon to reopen.
For me I don't understand if it is not related with Windows itself I will not reopen it.
comment:18 by , on Dec 5, 2013 at 6:11:06 PM
OK, let's hope DPI related issues will be sorted out soon.

Is that for compiled script or not?