Modify

Opened 12 years ago

Closed 8 years ago

#2806 closed Bug (Fixed)

GUICtrlCreateIcon an blank Icon

Reported by: Tweaky Owned by: J-Paul Mesnage
Milestone: 3.3.15.1 Component: AutoIt
Version: 3.3.12.0 Severity: None
Keywords: Cc:

Description

If you set a blank icon and wants to identify with GUIGetCursorInfo its ID, this is not working.
You have to instead of
GUICtrlCreateIcon("", 0, ...
GUICtrlCreateIcon(@SystemDir & "\shell32.dll", -50, ...
use

This should be noted in the remarks of the help file

Attachments (0)

Change History (3)

comment:1 by guinness, 12 years ago

Component: DocumentationAutoIt

comment:2 by Emiel Wieldraaijer, 12 years ago

Don't think it's a bug ore some because GUICtrlCreateIcon("", 0, ... does not add an icon but adds nothing as GUICtrlCreateIcon(@SystemDir & "\shell32.dll", -50, ... shows an emtpy icon same as <ALT><255>

Best regards,

Emiel

comment:3 by J-Paul Mesnage, 8 years ago

Milestone: 3.3.15.1
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [12002] in version: 3.3.15.1

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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