Timeline



Jun 12, 2026:

7:33 PM Ticket #3682 (GuiCtrlCreatePic and the "set width and height to 0" feature) updated by pixelsearch
Note: if you want to avoid GDI+ in your code, then you can apply this 3 lines patch : […] Now no issue appears when you minimize the GUI or resize it : the pic is always correctly displayed with last AutoIt versions.
4:34 PM Ticket #4097 (GuiListView Extended Styles Documentation) closed by Jpm
Fixed: Fixed by revision [13417] in version: 3.3.19.0 Fixed #4097: GuiListView Extended Styles Documentation.
11:53 AM Ticket #3682 (GuiCtrlCreatePic and the "set width and height to 0" feature) updated by pixelsearch
Hello, I think we should reopen this bug. Though a pic is displayed with this code, when w=0 and h=0 ... […] ...what's the use of the fix, if the pic disappears as soon as the GUI is minimized / restored ? I mean everything worked perfectly fine with AutoIt 3.3.14.2, no matter the GUI styles you indicated at GUI creation (just re-tested) : you could indicate $WS_OVERLAPPEDWINDOW and the pic showed in the control (it won't show at all with AutoIt 3.3.18.0) You could maximize, resize, minimize, restore the GUI and the pic was still displayed correctly. Actually, as soon as you start to resize a GUI (or minimize) created with BitOR($GUI_SS_DEFAULT_GUI, $WS_SIZEBOX) then the pic disappears immediately etc... Could you please re-apply the same code found in AutoIt 3.3.14.2 so this issue will be correctly fixed ? Thanks ! PS: if it can't be fixed, then let's forget these w=0 and h=0 parameters, sticking to GDI+ to get the width & height of the image, as we always did these last years.
Note: See TracTimeline for information about the timeline view.