Modify

Opened 10 years ago

Closed 6 years ago

#2806 closed Bug (Fixed)

GUICtrlCreateIcon an blank Icon

Reported by: Tweaky Owned by: Jpm
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 Changed 10 years ago by guinness

  • Component changed from Documentation to AutoIt

comment:2 Changed 10 years ago by Emiel Wieldraaijer

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 Changed 6 years ago by Jpm

  • Milestone set to 3.3.15.1
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [12002] in version: 3.3.15.1

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.