Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (298 - 300 of 3897)

Ticket Resolution Summary Owner Reporter
#3170 No Bug IniRead() functions returns ANSI chars instead of Unicode Chars Factfinder
Description

IniRead() function works good for ANSI strings but returns ANSI chars instead of Unicode Chars if the data string contains Unicode chars.

#3786 Wont Fix DirMove function returns success instead of failure Factfinder
Description
DirCreate("C:\test")
; DirMove returns 1 instead of 0 
; But the folder is not moved as it is protected.
MsgBox(0, '', DirMove("c:\system volume information", "c:\test", 1)) 
#1900 Rejected Improvements for StringRegExpGUI FichteFoll <fichtefoll2@…>
Description

Since I use that program a lot I noticed some bugs and ways to improve its work so I changed the tool a bit.

I will attach the file to this ticket, here you can see what I noted down

; Notes by FichteFoll ###########################
; -   Fixed: $h_Out showing 1 randomly; now shows nothing if nothing found
; -   Fixed: $s_lgth can be higher than 6 using StringLen and will not be 2 if array has 10 indexes (having 9 as last)
; -   Fixed: WaitMessage had fixed height and width, multiple lines or too long lines would not be shown. Now generates them dynamically
; - Changed: WaitMessage() or WaitMessage('') disables the SplashText (just as ToolTip); required _Max (Misc.au3)
; - Changed: Using global var $h_Wnd instead of window title for WinGetPos
; - Changed: Seperator character ($c_Sep) is 0x0B instead of "|" because patterns were splitted while writing into the combo control
; - Changed: Tries to evaluate helpfilepath using AutoIt's install dir (RegRead64 from "AutoUpdateIt.au3") if @AutoItExe failed
;            Also renamed $helppath to $autoitpath
; - Changed: Removed X and Y parameters for GUICreate because it's positioned in the middle of the screen by default
; -   Added: $h_Err will be colored red if @error <> 0
; ###############################################
Note: See TracQuery for help on using queries.