Timeline
Sep 1, 2008:
- 5:25 PM Ticket #552 (ProcessExist/ProcessList optional username parameter) closed by
- No Bug: This is not a bug and the need is over-stated a bit. Closing as no bug.
- 4:00 PM Tickets #550,551 batch updated by
-
Version changed
Automatic ticket cleanup. - 3:41 PM Ticket #552 (ProcessExist/ProcessList optional username parameter) created by
- ProcessExist and ProcessList could provide an optional username …
- 2:37 PM Ticket #549 (ControlSend sometimes sends wrong text) updated by
- Note: It's also mentioned in Remarks in AutoIt helpfile at Send(), ControlSend()
- 2:19 PM Ticket #549 (ControlSend sometimes sends wrong text) updated by
- Here are related links: http://www.autoitscript.com/forum/index.php?showtopic=32584 http://www.autoitscript.com/forum/index.php?showtopic=30171&st=0&p=215442?entry215442
- 2:14 PM Ticket #551 (ControlClick with "new" buttons syntax error (au3check)) created by
- Hi, ControlClick($title,, 1, 'primary') ControlClick($title,, 1, …
- 2:14 PM Ticket #549 (ControlSend sometimes sends wrong text) updated by
- This is known bug/limitation related to some national keyboard layouts (like Czech in my case). You can find topics about that in old Bug forum section (not track) from me. Result was - it will not (can't) be fixed. You may use ControlSetText() as workaround or change keyboard layout to english then use Send()/ControlSend() and change layout back.
- 2:08 PM Ticket #550 (Run() - doc precision) created by
- From AutoIt changelog: […] But there is no information about this …
- 3:21 AM Ticket #549 (ControlSend sometimes sends wrong text) created by
- ControlSend sometimes sends wrong text. For example, I want to send …
Aug 31, 2008:
- 10:00 AM Ticket #548 (Array initializing syntax everywhere) updated by
-
Version changed
Automatic ticket cleanup. - 8:24 AM Ticket #548 (Array initializing syntax everywhere) created by
- It would be great if this syntax: [1,2,3] would work just like an …
- 4:36 AM Ticket #547 (WinGetHandle and WinGetTitle under Vista) closed by
- No Bug: The reason is the windows are running on a different desktop. This is expected and is not a bug.
- 4:30 AM Ticket #547 (WinGetHandle and WinGetTitle under Vista) created by
- Under Vista, the WinGetHandle function does not return the handle of a …
Aug 30, 2008:
- 8:21 PM Ticket #543 (Autoit does not automate high res mouse motion correctly.) closed by
- No Bug
- 9:44 AM Ticket #544 (Read from console with FileRead) updated by
- Thank you again, Valik. I have tested the _getch() function. I didn't know, that it's so easy to use the C-functions in AutoIt. Paul
- 6:27 AM Ticket #544 (Read from console with FileRead) updated by
- Thank you, Valik for this information. I will try the API-functions. Paul
Aug 29, 2008:
- 5:10 PM Ticket #544 (Read from console with FileRead) updated by
- You could probably use the C-Runtime function _getch() which is exported from msvcrt.dll. You could also try out some of the Windows API console-specific functions like ReadConsole() or ReadConsoleInput(). These would, of course, need to be used via DllCall().
- 1:22 PM Ticket #543 (Autoit does not automate high res mouse motion correctly.) updated by
- After disassembly of the application it looks like Autoit is doing the correct thing and Future Pinball is doing some bad signed/unsigned/zero boundry math on the mouse coords. I will work on getting it fixed.
- 8:59 AM Ticket #544 (Read from console with FileRead) updated by
- Hi Valik, thank you for your reply. Please give me an example. How can I read keystrokes from the console prompt with ConsoleRead?
- 6:53 AM Ticket #497 (GUICtrlSetFont() does not work in a listview control) closed by
- Works For Me
- 2:02 AM Ticket #485 (missing related links in helpfile) closed by
- Fixed: Fixed in version: 3.2.13.8
- 2:01 AM Ticket #545 (Add other possibility in FAQ, point 13. Howto: custom icon) closed by
- Rejected: SciTE4AutoIt3 and it's tools are not an official part of AutoIt. Adding documentation for how to do things which relies on tools not every user has installed is not a very good idea.
- 1:34 AM Ticket #511 (GUICtrlCreateTab - doc precision) closed by
- Rejected
- 1:31 AM Ticket #506 (_FileCountLines) closed by
- Fixed: Fixed in version: 3.2.13.8
Aug 28, 2008:
- 10:00 PM Ticket #546 (FileOpen() Shared/exclusive access) updated by
-
Version, Milestone changed
Automatic ticket cleanup. - 8:47 PM Ticket #546 (FileOpen() Shared/exclusive access) created by
- I would find it useful to add a new flag or flags to the FileOpen() …
- 6:10 PM Ticket #544 (Read from console with FileRead) closed by
- No Bug: This doesn't need documented. There is a native AutoIt function for doing the same thing so I don't feel that it is necessary for us to document alternate ways.
- 12:00 PM Ticket #545 (Add other possibility in FAQ, point 13. Howto: custom icon) updated by
-
Version changed
Automatic ticket cleanup. - 10:21 AM Ticket #545 (Add other possibility in FAQ, point 13. Howto: custom icon) created by
- In the helpfile under FAQ, point 13 there is written how to add a …
- 7:26 AM Ticket #544 (Read from console with FileRead) created by
- The description of this feature I missed in the AutoIt Help: …
- 6:51 AM Ticket #543 (Autoit does not automate high res mouse motion correctly.) updated by
- Please attached a repro script. Without using "Future Pinball" will be better, as we usely don't install extra software when debugging a report problem. Thanks
- 3:21 AM Ticket #543 (Autoit does not automate high res mouse motion correctly.) created by
- The program I am trying to automate appears to use the directx high …
Aug 27, 2008:
- 7:18 PM Ticket #542 (StringRegEx causing a hard crash) created by
- http://www.autoitscript.com/forum/index.php?showtopic=76269&view=findpo …
- 7:28 AM Ticket #541 (ControlCommand Helpfile typo) closed by
- Fixed: Fixed in version: 3.2.13.8
Aug 26, 2008:
- 5:05 PM Ticket #540 (ProcessExists() causes a large number of page faults) closed by
- No Bug: It goes up by approximately 105 per call for me. However, this doesn't appear abnormal. Process Explorer, which I used to watch the page fault count, goes up by over 250 page faults per update interval. It appears that using the Windows API functions we do to enumerate processes just generates a lot of page faults. It's nothing to be concerned about.
- 12:33 PM Ticket #541 (ControlCommand Helpfile typo) created by
- Hi, ControlCommand helpfile little typo. "HideDropDown", "" UNdrops …
- 9:31 AM Ticket #540 (ProcessExists() causes a large number of page faults) created by
- I know that page faults are not errors per se, but ProcessExists() is …
- 2:50 AM Ticket #539 (StringSplit w/ flag 2 doesn't return string if no delims) created by
- In StringSplit() with flag 2 (no return count in first element), if …
- 12:17 AM Ticket #538 (GUICtrlCreateGraphic - working on last GUI created) closed by
- No Bug: This is not a bug. ANY control you try to create will fail. Controls are created on the GUI that is set internally as the "current" GUI. Since you deleted the current GUI, creation fails. To control what GUI controls are created on, use GUISwitch().
Aug 25, 2008:
- 11:58 PM Ticket #538 (GUICtrlCreateGraphic - working on last GUI created) created by
- Hi, I'm not sure if this is an intended behaviour or a bug. …
- 10:14 PM Ticket #537 (Strange behaviour while using wrong GUI parameter) updated by
- Does it matter? It's bad input and bad things happen. I'm not interested in debugging why Windows behaves the way it does with garbage input like that.
- 8:51 PM Ticket #537 (Strange behaviour while using wrong GUI parameter) updated by
- Yes, but why does Windows hang after passing a handle as style?
- 6:50 PM Ticket #537 (Strange behaviour while using wrong GUI parameter) closed by
- No Bug: It's not strange. You're passing an HWND as the extended style. Since the HWND changes from run to run, you pass a different value every time. Since the extended style is just bitwise flags, you're passing a different combination each time. That's why the results are unpredictable.
- 5:33 PM Ticket #537 (Strange behaviour while using wrong GUI parameter) created by
- Hi, I tested this script and my Windows hung up after I clicked the …
- 12:00 PM Ticket #535 (don't pause the script when the tray menu is open or the gui title bar ...) updated by
-
Version changed
Automatic ticket cleanup. - 11:20 AM Ticket #536 (ControlGetFocus() prevents double-clicks) created by
- It seems that polling which control has the focus with …
- 11:15 AM Ticket #535 (don't pause the script when the tray menu is open or the gui title bar ...) created by
- Clicking on the script's tray menu or a GUI window title bar pauses …
Aug 24, 2008:
- 4:19 AM Ticket #534 (Binary() is ****ed up) closed by
- No Bug: It looks correct to me. It stores the int 256 in binary format which is 0x00000100 in hex. But here's the catch, it's stored in little-endian which is why you see it as 0x00010000. You can use this line to see how the bytes are stored little-endian: […] When you read it right to left, 2 characters at a time, it spells 0xDEADBEEF again showing how little-endian stores it. I also get 0x00010000 both times so I don't see any bugs at all.
- 4:00 AM Ticket #534 (Binary() is ****ed up) updated by
-
Severity changed
Automatic ticket cleanup. - 3:55 AM Ticket #534 (Binary() is ****ed up) created by
- heres some example code $nNum = 256 consolewrite(binary($nNum) & @lf) …
Aug 22, 2008:
- 9:57 PM Ticket #533 (_ArrayBinarySearch allows multi-dimension array when it shouldn't) closed by
- Fixed: Fixed in version: 3.2.13.8
- 4:44 PM Ticket #532 (Adding Icons to Tray Menu) closed by
- Rejected: This is outside the scope of what AutoIt should be doing.
- 3:55 PM Ticket #533 (_ArrayBinarySearch allows multi-dimension array when it shouldn't) created by
- It's my coding mistake that I tried to use it on a two dimensional …
- 2:00 PM Ticket #532 (Adding Icons to Tray Menu) updated by
-
Version, Milestone changed
Automatic ticket cleanup. - 12:05 PM Ticket #532 (Adding Icons to Tray Menu) created by
- Is there a possibility of having the ability to add icons to Tray …
- 12:32 AM Ticket #530 (HotKeySet ignores optional parameters) updated by
- Replying to Valik: > This is not a bug. Fair enough :o) I would like to request the documentation for the "HotKeySet" function be modified to better clarify this as it doesn't implicitly state optional parameters will also be treated as if undefined when the target function is called from "HotKeySet"
Aug 21, 2008:
- 5:28 PM Ticket #530 (HotKeySet ignores optional parameters) closed by
- No Bug: This is not a bug.
- 4:00 PM Ticket #531 (GuiCtrlSetGraphic documentation) created by
- This is not major. Just a couple of mistakes in the help file for the …
- 12:49 PM Ticket #530 (HotKeySet ignores optional parameters) created by
- After executing this function: […] The following Error was …
- 10:00 AM Tickets #528,529 batch updated by
-
Version, Milestone changed
Automatic ticket cleanup. - 8:50 AM Ticket #529 (Identifying .NET controls using WM_GETCONTROLNAME) created by
- Having read previous request and response for DataGrid on ticket #23, …
- 8:31 AM Ticket #528 (Native Control Identification and Property Retrieval using Active ...) updated by
- Title correction: should read "Accessibility" Code example correction: […]
- 8:29 AM Ticket #528 (Native Control Identification and Property Retrieval using Active ...) created by
- <disclaimer> I request this understanding that it may be outside of …
Aug 19, 2008:
- 9:36 PM Ticket #527 (Abend 0xC0000005 at 7C9109F9 in Aut2exe.exe (ntdll.dll)) updated by
- See this thread for more info on the code. The OP had a SPAM issue attaching it. : http://www.autoitscript.com/forum/index.php?s=&showtopic=78678&view=findpost&p=567899 I couldn't get it to crash with the given code. Jos
- 8:20 PM Ticket #527 (Abend 0xC0000005 at 7C9109F9 in Aut2exe.exe (ntdll.dll)) updated by
- There is no thing attached.
- 8:19 PM Ticket #526 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) closed by
- Duplicate: Appears to be a duplicate of #525
- 8:16 PM Ticket #525 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) closed by
- No Bug: You have to turn WOW64 redirection off. Windows is going to continue to redirect the system32 directory for a 32-bit process to the SYSWOW64 directory which contains the 32-bit files. That's why you get the "module not found" error - it's not looking where you think it is. Look at Using AutoIt -> Running under Windows 64-bit Edition in the documentation for more information about directory/registry redirection under 64-bit Windows and what you can do to turn it off. This is still not a bug in AutoIt.
- 8:06 PM Ticket #524 (MsgBox(): Text as first parameter) closed by
- Rejected
- 7:20 PM Ticket #527 (Abend 0xC0000005 at 7C9109F9 in Aut2exe.exe (ntdll.dll)) created by
- The attached (unfinished) code runs interpretively out of SciTe, but …
- 3:43 PM Ticket #526 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) created by
- The Run function returns error 0x8007007E when I run the attached …
- 3:41 PM Ticket #525 (0x8007007E error when compiled 32 bit. OK when compiled 64 bit. Reopened.) created by
- The Run function returns error 0x8007007E when I run the attached …
- 2:18 PM Ticket #524 (MsgBox(): Text as first parameter) updated by
- Discussion here http://www.autoitscript.com/forum/?showtopic=78649
- 2:00 PM Ticket #524 (MsgBox(): Text as first parameter) updated by
-
Version changed
Automatic ticket cleanup. - 12:12 PM Ticket #524 (MsgBox(): Text as first parameter) created by
- I suggest MsgBox function to have the text parameter to be the first. …
Aug 17, 2008:
- 3:43 PM Ticket #523 (Associative arrays...) closed by
- Rejected: The answer doesn't change no matter how many times this is asked for (also known as, search first, please).
- 2:00 PM Ticket #523 (Associative arrays...) updated by
-
Version, Milestone changed
Automatic ticket cleanup. - 1:52 PM Ticket #523 (Associative arrays...) created by
- Please, implant associative arrays it would make scripting for me much …
Aug 16, 2008:
- 11:35 PM Ticket #511 (GUICtrlCreateTab - doc precision) updated by
- The AutoIt native function never reference UDF standard function. so it must me documented in the UDF standard part. Gary has to take care of it if he accepts the improvement for UDF.
- 10:56 PM Ticket #497 (GUICtrlSetFont() does not work in a listview control) updated by
- adding GUICtrlSetFont to the GuiCtrlCreateListView example works for me […]
- 10:56 PM Ticket #522 (TrayMenu Select Option - Works on button down, not button up) updated by
- Err, that should have been "generically useful".
- 10:55 PM Ticket #522 (TrayMenu Select Option - Works on button down, not button up) closed by
- Rejected: This is a very specific request and not generally useful.
- 6:00 PM Ticket #522 (TrayMenu Select Option - Works on button down, not button up) updated by
-
Version changed
Automatic ticket cleanup. - 5:00 PM Ticket #522 (TrayMenu Select Option - Works on button down, not button up) created by
- Hi, I wonder if you would consider putting in an option for TrayMenu …
- 9:00 AM Ticket #521 (Forum Upload Issue) updated by
- Do you have any saved private messages? I believe that counts towards your total. I think forum issues are preferred to be reported in a thread on the forums (in the Chat forum, probably, or General Help and Support) but I could be wrong…
- 5:05 AM Ticket #497 (GUICtrlSetFont() does not work in a listview control) updated by
- I wouldn't expect it to work on an listview item. see: http://www.autoitscript.com/forum/index.php?s=&showtopic=65556&view=findpost&p=487606
- 4:37 AM Ticket #517 (WinAPI UDF - bad error checking after DllCall()) closed by
- Fixed: Fixed in version: 3.2.13.8
- 3:55 AM Ticket #520 (WMI SwbemRefresher Object used in a loop has memory leak) updated by
- Stripped down versions: ---- This produces the memory leak: […] ---- Putting the creation of the refresher outside the loop and only refreshing it inside the loop fixes the memory leak: […] Hope that helps. :-)
Aug 15, 2008:
- 11:54 PM Ticket #521 (Forum Upload Issue) created by
- I'm not sure if this is the right place to report forum issues. …
- 10:57 PM Ticket #519 (Wrong parameters in help file for GUICtrlSetDefBkColor) closed by
- Fixed: Fixed in version: 3.2.13.8
- 10:40 PM Ticket #520 (WMI SwbemRefresher Object used in a loop has memory leak) updated by
- Got a smaller example? I honestly don't want to hunt for a memory leak in that much code.
- 10:29 PM Ticket #520 (WMI SwbemRefresher Object used in a loop has memory leak) created by
- Ref: Example Scripts, _ProcessListProperties() function …
Aug 14, 2008:
- 11:25 PM Ticket #518 (IniRead() optionally create default entry if not exists) closed by
- Rejected: You're asking for a function that reads to have the ability to write? Think about that for a second. Anyway, this doesn't sound all that useful for the masses. In general, it shouldn't make any difference whether the key exists or not. You obviously realize how trivial it is to wrap the desired functionality in a UDF so I suggest just using that for your own needs.
- 10:02 PM Ticket #519 (Wrong parameters in help file for GUICtrlSetDefBkColor) created by
- GUICtrlSetDefBkColor mistakingly uses the same parameters table as …
- 10:00 PM Ticket #518 (IniRead() optionally create default entry if not exists) updated by
-
Version changed
Automatic ticket cleanup. - 9:50 PM Ticket #518 (IniRead() optionally create default entry if not exists) created by
- For scripts that use INI files, the option to create default INI …
- 11:16 AM Ticket #516 (_ChooseFont 64bit Vista) updated by
- try replacing $tagCHOOSEFONT in StructureConstants.au3 with: […] This works on 32bit not sure about 64bit.
- 11:14 AM Ticket #500 (_ChooseColor 64bit problems) updated by
- see ticket #516 for _ChooseFont
- 10:53 AM Ticket #517 (WinAPI UDF - bad error checking after DllCall()) created by
- This line is missing in many functions after DllCall: […] …
Aug 13, 2008:
- 11:30 PM Ticket #500 (_ChooseColor 64bit problems) closed by
- Fixed: Fixed in version: 3.2.13.8
- 9:28 PM Ticket #516 (_ChooseFont 64bit Vista) created by
- _ChooseFont does not work. The function return a value as if the user …
- 9:27 PM Ticket #500 (_ChooseColor 64bit problems) updated by
-
Keywords changed
- 9:26 PM Ticket #500 (_ChooseColor 64bit problems) updated by
-
Owner, Component, Description, Summary changed
A separate ticket needs to be made up for listviews, as it is I'm splitting up the color and font issue - 4:23 PM Ticket #515 (Scite4AutoIt3 - add zoom-in zoom-out) closed by
- Rejected: As far as I know, Notepad++ is built using the Scintilla control, not based on SciTE. But either way I'll save Jos the trouble of replying, the SciTE we distribute is as close as possible to the official version distributed by Neil Hodgson. We'd like to keep it that way which is why we defer features requests/bug reports to the SciTE/Scintilla community.
- 4:19 PM Ticket #514 (StdoutRead seems broken on latest public & beta) closed by
- No Bug: Replying to anonymous: > Could at least mention in help file that now need a processwaitclose before doing the read... But that is only true if you actually want to wait until the process closes. Honestly? Your code as written before was flawed. You should have always been relying on ProcessWaitClose() anyway. There was no guarantee your old way would actually return all the text you wanted.
- 4:00 PM Ticket #515 (Scite4AutoIt3 - add zoom-in zoom-out) updated by
-
Version changed
Automatic ticket cleanup. - 3:29 PM Ticket #515 (Scite4AutoIt3 - add zoom-in zoom-out) created by
- This is in NotePad++ (opensource) based on the same Scite sources and …
- 12:11 PM Ticket #514 (StdoutRead seems broken on latest public & beta) updated by
- Sorry to be a pain, but was not understanding fully the implications of non blocking behaviour. Since it no longer waits for application to respond, if you do the stdoutread next, you get nothing back because the launched app or command has not had the chance to return its result. I can see the use in this, but surely most uses want to have blocking so that when you do the stdoutread you get the returned output without having to create code to wait for it every time. Could at least mention in help file that now need a processwaitclose before doing the read... Not meaning to bitch.... very cool app overall!
- 11:39 AM Ticket #514 (StdoutRead seems broken on latest public & beta) updated by
- OK, Having played with this a while longer I realize what the actual change now is. Need to read data from it in a loop with the first item always being blank. Good to have the loop to retrieve all the data, but what is the point in the first item being blank? It saves a lot of silly code for whn just want a single digit or word returned.…
- 11:23 AM Ticket #500 (_ChooseColor 64bit problems) updated by
- Ok, that works with 64bit. I suppose that the solution to _ChooseFont is very similar. I'm still having some troubles with listviews. Should I post a more detailed description of those? Like I said above, it doesn't matter much for me…
- 10:51 AM Ticket #514 (StdoutRead seems broken on latest public & beta) created by
- Updated to the latest Public (3.2.12.1) today so as to gain support …
- 10:41 AM Ticket #500 (_ChooseColor 64bit problems) updated by
- in the structures.au3 replace $tagChooseColor with the following […] This still works in 32bit environment, not sure of 64bit.
- 3:15 AM Ticket #500 (_ChooseColor 64bit problems) updated by
- ok the points to an error in the structure size.
Aug 12, 2008:
- 10:11 PM Ticket #500 (_ChooseColor 64bit problems) updated by
- With that change, $iDialogError[0] is set to 1 (so it shows the msgbox you added). I added an _ArrayDisplay and that's the only value in the whole array.
- 10:06 AM Ticket #500 (_ChooseColor 64bit problems) updated by
- made a noob mistake in the above code. should be: […]
- 1:33 AM Ticket #513 (Request: checked row highlight style for Listview controls) closed by
- Rejected: There's already too much custom behavior as is. If we added all the useful custom behaviors we'd have everything bloated so big it'd be ridiculous.
Aug 11, 2008:
- 11:19 PM Ticket #500 (_ChooseColor 64bit problems) updated by
- Sorry, I forgot to reread the last part I wrote. It shows up as completely blank.
- 11:16 PM Ticket #500 (_ChooseColor 64bit problems) updated by
- Replying to Gary: > I didn't change the function other than adding an dialog error check after the dll call. > > Are you saying the function now works? Oh sorry, I didn't realize I had only tested it with the normal AutoIt, not 64bit. It still does not work with 64bit. The function returns -1, and the @error code is set to -3. I think you added the part with the $iDialogError, but that does not get assigned to anything. I put a ConsoleWrite right after it and it showed up as || (I put the | around the value to see if was completely blank).
- 10:00 PM Ticket #513 (Request: checked row highlight style for Listview controls) updated by
-
Version, Milestone changed
Automatic ticket cleanup. - 8:08 PM Ticket #513 (Request: checked row highlight style for Listview controls) created by
- I'd love to see the code below included as an easily usable extended …
- 10:09 AM Ticket #500 (_ChooseColor 64bit problems) updated by
- I didn't change the function other than adding an dialog error check after the dll call. Are you saying the function now works?
- 7:51 AM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) updated by
- Replying to gcriaco <gcriaco@gmail.com>: > The function returns the background color, but the statusbar color doesn't change. > > Example: > > ; Set background color > msgbox(0,"Test", _GUICtrlStatusBar_SetBkColor ($hStatus, $CLR_RED)) You're right as alweays. Many thanks Peppe
- 12:21 AM Ticket #500 (_ChooseColor 64bit problems) updated by
- Replying to Gary: > Everything looks fine as far as I can tell, might be a structure problem for 64bit. > > Try the following change to the function and see if it gives any information: > code I tried that and it works good. I've encountered some other problems with listviews, should I post those too? I don't really need these fixed since I'm fine with just using 32bit compiling…
Aug 10, 2008:
- 1:06 PM Ticket #504 ("au3check" doesn't handle special characters properly) closed by
- Fixed: Fixed in version: 3.2.13.8
- 11:09 AM Ticket #489 (Add _GDIPlus_ImageSaveAddImage & _GDIPlus_ImageSaveAdd to GDIPlus.au3) closed by
- Rejected
- 11:08 AM Ticket #494 (Add more resource functions to WinAPI.au3) closed by
- Rejected
- 11:07 AM Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) closed by
- Rejected
- 4:11 AM Ticket #494 (Add more resource functions to WinAPI.au3) updated by
- This request can be closed or moved to rejected as it's not submitted correctly.
- 4:10 AM Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) updated by
- This request can be closed or moved to rejected as it's not submitted correctly.
- 4:09 AM Ticket #489 (Add _GDIPlus_ImageSaveAddImage & _GDIPlus_ImageSaveAdd to GDIPlus.au3) updated by
- This request can be closed and or moved to rejected as it's not submitted correctly.
- 3:51 AM Ticket #512 (Runas problem with new version.) closed by
- No Bug: Well, if the caller is a non-administrator account and the Flash Player installer requires administrator rights, then the error is correct because you use RunWait() to call the installer. At any rate, I don't see anything wrong, I know RunAs[Wait]() works with that simple code (when written correctly), so I'm closing this as no bug.
Aug 9, 2008:
- 10:56 PM Ticket #512 (Runas problem with new version.) created by
- Hello I write a program when coulndt run correctly I have tried with …
- 10:00 PM Ticket #511 (GUICtrlCreateTab - doc precision) updated by
-
Version changed
Automatic ticket cleanup. - 9:44 PM Ticket #511 (GUICtrlCreateTab - doc precision) created by
- Please add folowing: When you create control on the Tab by UDF …
- 3:20 AM Ticket #510 (_GUICtrlListView_ClickItem: If columns inside listview exceed visible ...) closed by
- Fixed: Fixed in version: 3.2.13.8
- 2:00 AM Ticket #510 (_GUICtrlListView_ClickItem: If columns inside listview exceed visible ...) updated by
-
Severity, Milestone changed
Automatic ticket cleanup. - 12:51 AM Ticket #510 (_GUICtrlListView_ClickItem: If columns inside listview exceed visible ...) created by
- In the function _GUICtrlListView_ClickItem, if the columns inside the …
Aug 8, 2008:
- 10:00 PM Ticket #508 (Static variables) updated by
- Like I say, it's more work for the programmer - but an absolutely pragmatic approach. I'll start using this type of naming convention in AutoIt. Thanks folks, Bruce
- 9:46 PM Ticket #500 (_ChooseColor 64bit problems) updated by
- Everything looks fine as far as I can tell, might be a structure problem for 64bit. Try the following change to the function and see if it gives any information: […]
- 9:08 PM Ticket #500 (_ChooseColor 64bit problems) updated by
- Replying to Gary: > I don't have Vista let alone 64bit, maybe another dev can test. > > Did you compile your script with the 64 bit compile? When I installed AutoIt I set it to the options where it would "use 64bit features where possible." So when you right click a script you can either just "Compile Script" or "Compile Script (x86)". I tried "Compile Script" and both _ChooseFont and _ChooseColor failed. They work normally if I compile it with the x86.
- 9:03 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) closed by
- Fixed: Fixed in version: 3.2.13.8
- 8:13 PM Ticket #508 (Static variables) updated by
- Valik your correct, I was thinking one thing and posted along another thought line. An example of what Valik is stating can be found in UDFGlobalID.au3 ( $_UDF_GlobalIDs_Used) where I named it so it shouldn't be reused anywhere. The above variable is an array but you should get the drift of the idea.
- 8:00 PM Tickets #485,508,509 batch updated by
-
Version changed
Automatic ticket cleanup. - 7:50 PM Ticket #508 (Static variables) updated by
- Err, that should have been two $[underscore][underscore]g. Apparently I accidentally triggered the wiki's underline thing.
- 7:45 PM Ticket #508 (Static variables) closed by
- Rejected: Gary, the value needs to be mutable. For example, a counter for the number of times a function is called could be implemented as a static variable (or global, obviously). cbruce, much like many other things that some other languages offer as "features", you can do this yourself. It just requires you to develop your own rigid naming system to prevent collisions. For example, a name in the form "$g_vStatic_MyVar" will help reduce collisions. Adding the function name in can help disambiguate names further at the cost of increased length in the name. Closing as rejected.
- 7:38 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) updated by
- Replying to Gary: I apologize for my original sloppiness - here is a more accurate description: I am on Central Daylight Time (CDT) and here's my run of the original example: ; with _Date_Time_EncodeFileTime() ; Local file time .: 08/08/2008 07:53:11 Followed by my run of my submitted example: ; with _Date_Time_GetSystemTime() and _Date_Time_SystemTimeToFileTime() ; Local file time .: 08/08/2008 12:54:03 My example gave the correct local time, and the original example was 5 hours behind. This is to be expected, since the original example is providing _Date_Time_EncodeFileTime() with the current LOCAL time and my example is using _Date_Time_GetSystemTime(), which is providing _Date_Time_FileTimeToLocalFileTime() with UTC time. Original example from help file: […] My corrected version of the example: […] Again, thank you for your effort, Bruce
- 7:23 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) reopened by
- 7:04 PM Ticket #507 (Problem with GuiToolTip UDF functions using only TTM_*W message constants.) updated by
- Replying to Valik: > I don't know what to say about this. Windows is supposed to marshal the data for you. The only thing I can think of is that the apps are incorrectly using RegisterWindowW() to register their window class when in fact they are ANSI applications. When an app does that, Windows does not do the usual conversion from UNICODE to ANSI for the window (since it incorrectly flagged itself as UNICODE when it's not). > > I do not have the test application to confirm my guess, is it part of SciTE4AutoIt3? Hi Valik. Yes AutoItMacroGenerator02.exe is included with SciTE4AutoIt3. The application I first noticed this behavior in was ESRI ArcMap
- 7:02 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) updated by
- Replying to Gary: > They both return the same if you run both the old example and add your code in. Hello Gary - You don't happen to live in Greenwich do you? (Since local and UTC would be the same there, you wouldn't see a difference.) Here's my run of the original example: ; with _Date_Time_EncodeFileTime() ; Local file time .: 08/08/2008 07:53:11 Followed by my run of my submitted example: ; with _Date_Time_GetSystemTime() and _Date_Time_SystemTimeToFileTime() ; Local file time .: 08/08/2008 12:54:03 And the second one was the correct local time. Thank you, Bruce
- 6:50 PM Ticket #509 (UDP Receive String) created by
- UDPRecv For backwards compatibility to 3.2 want to have a new …
- 6:42 PM Ticket #485 (missing related links in helpfile) updated by
-
Owner, Status changed
- 6:41 PM Ticket #485 (missing related links in helpfile) updated by
-
Type changed
- 6:40 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) closed by
- Rejected: They both return the same if you run both the old example and add your code in.
- 6:35 PM Ticket #500 (_ChooseColor 64bit problems) updated by
- I don't have Vista let alone 64bit, maybe another dev can test. Did you compile your script with the 64 bit compile?
- 6:31 PM Ticket #508 (Static variables) updated by
- look at "Global Const"
- 6:31 PM Ticket #495 (_GUICtrlTreeView_GetTree returns only 1 parent) closed by
- Fixed: Fixed in version: 3.2.13.8
- 6:18 PM Ticket #508 (Static variables) created by
- AutoIt is a wonderful product folks - thank you so much... It would …
- 5:20 PM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) updated by
- Either turn off themes on system or in the script for example: […]
- 4:00 PM Ticket #507 (Problem with GuiToolTip UDF functions using only TTM_*W message constants.) updated by
-
Version changed
Automatic ticket cleanup. - 3:53 PM Ticket #507 (Problem with GuiToolTip UDF functions using only TTM_*W message constants.) updated by
- I don't know what to say about this. Windows is supposed to marshal the data for you. The only thing I can think of is that the apps are incorrectly using RegisterWindowW() to register their window class when in fact they are ANSI applications. When an app does that, Windows does not do the usual conversion from UNICODE to ANSI for the window (since it incorrectly flagged itself as UNICODE when it's not). I do not have the test application to confirm my guess, is it part of SciTE4AutoIt3?
- 2:31 PM Ticket #507 (Problem with GuiToolTip UDF functions using only TTM_*W message constants.) created by
- Win XP Pro Sp2 AutoIt 3.2.13.7 Last known working version AutoIt …
- 1:10 PM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) updated by
- Replying to gcriaco <gcriaco@gmail.com>: > The function returns the background color, but the statusbar color doesn't change. > > Example: > > ; Set background color > msgbox(0,"Test", _GUICtrlStatusBar_SetBkColor ($hStatus, $CLR_RED)) Here's the complete code: #include <GuiConstantsEx.au3> #include <GuiStatusBar.au3> #include <WinAPI.au3> #include <Constants.au3> Opt('MustDeclareVars', 1) $Debug_SB = False ; Check ClassName being passed to functions, set to True and use a handle to another control to see it work _Main() Func _Main() Local $hGUI, $hStatus Local $aParts[3] = [75, 150, -1] ; Create GUI $hGUI = GUICreate("(Example 1) StatusBar Set BkColor", 400, 300) $hStatus = _GUICtrlStatusBar_Create ($hGUI) GUISetState() ; Set parts _GUICtrlStatusBar_SetParts ($hStatus, $aParts) _GUICtrlStatusBar_SetText ($hStatus, "Part 1") _GUICtrlStatusBar_SetText ($hStatus, "Part 2", 1) ; Set background color msgbox(0,"Test", _GUICtrlStatusBar_SetBkColor ($hStatus, $CLR_RED)) ; Loop until user exits Do Until GUIGetMsg() = $GUI_EVENT_CLOSE GUIDelete() EndFunc ;==>_Main The same thing happens on both beta (latest) and prod autoit version. My p.c. is a WinXP SP3 machine the attachement shows my gui.
- 12:57 PM Ticket #506 (_FileCountLines) created by
- Same problem as I mentioned before with _FileReadToArray. The function …
- 10:08 AM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) closed by
- Works For Me
- 10:00 AM Tickets #504,505 batch updated by
-
Milestone changed
Automatic ticket cleanup. - 9:31 AM Ticket #504 ("au3check" doesn't handle special characters properly) updated by
-
Status changed
- 9:30 AM Ticket #504 ("au3check" doesn't handle special characters properly) updated by
-
Status, Component, Milestone changed
I will look into this false warning when a path contains a single quote. - 8:09 AM Ticket #505 (_GUICtrlStatusBar_SetBkColor doesn't work) created by
- The function returns the background color, but the statusbar color …
- 8:03 AM Ticket #504 ("au3check" doesn't handle special characters properly) created by
- When storing an include file, in a folder wich contains special …
Aug 7, 2008:
- 8:58 PM Ticket #503 (_Date_Time_FileTimeToLocalFileTime() - Helpfile example is incorrect) created by
- The helpfile example uses _Date_Time_EncodeFileTime() to create an …
- 7:57 PM Ticket #502 (Autoit adds 0.09999999997 instead of 0.01) closed by
- No Bug: This is not a bug. Floating-point numbers are not precise so repeatedly adding a floating point number leads to these sorts of problems. You can find plenty of literature on the internet about it.
- 7:55 PM Ticket #502 (Autoit adds 0.09999999997 instead of 0.01) updated by
- I'm rbhkamal... not anonymous
- 7:54 PM Ticket #502 (Autoit adds 0.09999999997 instead of 0.01) created by
- After adding 0.01 to $c few times, $c will be incremented by 0.999999 …
- 4:58 PM Ticket #92 (DllStructGetData() truncation) closed by
- Fixed: Fixed in version: 3.2.13.8
- 4:26 PM Ticket #501 (ProcessGetStats) closed by
- Fixed: Fixed in version: 3.2.13.8
- 3:17 PM Ticket #501 (ProcessGetStats) updated by
- Replying to Jos: > You need to specify it like this when using a PID: > $display = ProcessGetStats(288) > > Jos it was a mistake... to "" many :) Doesn´t work either! Thanks 4 the help!
- 2:54 PM Ticket #501 (ProcessGetStats) updated by
- You need to specify it like this when using a PID: $display = ProcessGetStats(288) Jos
- 2:00 PM Ticket #501 (ProcessGetStats) updated by
-
Severity changed
Automatic ticket cleanup. - 12:05 PM Ticket #501 (ProcessGetStats) created by
- ProcessGetStats does not work for SYSTEM's username PID's. This also …
- 6:00 AM Ticket #500 (_ChooseColor 64bit problems) updated by
-
Severity changed
Automatic ticket cleanup. - 5:22 AM Ticket #500 (_ChooseColor 64bit problems) created by
- I just got a 64bit version of Vista and encountered several problems. …
Aug 6, 2008:
- 8:40 PM Ticket #499 (Missing quotes from WinWaitActive causes crash) closed by
- Wont Fix: The current beta's do not crash (although they give a somewhat obscure error). I'm going to close this as wont fix since the behavior of the beta is not a hard-crash but rather an error message.
- 8:38 PM Ticket #499 (Missing quotes from WinWaitActive causes crash) updated by
-
Description changed
- 7:55 PM Ticket #499 (Missing quotes from WinWaitActive causes crash) created by
- Also, WinActivate. Run from SciTe using the F5 key The following …
- 11:43 AM Milestone 3.2.13.7 completed
- 12:34 AM Ticket #498 (Make AutoIt 3.2.12.2 release with UDF fixes) updated by
- Replying to Valik: > This would require one of us (Jon, most likely) to install Visual Studio 2005 (We've all migrated to 2008). Updating the version number requires recompiling. > > The 3.2.12.x branch is pretty much dead. I didn't think of "Updating the version number requires recompiling." That's pity. So only patches for UDFs can be done.
Aug 5, 2008:
- 10:12 PM Ticket #498 (Make AutoIt 3.2.12.2 release with UDF fixes) closed by
- Rejected: This would require one of us (Jon, most likely) to install Visual Studio 2005 (We've all migrated to 2008). Updating the version number requires recompiling. The 3.2.12.x branch is pretty much dead.
- 10:00 PM Ticket #498 (Make AutoIt 3.2.12.2 release with UDF fixes) updated by
-
Version changed
Automatic ticket cleanup. - 9:21 PM Ticket #498 (Make AutoIt 3.2.12.2 release with UDF fixes) created by
- There are some serious UDF bugs which could be fixed also in 3.2.12.1 …
- 8:38 PM Ticket #497 (GUICtrlSetFont() does not work in a listview control) created by
- Example: GUICtrlSetFont($LV_AR[$i], 8.5, 800) ;Bold
- 5:33 PM Ticket #496 (obsolete @Unicode macro still in helpfile) closed by
- Duplicate: Duplicate #493
- 2:52 PM Ticket #496 (obsolete @Unicode macro still in helpfile) created by
- 3.2.12.0 (XXth, YYY 200x) (Next Release) - Changed: @Unicode renamed …
- 2:00 PM Ticket #495 (_GUICtrlTreeView_GetTree returns only 1 parent) updated by
-
Severity, Milestone changed
Automatic ticket cleanup. - 12:23 PM Ticket #495 (_GUICtrlTreeView_GetTree returns only 1 parent) updated by
- Forgot to change name …
- 12:22 PM Ticket #495 (_GUICtrlTreeView_GetTree returns only 1 parent) created by
- _GUICtrlTreeView_GetTree sould return the whole treeview-structure for …
- 6:17 AM Ticket #494 (Add more resource functions to WinAPI.au3) created by
- _WinAPI_FindResource _WinAPI_FindResourceEx _WinAPI_SizeOfResource …
Aug 3, 2008:
- 6:21 PM Ticket #493 (GuiCtrlCreateDate Help example needs updating) closed by
- Fixed: Fixed in version: 3.2.13.7
- 6:14 PM Ticket #491 (AU3Check and spaces in if statement) closed by
- Wont Fix: I tried to fix this and was successful, however, the fix introduced a lot more problems so I've reverted it. I can't see any way to fix this issue due to the way Au3Check is written. Since the issue is trivial, I'm going to close it as won't fix.
- 6:12 PM Ticket #491 (AU3Check and spaces in if statement) reopened by
- 5:27 PM Ticket #491 (AU3Check and spaces in if statement) closed by
- Fixed: Fixed in version: 3.2.13.7
- 4:30 PM Ticket #277 (@ProcessorArch) closed by
- Completed: Added in version: 3.2.13.7
- 12:11 AM Ticket #493 (GuiCtrlCreateDate Help example needs updating) created by
- Hi, GuiCtrlCreateDate help example needs updating The example …
Aug 2, 2008:
- 11:48 PM Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) updated by
-
Type changed
- 11:44 PM Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) updated by
- Sorry this ticket was meant to be in Requests.
- 11:37 PM Ticket #492 (Add to GDIPlus Image functions for retrieving frames from multi-frame ...) created by
- _GDIPlus_ImageGetFrameDimensionCount …
- 10:21 PM Ticket #487 (Associative arrays) updated by
- :| it wasn't a question :| it was a request :|
- 8:46 PM Ticket #491 (AU3Check and spaces in if statement) created by
- Very minor bug, but still a bug. AU3Check doesn't recognize this as …
- 8:39 PM Ticket #468 (Milliseconds Macro) closed by
- Completed: Added in version: 3.2.13.7
- 6:59 PM Ticket #233 (Inetget + "automatically detect proxy settings" = HUGE RAM usage) closed by
- Works For Me: Alright, I just tested this. I'm fairly sure I have everything working. I used a Linux virtual machine to host the wpad.dat file. When I put a bogus proxy address in the wpad.dat, IE fails to load anything. I grabbed the IP of a proxy server off the internet and stuck that in and IE works. I tested the script you posted in both cases - with a working proxy and without. I saw nothing abnormal. Memory usage stayed constant as did processor usage. When I was using a valid proxy address, the file was downloaded. When I had an invalid address, nothing was downloaded. It all seemed really normal. So, I'm closing this as works for me.
- 2:00 AM Ticket #490 (Ability to have GUICtrlCreate... accept hide, show, enable and disable ...) updated by
-
Version changed
Automatic ticket cleanup. - 1:15 AM Ticket #490 (Ability to have GUICtrlCreate... accept hide, show, enable and disable ...) closed by
- Rejected: To create a control disabled, use the WS_DISABLED style at creation time. Otherwise, the control is created enabled. AutoIt forces the control to be visible so there's no way to create a control that is initially not visible. However, you can just change the state before you show the GUI so I don't see much point in any of this.
- 12:32 AM Ticket #490 (Ability to have GUICtrlCreate... accept hide, show, enable and disable ...) created by
- Example: GUICtrlCreateButton("", 10, 10, 60, 25, $GUI_HIDE) …
Note:
See TracTimeline
for information about the timeline view.
