Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (256 - 258 of 3931)

Ticket Resolution Summary Owner Reporter
#908 No Bug GUICtrlSetImage needs wrong icon index to show needed icon Pumbaa
Description

GUICtrlSetImage needs wrong icon index to show needed icon. In 3.2.X.X (don't remember exact version) I used such code

$About = GUICtrlCreateButton ("", 184, 5, 21, 21, $BS_ICON)
GUICtrlSetImage (-1, "shell32.dll", 172, 0)

But after installing 3.3.0.0 I've got wrong icon & found that now icon index became +110 - so:

#include <ButtonConstants.au3>

$About = GUICtrlCreateButton ("", 184, 5, 21, 21, $BS_ICON)
GUICtrlSetImage (-1, "shell32.dll", 282, 0)

After small exploration I've found that about first 50 icons are ok, but further indexes indent with growing delta (delta is not constantly 110).

#909 No Bug WinActivate / WinExists / WinTitleMatchMode Title Bug xelotiac@…
Description

Hello,

--1-- Open the AutoIt Help and execute this code line:

WinActivate("Auto")

It does'nt take effect even the WinTitleMatchMode is set on option 2, altough the title is "AutoIt Help". But

WinActivate("AutoIt Help")

works.

--2-- Open your Opera Browser. The title of it in German is "Schnellwahl - Opera", in English I THINK "Speed Dial - Opera"

But this

Opt("WinTitleMatchMode",1) ;without this line too, because its default
If WinExists("Opera") Then MsgBox("","","OK")

execute the Message Box, altough Opera is not at the beginn of the title.

My Setting: German AutoIt 3.3.0.0 + WinXP Pro SP3

#911 No Bug MouseClickDrag speed patameter changes results TObject
Description

MouseClickDrag has different results if I change speed parameter

http://www.paintfantasy.com/images/MouseClickDragBug.jpg

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.