Custom Query
Results (31 - 33 of 3883)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1906 | Rejected | reparse point | xrewndel | |
Description |
Please add detecting reparse point file attribute in FileGetAttrib(). |
|||
#904 | No Bug | ShellExecuteWait Flag Bug | xelotiac@… | |
Description |
Flag Setting (e.g. SW_MAXIMIZE) has no effect. ShellExecute(@ProgramFilesDir & "\AutoIt3\AutoIt3.chm",Default, @SW_MAXIMIZE) ; File will be NOT maximized |
|||
#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")
--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 |