Modify

#2312 closed Bug (Rejected)

Tray icon flashes into the black square

Reported by: go2008to@… Owned by:
Milestone: Component: AutoIt
Version: 3.3.8.1 Severity: None
Keywords: tray, icon, flash Cc:

Description

Just in OS: Win 7 x64 Home Pro . Normal behaviour at WinXP.

#NoTrayIcon

Opt("TrayMenuMode", 1)
Local $exititem = TrayCreateItem("Exit")
TraySetState(5)

While 1
Local $msg = TrayGetMsg()
Select
     Case $msg = 0
         ContinueLoop
     Case $msg = $exititem
         ExitLoop
EndSelect
WEnd

Exit

http://www.autoitscript.com/forum/index.php

Attachments (5)

#2312 win8.1 jpm.png (5.4 KB ) - added by J-Paul Mesnage on Nov 29, 2013 at 11:54:50 PM.
tray.jpg (32.0 KB ) - added by anonymous on Nov 30, 2013 at 1:45:20 AM.
#2312 win8.1 jpm-1.png (74.7 KB ) - added by J-Paul Mesnage on Dec 1, 2013 at 12:10:51 PM.
Screenshot - jpm.png (120.4 KB ) - added by J-Paul Mesnage on Dec 1, 2013 at 1:09:04 PM.
Personalization.jpg (168.5 KB ) - added by anonymous on Dec 1, 2013 at 3:18:25 PM.

Download all attachments as: .zip

Change History (23)

comment:1 by trancexx, on Jan 29, 2013 at 12:36:11 PM

Is that for compiled script or not?

comment:2 by J-Paul Mesnage, 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 go2008to@…, 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 Jon, on Jul 21, 2013 at 11:31:57 PM

Resolution: Rejected
Status: newclosed

comment:5 by anonymous, on Nov 29, 2013 at 9:04:53 PM

I have the same problem under Windows 8.1 (and also Windows 8).

by J-Paul Mesnage, on Nov 29, 2013 at 11:54:50 PM

Attachment: #2312 win8.1 jpm.png added

comment:6 by J-Paul Mesnage, 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

by anonymous, on Nov 30, 2013 at 1:45:20 AM

Attachment: tray.jpg added

comment:7 by anonymous, 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 J-Paul Mesnage, on Dec 1, 2013 at 12:10:51 PM

Attachment: #2312 win8.1 jpm-1.png added

comment:8 by J-Paul Mesnage, on Dec 1, 2013 at 12:11:47 PM

I still have the good behavior see last attached file

comment:9 by anonymous, 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 J-Paul Mesnage, on Dec 1, 2013 at 1:09:04 PM

Attachment: Screenshot - jpm.png added

comment:10 by J-Paul Mesnage, on Dec 1, 2013 at 1:10:00 PM

attach your personalization setting as he one I just attach

by anonymous, on Dec 1, 2013 at 3:18:25 PM

Attachment: Personalization.jpg added

comment:11 by anonymous, on Dec 1, 2013 at 3:19:37 PM

I have attached it now.

comment:12 by J-Paul Mesnage, 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 anonymous, 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 J-Paul Mesnage, 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 anonymous, 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 anonymous, 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 J-Paul Mesnage, 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 anonymous, on Dec 5, 2013 at 6:11:06 PM

OK, let's hope DPI related issues will be sorted out soon.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.