Timeline
Apr 15, 2010:
- 9:24 PM Ticket #1568 (_DateToDayOfWeekIso Success value wrong) created by
- The Success value for _DateToDayOfWeekIso is wrong in the …
- 5:17 PM Ticket #1567 (FileExists() returns false in error when x86-compiled script runs on ...) closed by
- No Bug: If you post on this issue tracker again you will be permanently blocked from this website. This is the second time you've flagrantly ignored the stated guidelines even after a not-so-gentle push to read the guidelines. This is the second time you've opened a bug report for something that is not a bug. Your code is broken because you don't understand WOW64. That means you need support. Use the forum or get blocked from the site. Your call.
- 5:12 PM Ticket #1567 (FileExists() returns false in error when x86-compiled script runs on ...) created by
- I have a 32-bit-compiled autoit script that is returning false in …
- 3:24 PM Ticket #1566 (Array as its own element issue) created by
- Code is: […] If array (old) is put as some element of its own …
- 2:58 PM Ticket #1565 (Arrays as object properties; memory leak) created by
- If arrays are used with objects as e.g. properties some sort of memory …
- 11:18 AM Ticket #1564 (Not able to get text using controlistview("","","","gettext",$index) ...) created by
- I m trying to retrive the item from syslistview opn 64 bit machine …
- 9:25 AM Ticket #1515 (FileOpen for Read fails on already opened file) closed by
- Fixed: Fixed by revision [5753] in version: 3.3.7.0
- 1:33 AM Ticket #1563 (FileExists() returns false in error when x86-compiled script runs on ...) closed by
- No Bug: What the fuck do I have to do to get you people to read the big giant box with guidelines. Straight from the guidelines and for the second time today: > If you are asking a question you do not have a bug to report, use the forum to ask questions.
Apr 14, 2010:
- 9:22 PM Ticket #1530 ({Abbrev-Expand} For1 , For0 doesn't working..) updated by
- try typing the abbreviations in lowercase only. Jos
- 7:49 PM Ticket #1563 (FileExists() returns false in error when x86-compiled script runs on ...) created by
- I have a 32-bit-compiled autoit script that is returning false in …
- 6:38 PM Ticket #1562 (multiple conditions fail) closed by
- No Bug: Taken straight from the guidelines you didn't read: > If you are asking a question you do not have a bug to report, use the forum to ask questions. The problem, as it were, exists between the keyboard and chair. Learn how the language works - via the forum if necessary - and don't waste time posting silly user-errors as bugs in the language.
- 10:00 AM Ticket #1562 (multiple conditions fail) updated by
-
Version changed
Automatic ticket cleanup. - 9:48 AM Ticket #1562 (multiple conditions fail) created by
- ;The problem can best be descriped by the following code: $feed = "3" …
- 9:41 AM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- For _SecurityOpenProcessToken(), "handle*" or as ProgAndy has it "ptr*" is correct, as MSDN lists it as 'PHANDLE' which is a pointer to a handle (to be written to). This won't be written to unless you provide that "*" at the end.
- 8:32 AM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- at least the _SecurityOpenProcessToken() is doing what the doc and the windows API does a ptr to an handle not the handle itself sor "ptr" is correct.
- 12:11 AM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- strike that - I misread ProgAndy's code/response. Sorry
- 12:08 AM Ticket #1560 (Errors in implementation of _Security_... functions) updated by
- Good catch ProgAndy. To add to the _Security problems though, the _SecurityGetTokenInformation() function will always return 0 (false) because the first call will always fail due to the buffer size equaling 0. To modify it to work correctly, check the return size as well: […] If this isn't done, the result is there's be a 'LastError' of "ERROR_INSUFFICIENT_BUFFER" (122)
Apr 13, 2010:
- 6:01 AM Ticket #1561 (failed to send pound sign {#}) updated by
- P.S Perhaps you should read the ticket guidelines before posting tickets.
- 5:46 AM Ticket #1561 (failed to send pound sign {#}) updated by
- I can't reproduce it. […]
- 4:25 AM Ticket #1561 (failed to send pound sign {#}) created by
- ControlSend($WINDOW, "", "", "{#}") It sends "3" instead of "#". On …
Apr 12, 2010:
- 7:35 PM Ticket #1558 (Automate HTML based GUI) closed by
- Rejected: If the HTML content is running in an Internet Explorer hosted frame then you can already do that with IE.au3.
- 3:46 PM Ticket #1560 (Errors in implementation of _Security_... functions) created by
- The functions _SecurityOpenProcessToken and …
- 12:02 PM Ticket #1559 (StringRegExpReplace - add Return Value in Helpfile) updated by
- Return Value for Success should be mentioned: […]
- 10:43 AM Ticket #1559 (StringRegExpReplace - add Return Value in Helpfile) created by
- There are no Return Value in HelpFile for StringRegExpReplace. This …
- 6:00 AM Ticket #1558 (Automate HTML based GUI) updated by
-
Version changed
Automatic ticket cleanup. - 4:43 AM Ticket #1558 (Automate HTML based GUI) created by
- AutoIT can control windows GUI, how about newer programs that uses …
Apr 11, 2010:
- 1:20 PM Ticket #1557 (Constants.au3 update) updated by
- Not sure those Virtual keys are fondamental and some other should not be added too if they are.
- 12:00 AM Ticket #1557 (Constants.au3 update) updated by
-
Version changed
Automatic ticket cleanup.
Apr 10, 2010:
- 10:08 PM Ticket #1557 (Constants.au3 update) created by
- Include the following virtual keys constants in Constants.au3 Global …
- 6:40 PM Ticket #1556 (AutoIt3Wrapper GUI -- Alt-C Keyboard Shortcut Problem - Quick Fix) created by
- In the AutoIT3Wrapper GUI utility, there are three buttons on the …
- 10:12 AM Ticket #1555 (Regwrite Reg_Dword does not write correct value) updated by
- When using 0xFFFFFFFF it writes the correct Hex Value
- 10:04 AM Ticket #1555 (Regwrite Reg_Dword does not write correct value) updated by
- If i use 2147483647 (which is the result of the above) instead of 4294967295 it return the correct value. So it looks like it only happens when using 4294967295 (FFFFFFFF)
Apr 9, 2010:
- 5:15 PM Ticket #1548 (Multiple listviews in one GUI behave strangely) updated by
- The main problem is you mix using standard builtin function as GUI... with the UDF onea which are not creating controlid for listitem. You must avoid such mix. Some works some does not. I am sure I cannot correct them all. In your case I can have a solution But I don't like to do it as Other case will fail as I say above. If you agree I close it as NO BUG
- 10:02 AM Ticket #1548 (Multiple listviews in one GUI behave strangely) updated by
- Hello, Some of the helpful guys on the forum showed me how to get the example working - but we're still unsure if this is a bug or not. You can see the conversation here... http://www.autoitscript.com/forum/index.php?showtopic=112358 Cheers,
Apr 8, 2010:
- 10:23 PM Ticket #1545 (RegRead 64bit) updated by
- I believe this is more a request then a bug
- 10:09 PM Ticket #1555 (Regwrite Reg_Dword does not write correct value) created by
- Hi All, The following code does not write hex ffffffff but hex …
- 9:07 AM Ticket #1553 (GUICtrlSetTip() not working on Combos) closed by
- No Bug: I suppose I can close it !!!
Apr 7, 2010:
- 11:45 PM Ticket #1553 (GUICtrlSetTip() not working on Combos) updated by
- The 2 controls at the same location was just a C&P screwup. I forgot to change the Y coordinate. And I should have remembered that hovering on the edit portion of the control will not display the tip. I call it a "No Bug".
- 6:22 PM Ticket #1554 (RegExp precompile handling) created by
- It is not a secret that the use of regular expressions is divided into …
- 5:15 PM Ticket #1553 (GUICtrlSetTip() not working on Combos) updated by
- Tooltip for combo works when you hover over the pulldown button of the combo element, just not when you hover over the (child)edit box of the combo. (Creating two gui elements on top of each other is also helping in not showing that tooltip. o.O )
- 1:23 PM Ticket #1516 (Get Full Returnstring from TCP-IP-STACK in AutoIt-Variable) updated by
- For better understanding - i need from Returnstring (Networksniffer i received also the message: ErrorMessage: 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 701, vece) the "data 701"
- 10:52 AM Ticket #1553 (GUICtrlSetTip() not working on Combos) created by
- I'm not thoroughly convinced this is an AutoIt bug, it may just be a …
- 12:25 AM Ticket #1552 (DriveSpaceFree reports free space of 0 for CD) created by
- DriveGetFileSystem correctly reported a fs of CDFS. However, …
Apr 5, 2010:
- 2:26 PM Ticket #1551 (Crash the script when changing array) updated by
- One more update... Here is the quickest example that reproduces this crash: […]
- 7:46 AM Ticket #1551 (Crash the script when changing array) updated by
- Confirmed, few tests on several autoit versions: […] AutoIt:(see above) (Os:WIN_XP/X86/Service Pack 3 Language:0419 Keyboard:00000409 Cpu:X64)
- 6:49 AM Ticket #1551 (Crash the script when changing array) created by
- AutoIt crashes the script instead indicate an error ("Subscript used …
Apr 4, 2010:
- 5:55 PM Ticket #1549 (Call to _SQLite_Escape causes exception abend in certain circumstances) closed by
- Fixed: Fixed by revision [5743] in version: 3.3.7.0
- 5:34 PM Ticket #1549 (Call to _SQLite_Escape causes exception abend in certain circumstances) updated by
- I assume you mean 3.3.0.0 and not 3.3.3.0. I need to do some archeology to found out when the regression occured. Anyway will be fixed next beta Thanks
Apr 3, 2010:
- 5:48 PM Ticket #1550 (inireadsection) closed by
- Rejected: I really can't fathom any reason this information is ever useful. You don't help your cause by writing a feature request but flagging it as a bug. Not going to happen.
- 5:40 PM Ticket #1549 (Call to _SQLite_Escape causes exception abend in certain circumstances) updated by
- (I left anonymous be mistake)
- 5:38 PM Ticket #1549 (Call to _SQLite_Escape causes exception abend in certain circumstances) updated by
- Thank you for reporting. I'll look at this more closely. In the meantime, you can use the following functions, that may someday replace _SQLite_Escape and _SQLite_Encode. […] X($str) is _SQLite_Escape($str) Y($bin) is _SQLite_Encode($bin) XX and YY are useful for subsequent parameters: they prepend a comma to output of X() and Y(). This makes the use very compact and readable: […] These short function names are mine, but if they ever make it in the SQLite UDF they will likely have less ambiguous names and include error checking…
- 4:53 PM Ticket #1550 (inireadsection) created by
- Hello Autoit-Developers Is it possible to add a @error number to …
Apr 2, 2010:
- 6:57 AM Ticket #1549 (Call to _SQLite_Escape causes exception abend in certain circumstances) created by
- I have a program which parses html pages and inserts the data into a …
Apr 1, 2010:
- 8:22 AM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by
- Replying to Emiel Wieldraaijer: > I believe the problem only occurs when the scripts are stored on a network drive I have the same issue but my script or compiled exe is not on a network drive.
- 8:21 AM Ticket #1548 (Multiple listviews in one GUI behave strangely) created by
- I'd posted this bug to the forum but didn't get a reply, so assuming …
Mar 31, 2010:
- 4:21 PM Ticket #1547 (Macro to determine if compiled with console switch) created by
- We can determine if a script is running compiled with the @compiled …
- 6:49 AM Ticket #1546 (Creating new excel book is not working.) created by
- I have include Excel.au3 header file in my code. I am trying to open …
Mar 29, 2010:
- 11:15 PM Ticket #655 (Suggestion: DllCall for pointers) updated by
- I'd like to lobby that this feature request be reconsidered. This would be useful functionality for calling functions from DLLs embedded and loaded to memory (MemoryDll UDF) or for object function pointers (as in the AutoItObject project). In the latter case, you can still manually do this without AIO by creating the object vtables, but you are still left with only function pointers and no native way to call them. There are workarounds for this, like in the MemoryDll UDF and AutoItObject, but none are very pretty. This should be trivial to implement unless I'm mistaken, just skip the LoadLibrary/GetProcAddress steps in the DllCall process. No?
- 8:30 PM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by
- That makes sense, after elevation the drive may not be visible.
- 8:09 PM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by
- I believe the problem only occurs when the scripts are stored on a network drive
- 6:55 PM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by
- Someday Aut2Exe will have the option to do that. However, #RequireAdmin behaves a bit differently than the manifest flag (#RequireAdmin will work on Windows XP, too, for example).
- 6:41 PM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by
- A suggestion I would add is that instead of invoking the script again in the context of an administrator, why not just modify the manifest to specify the script should run as admin. This could provide the "admin badge" UI object and also solve this problem.
- 3:22 PM Ticket #1545 (RegRead 64bit) created by
- While doing regread, it doesn't work in win7 x64 nor vista x64. When …
- 2:44 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) closed by
- Fixed: Fixed by revision [5740] in version: 3.3.7.0
- 2:38 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by
- Thanks again, In fact looking at your example I found out another error when the use script does not delete the GUI at the end.
- 2:34 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by
- Roger. >next time don't assume that we can write a repro script. Its a little bit more complicated in my case. But I'll try to keep it in mind.
- 1:15 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by
- Thanks you ;) I want to be for sure your script were using GUISetOnEvent. next time don't assume that we can write a repro script. I will check for possible regression in other case and fix this report
Mar 27, 2010:
- 11:25 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by
- […] (tested on original v3.3.6.0 debug.au3)
- 7:58 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by
- Just to confirm your contxt can you put a repro script failing without the propose modification? Thanks
- 7:46 PM Ticket #1535 (ControlSend changes case of text) closed by
- No Bug
- 7:46 PM Ticket #1538 (Random(1, 1, 1) = 0) closed by
- No Bug: This can be easily fixed by a line of code: […] The excuse that you might forget to write error-handling code is not a good one. I'm closing this as no bug. I'm not sure about my comments in #1251 because at that time AutoIt had some bugs in it that may or may not have influenced the output of Random().
- 7:36 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) updated by
-
Version, Type changed
- 7:35 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) closed by
- Rejected: What you ask for doesn't make sense to me. The instance is a contrivance of AutoIt used to uniquely identify multiple controls with the same class. Your proposed regular expression does not make sense because the class name is just "Sash" and the instance is appended by AutoIt. Even if AutoIt were to match run the regular expression against the composite name it would always match the first instance because the first instance would always match the pattern. The loop you show is the correct way to handle this situation.
- 7:28 PM Ticket #1540 (_FileReadToArray bug?) closed by
- No Bug: It has nothing to do with @LF. It has everything to do with all the lines except the first being prefixed with the NULL character. This is not a bug in _FileReadToArray(). You just have a binary file, not a text file.
- 7:23 PM Ticket #1543 (DirMove behaviour) updated by
- Good to see you can't see the big bright red box. Either submit a proper bug report or don't waste everyone's time.
- 6:31 PM Ticket #1544 (Error in Help file - VarGetType) closed by
- No Bug: The remark is correct. VarGetType() might return "String" but IsInt() might return True if the string is, for example, "32".
- 4:17 PM Ticket #1544 (Error in Help file - VarGetType) created by
- On the Help file page for VarGetType: "Remarks IsInt can …
- 3:52 PM Ticket #1543 (DirMove behaviour) created by
- I use the function "dirMove" to copy a directory called …
Mar 27, 2010:
- 5:57 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) updated by
- perhaps?, seems to work ok. […]
- 5:39 PM Ticket #1540 (_FileReadToArray bug?) updated by
- @bergedorf: PS: Use the forum for your question. (More readers, faster response) If it turns out to be a bug after all you can just update this ticket again.
- 5:25 PM Ticket #1542 (Debug.au3, Debug window mode, Ignores possible OnEventMode state.) created by
- Seems its missing a "Opt('GUIOnEventMode', 0)" prior to using …
- 10:56 AM Ticket #1540 (_FileReadToArray bug?) updated by
- Replying to jchd: > That file uses @LF as line termination. so its no bug of _FileReadToArray() ? but if it is not a bug, is there a method to read the whole file into an array?
Mar 26, 2010:
- 11:51 PM Ticket #1541 (_WinAPI_FillRect not x64 safe) created by
- This code from the _WinAPI_FillRect UDF is not properly created for …
- 10:09 PM Ticket #1540 (_FileReadToArray bug?) updated by
- That file uses @LF as line termination.
- 2:46 PM Ticket #1540 (_FileReadToArray bug?) created by
- _FileReadToArray reads only 2 lines of my textfile. […] i add my …
- 2:00 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) updated by
-
Version changed
Automatic ticket cleanup. - 1:27 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) updated by
- Oops, the first example is somehow was corrupted: […]
- 1:23 PM Ticket #1539 (Add RegExp in CLASSNN / INSTANCE for control names) created by
- Sometimes there is need to get handle from controls that might have …
- 2:04 AM Ticket #1538 (Random(1, 1, 1) = 0) updated by
- Also Min and Max can depend on external factors like user input or number of processes/windows/lines of text etc…
- 1:57 AM Ticket #1538 (Random(1, 1, 1) = 0) created by
- AutoIt 3.3.6.0 Windows 7 x64 En First ticket was closed with …
- 1:27 AM Ticket #1537 (Consolewrite_2 or cw pause) closed by
- Rejected: Turn off scrolling of SciTE's output pane.
- 1:03 AM Ticket #1537 (Consolewrite_2 or cw pause) created by
- Hire is an idea: Consolewrite is super, I love it. The problem is …
Mar 25, 2010:
- 9:06 PM Ticket #1536 (@errorcode produces a run-time error) closed by
- No Bug: Right. So what's the bug?
- 8:06 PM Ticket #1536 (@errorcode produces a run-time error) created by
- @errorcode produces a run-time error "Error: Unknown macro"
- 5:39 PM Ticket #1535 (ControlSend changes case of text) updated by
- This my topic is the most important according to this problem and its workarounds http://www.autoitscript.com/forum/index.php?showtopic=30171&view=findpost&p=215442
- 5:34 PM Ticket #1535 (ControlSend changes case of text) updated by
- This is a known problem with non-english keyboard layouts. There are some limitations and you can use ControlSetText() or change keyboard layout to English before ControlSend() as workaround. Look at these topics: http://www.autoitscript.com/forum/index.php?showtopic=30180&view=findpost&p=215501 http://www.autoitscript.com/forum/index.php?showtopic=32584&view=findpost&p=233517
- 7:45 AM Ticket #1534 (Multiple GUI windows management issue) closed by
- No Bug: Thanks MrCreatoR for the help. @darkprince.1979 next time before submitting a report use the Autoit Forum to get help and don't forget to mention the environment where the problem occured. use_DebugReportEnv() ;)
- 1:22 AM Ticket #1197 (IniReadSection Limitation) updated by
- It still needs to be proven to exist in the first place.
- 12:59 AM Ticket #1197 (IniReadSection Limitation) updated by
- will this limitation be removed?
Mar 24, 2010:
- 9:42 PM Ticket #1534 (Multiple GUI windows management issue) updated by
- So where is the bug? you simple don't know how to handle multiple GUIs, it is not mean that there is a bug. Iv'e attched a fix for your sample, it is how (in my opinion) such GUIs should be handeled.
- 12:23 PM Ticket #1535 (ControlSend changes case of text) created by
- I was using ControlSend() to set the text of an edit box and noticed …
- 9:35 AM Ticket #1534 (Multiple GUI windows management issue) created by
- The GUI system is perfectly fine when there is only one window. When …
- 9:23 AM Ticket #1533 (FileSaveDialog/FileOpenDialog return selected filter type) updated by
- Not sure if it helps, but here is a custom API function that can retrieve selected filter (among other extra options): […]
- 6:46 AM Ticket #1532 (ComboBox custom height not retained after window minimize) updated by
- It is certainly possible with _WinAPI...() functions to do the same as AutoIt do for builtin function. Using UDF in lower detail need a lot of knowledge.
Mar 23, 2010:
- 4:00 PM Ticket #1533 (FileSaveDialog/FileOpenDialog return selected filter type) updated by
-
Version changed
Automatic ticket cleanup. - 3:39 PM Ticket #1533 (FileSaveDialog/FileOpenDialog return selected filter type) created by
- As of now there is no way of telling what filter type was selected. I …
- 1:25 PM Ticket #1532 (ComboBox custom height not retained after window minimize) updated by
- In that case, _GUICtrlComboBox_SetItemHeight() has no useful purpose at all, as I can find no way to adjust the font size of a ComboBox created with _GUICtrlComboBox_Create(). If one wishes to have a ComboBox with less height than the default, you either: A) If created with GUICtrlCreateCombo(), suffer the box reverting to it's default size after a minimize/restore, -or- B) If using _GUICtrlComboBox_Create(), you are unable to set the font size small enough to fit in the "skinny" ComboBox.
Mar 22, 2010:
- 3:02 PM Ticket #1532 (ComboBox custom height not retained after window minimize) closed by
- No Bug: If you use _GUICtrlComboBox_SetItemHeight() function you must create the control with _GUICtrlComboBox_Create(). The resizing stuff of GUICtrlCreateCombo() is relevant only with GUICtrl...() functions. Don't mix GUI... Builtins with UDF. Perhaps one day the situation will change when Valik commit an update of the Builtins functions
- 1:36 PM Ticket #1532 (ComboBox custom height not retained after window minimize) created by
- As shown in the example script below, if a user adjusts the item …
- 12:04 AM Ticket #1513 (_GUIToolTip_AddTool() accepts only strings in $sText parameter) updated by
- Replying to Valik: > If a ticket is still open there's no point telling us the problem still exists. > I would never do that if a ticket is assigned (or confirmed). Otherwise it is possible that no one yet had time to investigate the problem and any additional information (as concerning new software release after the ticket creation) might be helpful - at least I thought so. (I know, it isn't a forum, so no reply is expected)
Mar 21, 2010:
- 8:20 PM Ticket #1513 (_GUIToolTip_AddTool() accepts only strings in $sText parameter) updated by
- If a ticket is still open there's no point telling us the problem still exists.
- 7:37 PM Ticket #1513 (_GUIToolTip_AddTool() accepts only strings in $sText parameter) updated by
- This bug persists through AutoIt ver. 3.3.6.0
- 11:04 AM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by
- Replying to Valik: > It is relevant. It narrows the range we have to search to find the change that caused the bug. Ofcourse, i meant it in other context, sorry.
Mar 20, 2010:
- 3:42 PM Ticket #1531 (Windows textcolor not honored by Inputbox, Edit-, List- and Combo-Control) created by
- If a different Window color scheme is used, white text on black …
- 2:40 AM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by
- It is relevant. It narrows the range we have to search to find the change that caused the bug.
- 1:31 AM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by
- Replying to doudou: > FYI: AutoIt 3.3.4.0 doesn't have this bug (at least not on WIN_XP/X86/Service Pack 3). I know, and all other versions (beta not tested), but thats is really not relevant, what is important is the stability of latest public version ;)
Mar 19, 2010:
- 11:28 PM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by
- FYI: AutoIt 3.3.4.0 doesn't have this bug (at least not on WIN_XP/X86/Service Pack 3).
- 7:58 PM Ticket #1530 ({Abbrev-Expand} For1 , For0 doesn't working..) created by
- For1 , For0 doesn't not working.. SciTE Version 1.79 WinXp . Thanks
- 7:46 PM Ticket #1529 (TrayItemSetText() sets incorrect text) updated by
- Same on WinXP SP2: […]
- 5:08 PM Ticket #1529 (TrayItemSetText() sets incorrect text) created by
- Hello. Windows 7 x64 En / XP SP 3 En AutoIt 3.3.6.0 …
Mar 18, 2010:
- 7:17 PM Ticket #1528 (GUICtrlCreateListView Example not work) updated by
- RUNNABLE examples. Snippets of code are useless.
- 3:48 PM Ticket #1528 (GUICtrlCreateListView Example not work) updated by
- GUICtrlGetState may not work with ListView. […]
- 3:34 PM Ticket #1528 (GUICtrlCreateListView Example not work) created by
- […] OS:WIN7 X64
- 3:02 PM Ticket #1523 (Au3Check support UNICODE and all Include file use unicode enc.) updated by
- can replace all of 0x97 char in UDF library (and help script file)? exp: \Include\GuiEdit.au3 line 862 --- in English ; _GUICtrlEdit_SetRECT set—it will be approximately correct, but it can be off by a few pixels. in Chinese ; _GUICtrlEdit_SetRECT set¡ªit will be approximately correct, but it can be off by a few pixels. ---
- 12:06 PM Ticket #1527 (@ScriptDir & "\Test1.xls") created by
- The example script for _ExcelBookSaveAs points to @ScriptDir & …
Mar 17, 2010:
- 4:00 PM Ticket #1526 (Display FileName into Aut2Exe Error) updated by
-
Version changed
Automatic ticket cleanup. - 3:03 PM Ticket #1526 (Display FileName into Aut2Exe Error) created by
- When i compile a script sometime my .exe is in use by another user. …
Mar 16, 2010:
- 10:07 AM Ticket #1525 (BitRotate example is misleading) created by
- From the help file examples for BitRotate: […]
Note:
See TracTimeline
for information about the timeline view.
