Timeline
Feb 25, 2011:
- 6:37 PM Ticket #1888 (User Profile) closed by
- No Bug: Useful report to post an anonymous question. Just PM me in the Forum. Jos
- 5:12 PM Ticket #1888 (User Profile) created by
- I'm trying to change my profile email address back to its original …
Feb 24, 2011:
- 9:43 PM Ticket #1843 (Round(), Doc, decimalplaces, return "type") updated by
- ... have (tried) looking at it a view times, but I can't come up with anything.
- 3:00 PM Ticket #1887 (Sort multiple or multi-dimensional arrays with multiple sort columns) updated by
-
Version changed
Automatic ticket cleanup. - 1:37 PM Ticket #1887 (Sort multiple or multi-dimensional arrays with multiple sort columns) created by
- Sort multiple or multi-dimensional arrays with multiple sort columns. …
Feb 23, 2011:
- 5:23 PM Ticket #1884 (Strings concatenation) updated by
- Fare enuff. But if your not sure about something being a bug. Forum is generally the better place to find out. (Or include it in the report. forum way preferred of course.)
- 4:00 PM Ticket #1884 (Strings concatenation) updated by
- I'm sorry, I didn't mean it as request for help. I just would to show, why I thought it was bug.
- 3:33 PM Ticket #1884 (Strings concatenation) updated by
- Replying to anonymous: > I have this "error" in one program. Compiled EXE ends sometimes with error, but script (AutoIt3.exe script.au3) works fine. I'm not sure where problem is, because compiled simple script works. ? This not the forum section! (Stay on target, or get ignored (by me at least).)
- 1:57 PM Ticket #1884 (Strings concatenation) updated by
- I have this "error" in one program. Compiled EXE ends sometimes with error, but script (AutoIt3.exe script.au3) works fine. I'm not sure where problem is, because compiled simple script works.
- 1:26 PM Ticket #1881 (_VersionCompare) updated by
- No. Nothing wrong with that. - Its stated that it will try to do a numerical compare. > This will try to use a numerical comparison but fall back on a lexicographical comparison. If you like it to behave differently recode your local copy. Or provide the function with (better matching) version strings that will be compared in numerical mode. (case closed for me. Ergo: not commenting on it anymore. (try forum for additional feedback/talking on this))
- 1:05 PM Ticket #1884 (Strings concatenation) updated by
- No bug I think. - Error is from au3check. Which is a tool to help you to NOT to write bad formatted code. - And AutoIt being smart enuff to figure out badly written code ... that can't be a bug either. :P Although interesting "behind the scene" feature though. (probably already noted on forum. but finding it ... ) […] […]
- 9:00 AM Tickets #1885,1886 batch updated by
-
Version changed
Automatic ticket cleanup. - 8:27 AM Ticket #1886 (64 or 128-bit numbers) created by
- I would like to see 128-bit numbers handled in AutoIt3. 128-bit …
- 8:24 AM Ticket #1881 (_VersionCompare) updated by
- If UBound($aVersion1) <> UBound($aVersion2) Then will lexicographical comparison without numerical comparison but this is WRONG.
- 8:07 AM Ticket #1885 (CreateGUID and CreateGUIDSequential missing, but $tagGUID there) created by
- I see you have _WinAPI_StringFromGUID() $tagGUID structure (but no …
- 6:16 AM Ticket #1884 (Strings concatenation) created by
- This code works despite error in expression […]
Feb 22, 2011:
- 8:26 AM Ticket #1881 (_VersionCompare) closed by
- No Bug
- 2:49 AM Ticket #1544 (Error in Help file - VarGetType) updated by
- Closed or not. The remark "IsInt can return different results as it tries to convert from a string or float." don't seems to have any relation to the VarGetType() function. That, and this. […] Running:(3.3.6.1):Environment(Language:0409 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X86 OS:X86)
- 12:40 AM Ticket #1881 (_VersionCompare) updated by
- Documented (well kinda) Function limitation. (No bug) - All these compares are done in lexicographical mode. - Ergo: 1.9xxx > 1.1xxx and/or 9xxx > 1xxx. >DOC >Remarks >This will try to use a numerical comparison but fall back on a lexicographical comparison. >See @extended for details about which type was performed.
Feb 21, 2011:
- 11:07 PM Ticket #1883 (IsHWnd(), Return Value. (Nitpick: Value = Bool)) created by
- >IsHWnd() >Return Value >Success: Returns 1 if the expression is …
- 10:20 PM Ticket #1882 (VarGetType(), Related, IsHwnd.) created by
- > Related > IsInt, IsFloat, IsString, IsBinary, IsArray, IsDllStruct, …
- 8:17 PM Ticket #1870 (@GUI_DRAGFILE) updated by
- […] […]
Feb 20, 2011:
- 3:30 PM Ticket #1762 (With ... EndWith crashes instead of Error.) closed by
- No Bug: As said in the other BUG report from you. Stop posting issues here before posting your issues in the forum to see whether it is a pilot error.
- 2:21 PM Ticket #1881 (_VersionCompare) created by
- == $Version1 = "1.9.1" $Version2 = "1.10" …
- 11:44 AM Ticket #1762 (With ... EndWith crashes instead of Error.) updated by
- Ticket can be closed - I used round brackets where I should have used [].
- 11:28 AM Ticket #1880 (Two unexplainable "error in expression") closed by
- No Bug: Use forum for support questions... NO BUG
- 11:18 AM Ticket #1880 (Two unexplainable "error in expression") created by
- Opt("WinTextMatchMode" , 1) ;1=complete, 2=quick …
Feb 16, 2011:
- 10:15 AM Ticket #1879 (StringCount()) updated by
- or (mixing StringReplace() and StingInStr() options) > StringCount ( "string", "searchstring" [, casesense [, start [, count]]] )
- 9:44 AM Ticket #1879 (StringCount()) created by
- > StringCount ( "string", "searchstring" [, casesense]] ) > return …
Feb 11, 2011:
- 5:32 PM Ticket #1878 (Hard crash on VirtualBox.GuestOSTypes) updated by
- Here is the code in python: […]
- 5:27 PM Ticket #1878 (Hard crash on VirtualBox.GuestOSTypes) created by
- VirtualBox provides a COM interface through VirtualBox.VirtualBox. …
Feb 10, 2011:
- 7:52 PM Ticket #1822 (_GUICtrlListView_GetCounterPage???) updated by
- In reading over this bug report, I'm wondering if there couldn't be a new function added to the LV UDF that uses the exact same function and just names it correctly? This way, there's no script breaking changes made. Also in the help file you could either put a disclaimer in that mentions that the misspelled function is a deprecated feature and have a reference to the new _GUICtrlListView_GetCountPerPage function, or just leave both functions in the help file and hope no one notices that they're the same function. Just a thought that should make everyone happy, and make it easier for people to find the function if they're looking for a function that does what it does.
Feb 9, 2011:
- 9:31 AM Ticket #971 (Func _GetIP() issues) updated by
- You've closed this bug but the "whatismyip.com" lookup will always fail for me too.
- 9:12 AM Ticket #1876 (Func _GetIP() should use InetRead and not InetGet) updated by
-
Version changed
Automatic ticket cleanup. - 1:03 AM Ticket #1877 (Func _GetIP() can't deal multiple lines outputs) created by
- Func _GetIP() assumes it downloads just one line and so fails with …
- 12:56 AM Ticket #1876 (Func _GetIP() should use InetRead and not InetGet) created by
- There's no reason to download and delete a file just to get a string.
Feb 8, 2011:
- 9:48 PM WikiRestructuredTextLinks edited by
- (diff)
- 9:48 PM WikiRestructuredText edited by
- (diff)
- 9:48 PM WikiProcessors edited by
- (diff)
- 9:48 PM WikiPageNames edited by
- (diff)
- 9:48 PM WikiNewPage edited by
- (diff)
- 9:48 PM WikiMacros created by
- 9:48 PM WikiHtml edited by
- (diff)
- 9:48 PM WikiFormatting edited by
- (diff)
- 9:48 PM WikiDeletePage edited by
- (diff)
- 9:48 PM TracWorkflow edited by
- (diff)
- 9:48 PM TracWiki edited by
- (diff)
- 9:48 PM TracUpgrade edited by
- (diff)
- 9:48 PM TracUnicode edited by
- (diff)
- 9:48 PM TracTimeline edited by
- (diff)
- 9:48 PM TracTicketsCustomFields edited by
- (diff)
- 9:48 PM TracTickets edited by
- (diff)
- 9:48 PM TracSyntaxColoring edited by
- (diff)
- 9:48 PM TracSupport edited by
- (diff)
- 9:48 PM TracStandalone edited by
- (diff)
- 9:48 PM TracSearch edited by
- (diff)
- 9:48 PM TracRss edited by
- (diff)
- 9:48 PM TracRoadmap edited by
- (diff)
- 9:48 PM TracRevisionLog edited by
- (diff)
- 9:48 PM TracRepositoryAdmin created by
- 9:48 PM TracReports edited by
- (diff)
- 9:48 PM TracQuery edited by
- (diff)
- 9:48 PM TracPlugins edited by
- (diff)
- 9:48 PM TracPermissions edited by
- (diff)
- 9:48 PM TracNotification edited by
- (diff)
- 9:48 PM TracNavigation created by
- 9:48 PM TracModWSGI created by
- 9:48 PM TracModPython edited by
- (diff)
- 9:48 PM TracLogging edited by
- (diff)
- 9:48 PM TracLinks edited by
- (diff)
- 9:48 PM TracInterfaceCustomization edited by
- (diff)
- 9:48 PM TracInstall edited by
- (diff)
- 9:48 PM TracIni edited by
- (diff)
- 9:48 PM TracImport edited by
- (diff)
- 9:48 PM TracGuide edited by
- (diff)
- 9:48 PM TracFineGrainedPermissions edited by
- (diff)
- 9:48 PM TracFastCgi edited by
- (diff)
- 9:48 PM TracEnvironment edited by
- (diff)
- 9:48 PM TracChangeset edited by
- (diff)
- 9:48 PM TracCgi edited by
- (diff)
- 9:48 PM TracBrowser edited by
- (diff)
- 9:48 PM TracBackup edited by
- (diff)
- 9:48 PM TracAdmin edited by
- (diff)
- 9:48 PM TracAccessibility edited by
- (diff)
- 9:48 PM TitleIndex edited by
- (diff)
- 9:48 PM RecentChanges edited by
- (diff)
- 9:48 PM PageTemplates edited by
- (diff)
- 9:48 PM InterWiki edited by
- (diff)
- 9:48 PM InterTrac edited by
- (diff)
- 9:48 PM CamelCase edited by
- (diff)
- 5:05 PM Ticket #1479 (ListView WM_NOTIFY Message on x64 Returning Wrong Results) updated by
- When executing _GUICtrlListView_SimpleSort example script on a 32 bit XP machine it works great, but on my 64 bit Win7 machine I get the following: >"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:\Program Files (x86)\AutoIt3\Examples\Helpfile\_GUICtrlListView_SimpleSort.au3" /autoit3dir "C:\Program Files (x86)\AutoIt3" /UserParams +>14:32:09 Starting AutoIt3Wrapper v.2.0.1.24 Environment(Language:0409 Keyboard:00000409 OS:WIN_7/ CPU:X64 OS:X64) >Running AU3Check (1.54.19.0) params:-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 from:C:\Program Files (x86)\AutoIt3 +>14:32:09 AU3Check ended.rc:0 >Running:(3.3.6.1):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe "C:\Program Files (x86)\AutoIt3\Examples\Helpfile\_GUICtrlListView_SimpleSort.au3" !=========================================================== +====================================================== -->Line(0061): $LVN_COLUMNCLICK --> hWndFrom: 0x00000000000A0D1C -->IDFrom: 3 -->Code: -108 -->Item: 0 -->SubItem: -1 -->NewState: 2 -->OldState: 0 -->Changed: 0 -->ActionX: 0 -->ActionY: 0 -->Param: 0 +====================================================== C:\Program Files (x86)\AutoIt3\Include\GuiListView.au3 (6769) : ==> Array variable subscript badly formatted.: $b_desc = $vDescending[$iCol] $b_desc = $vDescending[ ERROR ->14:32:11 AutoIT3.exe ended.rc:1 >Exit code: 1 Time: 3.246 Adding #AutoIt3Wrapper_UseX64=n fixes it. This looks to be the same issue as discussed in this thread (wrong structure size in x64), but I thought I'd submit it just in case. Thanks!
Feb 7, 2011:
- 1:22 AM Ticket #1875 (Clear Input buffers) created by
- Since you already have block input (for keyboard and mouse). I think …
Feb 6, 2011:
- 8:00 PM Ticket #1874 (Registry functions should return more meanginful values) updated by
-
Version changed
Automatic ticket cleanup. - 6:21 PM Ticket #1874 (Registry functions should return more meanginful values) created by
- Along with @error, @extended should tell the reason why the error …
- 12:00 AM Ticket #1873 (Return the thread ID of a child process from Run) updated by
-
Version changed
Automatic ticket cleanup.
Feb 5, 2011:
- 11:50 PM Ticket #1873 (Return the thread ID of a child process from Run) created by
- Hey, Would it be too obscure to ask for Run() to return somewhere the …
- 9:48 PM Ticket #1871 (RegRead error on Win64 using Win32 compile) updated by
- @solid_light Here is a good article on running x86 apps on x64 windows. http://msdn.microsoft.com/en-us/library/aa384249(v=vs.85).aspx
- 4:23 PM Ticket #1871 (RegRead error on Win64 using Win32 compile) updated by
- @ Jos & Admiral, Thanks for your input. I seriously thought it was a bug - even after I had read through the help files (it's a little unclear to the uninformed). I was unaware of how 64-bit Windows accessed the registry. Much appreciated!
- 6:30 AM Ticket #1871 (RegRead error on Win64 using Win32 compile) closed by
- No Bug
Feb 4, 2011:
- 8:03 AM Ticket #1871 (RegRead error on Win64 using Win32 compile) updated by
- this looks like just another case of "someone jumping into the x64 world without reading any freaking documentation". No bug. @solid_light Use the forum for help.
- 8:00 AM Ticket #1872 (Winactivate and Chrome) updated by
-
Version changed
Automatic ticket cleanup. - 7:50 AM Ticket #1872 (Winactivate and Chrome) created by
- I can't use Winactivate with the browser Chrome. It got the handle …
Feb 3, 2011:
- 5:31 PM Ticket #1871 (RegRead error on Win64 using Win32 compile) updated by
- You are aware that in 32bit mode the following path "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\" is used for key "HKEY_LOCAL_MACHINE\SOFTWARE\"? So does any 7-zip key exists there? Jos
- 2:58 PM Ticket #1871 (RegRead error on Win64 using Win32 compile) created by
- On a Win64 system (mine was Windows 7), run the following code: …
- 12:04 PM Ticket #1870 (@GUI_DRAGFILE) updated by
- >Bug Report Guidelines >You must provide a short test script that reproduces the problem. The script should be no more than the bare minimum code necessary to reproduce the problem. That would also take care of the 'seems' part.
Feb 2, 2011:
- 2:37 PM Ticket #1870 (@GUI_DRAGFILE) created by
- The @GUI_DRAGFILE seems to return an extra 2 bytes, assumably a @CRLF, …
- 5:39 AM Ticket #1868 (Au3Record does not work on a x64 machine.) closed by
- Duplicate: Replying to doscuba@…: > Au3Record does not work on a x64 machine. I do not have an option to run in x86 mode. Tells me the DLL load failed. Thisn is a duplicate of #1663. Still in the waiting correction queue. Sorry.
Jan 31, 2011:
- 6:44 PM Ticket #1868 (Au3Record does not work on a x64 machine.) updated by
- Which version of au3record are you running? (Program name) What is the OS you are running? Define "does not work"? Jos
- 6:00 AM Ticket #1869 (Specify UDP Source Port) updated by
-
Version changed
Automatic ticket cleanup. - 4:45 AM Ticket #1869 (Specify UDP Source Port) created by
- Discussion here is here, start reading at post 12: …
- 1:44 AM Ticket #1868 (Au3Record does not work on a x64 machine.) created by
- Au3Record does not work on a x64 machine. I do not have an option to …
- 1:38 AM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by
- as of 1/30/2011 the AU3Recorder does not work on a x64 machine.. PERIOD! Anyone who can prove otherwise I welcome your comments!
Jan 29, 2011:
- 3:12 PM Ticket #1867 (SciTE4AutoIt3 @OSVersion is WIN_VISTA, when actually WIN_7) closed by
- No Bug: Looks like you are using the x86 version when running from SciTE. Use forum for questions like this and don't assume a BUG. Jos
- 2:11 PM Ticket #1867 (SciTE4AutoIt3 @OSVersion is WIN_VISTA, when actually WIN_7) created by
- […] I'm using Windows 7 (x64), but when the code above is executed …
Jan 28, 2011:
- 4:35 PM Ticket #1865 (Unexpected shutdown after calling Shutdown(2)) closed by
- No Bug
- 6:03 AM Ticket #1866 (GUI $WS_EX_MDICHILD Top Alignment bug) created by
- […] Results in a window in the middle of the screen As does Main …
- 4:19 AM Ticket #1865 (Unexpected shutdown after calling Shutdown(2)) updated by
- Sorry to hear that. But feel free to ask for general support at the AutoIt forum. No bug.
- 3:08 AM Ticket #1865 (Unexpected shutdown after calling Shutdown(2)) created by
- I receive an unexpected shutdown error message when I log back into …
Note:
See TracTimeline
for information about the timeline view.
