Timeline
Jul 17, 2010:
- 5:00 PM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- >I want to do function which will to adapt sizes for ListView and to resize GUI Window (_WinUpdate) depending on sizes of ListView. You can do that without using «GuiCtrlSetResizing». If you just show me an example (fully working) where you have difficulties with that, perhaps i will be able to show you a working solution, i have worked a lot with resizing controls/windows stuff.
- 4:32 PM Ticket #1714 (controlID is not evaluated completely) updated by
- Well, there are some applications using the same id numbers for different controls. They differ in control type and/or text, for instance. So, it would be a great benefit to have ALL determined properties evaluated.
- 7:07 AM Ticket #1719 (Expose the internal function that creates the $CmdLine array?) updated by
-
Owner, Status changed
Jul 16, 2010:
- 10:11 PM Ticket #1718 (Autoit v3.3.6.1 can be decompiled) updated by
- hahahahah.. you are lucky Jos replied .. because Valik would have shot you ..
- 9:32 PM Ticket #1704 (Need UDFs in AutoItx.) updated by
- How should that work?
- 9:29 PM Ticket #1718 (Autoit v3.3.6.1 can be decompiled) closed by
- Rejected: This is not the forum where questions are asked. Also use search before posting there since this subject has been covered many times.
- 6:16 PM Ticket #1719 (Expose the internal function that creates the $CmdLine array?) created by
- I have several scripts that use Run extensively, and look for …
- 8:58 AM Ticket #1718 (Autoit v3.3.6.1 can be decompiled) created by
- i want some tricks to protect my autoit exe files i will not say the …
Jul 15, 2010:
- 9:54 PM Ticket #1715 (Calculation for Easter to be added to Date.au3) updated by
- I had some reservations about making this request. Thanks for looking into it all the same.
- 8:52 PM Ticket #1716 (HotKeySet("^{F11}", "stamp")) closed by
- No Bug: What does the environment matter? It's an obvious bug in the user's code and not in AutoIt.
- 7:15 PM Ticket #1715 (Calculation for Easter to be added to Date.au3) closed by
- Rejected: Absolutely not. What general purpose does this function have to the AutoIt community at large? Why not functions to calculate other religious holidays with similar semantics? There are so many logical reasons why this should be a no.
- 6:57 PM Ticket #1715 (Calculation for Easter to be added to Date.au3) updated by
- I prefer the more general conversion with the ethos 1 to 3 from Oudin http://www.gmarts.org/index.php?go=415#EasterOudin I did the AutoIt adaptation and I will commit it, if you agree […]
- 6:50 PM Ticket #1717 (32Bit Compiled exe with a Ping does not work on a 64 Bit Windows 7) closed by
- No Bug
- 6:24 PM Ticket #1717 (32Bit Compiled exe with a Ping does not work on a 64 Bit Windows 7) updated by
- Sorry, testet again, now works for Difference between testing situation, using now W7 64 bit directly at PC. Testing before was via RDP-Protocol within the Remote Desktop Manager. I will go on investigating this.
- 3:54 PM Ticket #1716 (HotKeySet("^{F11}", "stamp")) updated by
- I don't know under which Windows Environment you are running. You can display it with […] I don't have any problem with AutoIt:3.3.6.1 (Os:WIN_7/X86 Language:040C Keyboard:0000040C Cpu:X64)
- 3:08 PM Ticket #1717 (32Bit Compiled exe with a Ping does not work on a 64 Bit Windows 7) created by
- If you use the Ping(..) function in a 32bit compiled script on an …
- 11:21 AM Ticket #1716 (HotKeySet("^{F11}", "stamp")) created by
- Hello, HotKeySet("+{F11}", "stamp") HotKeySet("{F11}", "stamp2") …
Jul 14, 2010:
- 10:20 AM Ticket #1715 (Calculation for Easter to be added to Date.au3) created by
- It was suggested to me that the following UDF would make a nice …
- 7:42 AM Ticket #1714 (controlID is not evaluated completely) updated by
- In fact when ID:xx is defined if the xx match then the searching is successful whatever other properties that may have been defined. Perhaps Doc should be more clear on this behavior. I Leave other Dev the final answer on this.
- 7:40 AM Ticket #1714 (controlID is not evaluated completely) updated by
-
Owner, Status changed
Jul 13, 2010:
- 12:50 PM Ticket #1714 (controlID is not evaluated completely) created by
- When determining a control by class, id and text the text is not …
- 10:32 AM Ticket #1705 (Control Resizing before WinMove) closed by
- No Bug
- 10:24 AM Ticket #1705 (Control Resizing before WinMove) updated by
- Replying to hunt: > Hm, with GuiCtrlSetPos the bug disappears. > This is a bug or not? in fact some situation works with ControlMove or WinMove but GUICtrlSetPos is supposed to handle correctly move for GUI controls. No Bug for me
- 7:59 AM Ticket #1713 (Ctrl-Paste method for Send/ControlSend) updated by
-
Owner, Status changed
- 7:55 AM Ticket #1712 (_FileWriteFromArray() crash.) closed by
- Fixed: Fixed by revision [5914] in version: 3.3.7.0
Jul 12, 2010:
- 6:28 PM Ticket #1712 (_FileWriteFromArray() crash.) updated by
- Am in too big a rush... The function name in the example was left at _FileWriteFromArray2, which I used for testing. This would be the appropriate prod version: […]
- 6:22 PM Ticket #1712 (_FileWriteFromArray() crash.) updated by
- Poop! The Local definition I stuck in to get rid of the compile warning is incorrect. Needs to be "$sTemp" not "$s_Temp" (or globally replace $sTemp to $s_Temp)
- 6:09 PM Ticket #1712 (_FileWriteFromArray() crash.) updated by
- This adds the @error = 4 message to prohibit the function from crashing, and allows for either 1-dimension or 2-dimension arrays. […]
- 5:53 PM Ticket #1713 (Ctrl-Paste method for Send/ControlSend) created by
- It seems like some people, many of whom are overseas, are having …
- 5:26 PM Ticket #1712 (_FileWriteFromArray() crash.) created by
- If FileWriteFromArray() is passed other than a 1-dimension array, it …
- 8:07 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- MrCreatoR I want to do function which will to adapt sizes for ListView and to resize GUI Window (_WinUpdate) depending on sizes of ListView. I think that on above example the problem is well visible. If not to use GuiCtrlSetResizing ($controlID, $GUI_DOCKALL) the sizes of an element will be curves after a call of function WinMove since there is other mode. Also after using _WinUpdate it is necessary to establish a previous resizing mode for a control so user can to resize GUI and sizes of control will not changed. mvg It is certainly better to use GuiCtrlGetResizing since it will approach for all cases. But for mine a case has decided that it is better to use such request.
Jul 11, 2010:
- 5:22 PM Ticket #1711 (TrayTip Help Error) closed by
- Fixed: Fixed by revision [5911] in version: 3.3.7.0
- 12:00 PM Ticket #1710 (GuiCtrlSetPos) updated by
-
Milestone changed
Automatic ticket cleanup. - 10:58 AM Ticket #1711 (TrayTip Help Error) created by
- In the TrayTip documentation help file it says at the top (2000/XP …
- 10:50 AM Ticket #1710 (GuiCtrlSetPos) closed by
- Fixed: Thanks it already has been update with ticket #1596
- 8:46 AM Ticket #1707 (_SoundPlay fails with Windows Media files in Vista/Win7) closed by
- Fixed: Fixed by revision [5907] in version: 3.3.7.0
- 8:44 AM Ticket #1707 (_SoundPlay fails with Windows Media files in Vista/Win7) updated by
- I will just add a the slight modification for the FileGetShortName() removal. It will not solve all issue when acessing .wav with space in it. At least under Win7/FR it is not solve as the file is not really accessible with FileExists() Certainly related on how Windows map Theme files. For the Adlib please open a "Feature request" ticket. Thanks
- 8:37 AM Ticket #1708 (Error in Simple Notepad Automation Tutorial) closed by
- Fixed: Fixed by revision [5906] in version: 3.3.7.0
- 2:07 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- Returning the previous resizing setting of the control for GUICtrlSetResizing() makes no sense. + Would break scripts that are relying on its current return output, success/fail. + Having GUICtrlSetResizing() differ in its return output compared to the other functions in its class is also a bad thing. The real question, in my view, should be: GUICtrlGetResizing() function request ... The why question remains open. (already targeted by mscreator.)
- 1:52 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- I still can not understand the purpose of this. What should _WinUpdate do, i mean what for you are using this function? Can you show a complete example that will show a problem (where you need the old resizing mode to solve it)?
Jul 10, 2010:
- 4:42 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- This example shows the problem: […] Would be great if this function will looks like: […]
Jul 9, 2010:
- 11:08 PM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- What for you need it? If you set resizing mode globaly then use Opt("GUIResizeMode", mode), and set it back when you done (it will return the old option), but if you set it for specific control, why you need to change it later?
- 7:12 PM Ticket #1656 (Object not being released properly) updated by
- The problem here is that the call to ObjEvent() must be assigned to a variable that doesn't go out of scope. Once ObjEvent() becomes unassigned, the events are no longer received. This modified example works fine for me. […]
- 4:00 PM Tickets #1709,1710 batch updated by
-
Version changed
Automatic ticket cleanup. - 3:41 PM Ticket #1710 (GuiCtrlSetPos) created by
- Absent information about using the value "Default" in parameters of …
- 3:31 PM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) created by
- This is possible? I want to use GuiCtrlSetResizing with WinMove in my …
- 9:02 AM Ticket #1708 (Error in Simple Notepad Automation Tutorial) updated by
- I assume you are running Vista or Windows7, something change in Windows. It was working in XP !!!
- 7:41 AM Ticket #1708 (Error in Simple Notepad Automation Tutorial) updated by
- To be for sure can you tell me under which environment your are running Windows version,service pack,Oslang. all info are display under scite editor or just add […] Thanks
- 1:20 AM Ticket #1708 (Error in Simple Notepad Automation Tutorial) created by
- In the Tutorial, the AutoIt v3 window Info shows a different Visible …
Jul 8, 2010:
- 9:14 AM Ticket #1706 (GuiCtrlGetPos) updated by
-
Owner, Status changed
Jul 7, 2010:
- 7:23 PM Ticket #1535 (ControlSend changes case of text) updated by
- I have had the same issue come up, and I am on an English (United States) keyboard. It has come up when submitting numbers to a website but there is a bit of Javascript going on when those textboxes are populated so I won't include that. However, this other program is about as basic as it gets (wIntegrate), and there is still an issue with case-inversion from time to time. It may be tied to the fact that both of these ControlSends are sending data from arrays, I don't know. Anyhoo, here's the offending code: ((( ControlSend("", "", "[CLASS:Afx:10000000:b:00010011:00000000:00000000; INSTANCE:1]", "PARTS IN ACCESSORY SOURCES ON DLT STATUS") ))) This will occasionally show up as "PARTS IN ACCESSORY SOURCES ON dLT STATUS" or similar. NOT often, mind you, but often enough to be an issue as this program does not promote interaction and trying to catch things like this can be very difficult. Not isolated: http://www.autoitscript.com/forum/index.php?showtopic=111347&st=0&gopid=814773& It seems like everyone who has the problem is having it intermittently so I'm not sure how much anyone can really do...Appreciate all your time and effort, gentlemen!
- 5:29 PM Ticket #1707 (_SoundPlay fails with Windows Media files in Vista/Win7) updated by
- AdmiralAlkex, My apologies if I misrepresented your proposed solution. Let us see what the Devs decide - I would be more than happy if we could work together on refining the UDF if they go for your solution.
- 3:58 PM Ticket #1707 (_SoundPlay fails with Windows Media files in Vista/Win7) updated by
- I wouldn't call it a permanent Adlib, as it is enabled only when necessary and disables itself when all sounds is _SoundClosed'ed. I would be willing to improve the proof-of-concept to UDF standards if anyone is interested in seeing this. Only real question is what size the Array should be (or make it grow/shrink dynamically, I have no problems with either) and what would be a fitting time for the Adlib. Rebuilding it with a dynamic Array would make the Adlib-time mostly irrelevant (could be seconds or hours) so dynamic is probably the wisest. I also have some ideas to reduce the impact on the rest of the script (in the proof-of-concept the whole array is walked through, so it could be running up to 100 SoundClose() every second, which shouldn't really be necessary at all).
- 11:02 AM Ticket #1707 (_SoundPlay fails with Windows Media files in Vista/Win7) created by
- A recent thread …
- 10:19 AM Ticket #1706 (GuiCtrlGetPos) updated by
- I found how to get this values: […] but I do not think many people will be able to guess this
- 10:00 AM Ticket #1706 (GuiCtrlGetPos) updated by
-
Version changed
Automatic ticket cleanup. - 9:26 AM Ticket #1706 (GuiCtrlGetPos) created by
- Can you to add this function ( GuiCtrlGetPos(controlID) ) that will be …
- 7:22 AM Ticket #1705 (Control Resizing before WinMove) updated by
- Hm, with GuiCtrlSetPos the bug disappears. This is a bug or not?
- 5:52 AM Ticket #1705 (Control Resizing before WinMove) updated by
- Hm, I also used _WinAPI_MoveWindow instead WinMove and ControlMove and no Effect! I do not know what to do in this situation. How do to avoid this bug?
- 5:35 AM Ticket #1705 (Control Resizing before WinMove) created by
- I saw like a ticket, but there is not clear what exactly fixed. In …
Jul 2, 2010:
- 5:56 PM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- I cannot simulate it as it is working fine for me on my Win7 x64 Home. Maybe you can do some more debugging on your system?
- 4:14 PM Ticket #1703 (I have a problem when using "filecopy" with extension. "vbe") updated by
- Forgot to mention X64
- 10:36 AM Ticket #1703 (I have a problem when using "filecopy" with extension. "vbe") updated by
- Tested it on Windows 7 Ultimate with 3.3.6.1 and no problem at all .. maybe your virusscanning software is causing the problem..
- 10:00 AM Ticket #1704 (Need UDFs in AutoItx.) updated by
-
Version changed
Automatic ticket cleanup. - 8:05 AM Ticket #1704 (Need UDFs in AutoItx.) created by
- It will be very useful if the user defined functions are added to AutoItX.
- 5:05 AM Ticket #1703 (I have a problem when using "filecopy" with extension. "vbe") created by
- I have a problem, i can´t copy files with extension "vbe.". In version …
Jul 1, 2010:
- 10:20 PM Ticket #1702 (Example code does not match description for DllStructCreate) updated by
- ubyte has been replace by BYTE
- 10:18 PM Ticket #1702 (Example code does not match description for DllStructCreate) closed by
- Fixed: Fixed by revision [5902] in version: 3.3.7.0
- 2:31 PM Ticket #1702 (Example code does not match description for DllStructCreate) created by
- In documentation for DllStructCreate the example code uses type …
- 2:00 PM Ticket #1700 (Synchronous ObjEvent) updated by
-
Owner, Status changed
- 1:59 PM Ticket #1701 (Bug in date control) updated by
- If you want to see only month and year you cannot start with a day of a month greater than 28. The GUICtrlSendMsg(-1, 0x1032, 0, "MM.yyyy") is modify the display if possible The day = 31 seems to remain. I am sure it is AutoIt reponsability on what is done by Window. Perhaps you can Microsoft on the subject.
- 1:07 PM Ticket #1701 (Bug in date control) created by
- When i need following code: […] then i can not view any Months …
- 2:31 AM Ticket #1700 (Synchronous ObjEvent) created by
- With reference to IE Events in particular, synchronous events would …
Jun 30, 2010:
- 4:36 PM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) updated by
- Replying to Valik: > There is no reason for you to create ANSI controls. AutoIt and Windows are both native UNICODE so using ANSI is just needlessly incurring performance penalties as UNICODE is translated to ANSI. If you insist on using ANSI then you are on your own. No problem. I just saw that the ANSI interface is there and partially implemented by checking whether to allocate "char" or "wchar" buffer. I'm just than fine using UNICODE :)
- 7:16 AM Ticket #1698 (GUICtrlSetLimit, limit 32767) closed by
- Fixed: Fixed by revision [5899] in version: 3.3.7.0
- 6:38 AM Ticket #1699 (Send() in raw is not working in Windows 7 for the game) updated by
-
Owner, Status changed
- 6:12 AM Ticket #1699 (Send() in raw is not working in Windows 7 for the game) created by
- Hi, I use AutoIt3 to send commands to the game Teos(Shaiya) …
Jun 29, 2010:
- 9:42 PM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) closed by
- No Bug: There is no reason for you to create ANSI controls. AutoIt and Windows are both native UNICODE so using ANSI is just needlessly incurring performance penalties as UNICODE is translated to ANSI. If you insist on using ANSI then you are on your own.
- 7:38 AM Ticket #1698 (GUICtrlSetLimit, limit 32767) created by
- http://www.autoitscript.com/forum/index.php?showtopic=20647&st=0&p=1427 …
- 4:55 AM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- any news on this problem ?
Jun 28, 2010:
- 11:35 PM Ticket #1697 (SQLight CSV functions) closed by
- Rejected: please goto to forum. SQLight is not deliver with AutoIt
- 8:00 PM Ticket #1697 (SQLight CSV functions) updated by
-
Version changed
Automatic ticket cleanup. - 7:55 PM Ticket #1697 (SQLight CSV functions) created by
- Please add 2 functions to SQLight …
- 6:12 AM Ticket #1629 (Ability to destroy embedded IE objects to rehash browser settings) updated by
-
Owner, Status changed
- 6:12 AM Ticket #1628 (default icon for compiled scripts) updated by
-
Owner, Status changed
- 6:11 AM Ticket #1627 (compiling x64) updated by
-
Owner, Status changed
- 6:11 AM Ticket #1668 (Directory Macros for Default User Account) updated by
-
Owner, Status changed
- 6:10 AM Ticket #1681 (Automate capture and apply partitioning in GimageX to address EFI ...) updated by
-
Owner, Status changed
- 6:09 AM Ticket #1683 (Displaying thumbnails of files in a GUI) updated by
-
Owner, Status changed
- 6:08 AM Ticket #1696 (Build in autoit) updated by
- Not sure to understand what you are requesting. can you post a non working autoit script which illustrate your request? Thanks
Jun 27, 2010:
- 4:00 PM Ticket #1696 (Build in autoit) updated by
-
Version changed
Automatic ticket cleanup. - 2:44 PM Ticket #1696 (Build in autoit) created by
- Can you create a buildin autoit version on one or more dll. function …
- 8:24 AM Ticket #1439 (Icons included in script use wrong size) updated by
-
Owner, Status changed
- 8:23 AM Ticket #1552 (DriveSpaceFree reports free space of 0 for CD) updated by
-
Owner, Status changed
- 8:23 AM Ticket #1650 (Problem with Run("psexec", .., $STDERR_CHILD + $STDOUT_CHILD) on Vista ...) updated by
-
Owner, Status changed
- 8:22 AM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) updated by
-
Owner, Status changed
- 8:15 AM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) updated by
- Many thanks. I am not sure as AutoIt is UNICODE only we still have to support the _GUICtrlListView_SetUnicodeFormat($hLV, false) But well I understand you can reproduce the behavior you describe. I will check the AutoIt team decision on the subject.
- 8:03 AM Ticket #1694 (Number(), Fails to return proper value for int32 value range case.) updated by
-
Owner, Status changed
- 8:02 AM Ticket #1695 (Add some better discription to help file how to usw the modes from FileOpen) updated by
-
Owner, Status changed
Jun 26, 2010:
- 12:00 PM Ticket #1695 (Add some better discription to help file how to usw the modes from FileOpen) updated by
-
Version changed
Automatic ticket cleanup. - 10:44 AM Ticket #1695 (Add some better discription to help file how to usw the modes from FileOpen) created by
- Hi I was spending now more then one hour to find out why I wasnt able …
- 2:25 AM Ticket #1694 (Number(), Fails to return proper value for int32 value range case.) updated by
- Just in case. Same results on Number(Binary(int64)) ... assuming same problem source. […] Int() -> enforced int64 type -> 8 byte binary.
Jun 25, 2010:
- 11:00 AM Ticket #1694 (Number(), Fails to return proper value for int32 value range case.) created by
- (split of from ticket:1519) Number() Fails to return proper value for …
- 8:21 AM Ticket #1693 (_GUICtrlRichEdit_Create example) closed by
- Fixed: Fixed by revision [5898] in version: 3.3.7.0
- 7:48 AM Ticket #1693 (_GUICtrlRichEdit_Create example) updated by
- The example is OK as a GUIDelete() is called before exiting. But you are right replacing it with a "_GUICtrlRichEdit_Destroy($hRichEdit)" is a good way to follow the remarks.
- 7:40 AM Ticket #1692 (GUICtrlSetOnEvent - during event fuction other event are waiting ...) closed by
- No Bug: AutoIT is not multithreaded so taking a long time in an event routine just freeze the whole process.
- 7:23 AM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) updated by
- Can you post a non working example? Thanks
- 7:17 AM Ticket #1687 (_IECreate/Navigate dont support login in url) closed by
- No Bug
Jun 24, 2010:
- 9:42 PM Ticket #1693 (_GUICtrlRichEdit_Create example) created by
- The helpfile states "You must call _GUICtrlRichEdit_Destroy() before …
- 6:05 PM Ticket #1692 (GUICtrlSetOnEvent - during event fuction other event are waiting ...) created by
- #include <GUIConstantsEx.au3> Opt("GUIOnEventMode", 1) ; Change to …
- 5:26 PM Ticket #1683 (Displaying thumbnails of files in a GUI) updated by
- I don't know but i have found a method who works for Windows XP but not for Windows 7. http://www.autoitscript.com/forum/index.php?showtopic=113827&st=0&p=796101&fromsearch=1&#entry796101
- 4:59 PM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) updated by
- Replying to Jpm: > AutoIt is always UNICOdE so the Inprocess is too. > So when this checking is really needed? Whether it's necessary or not, it's up to the service user. If I'm setting the listview Unicode flag to false, inserting and retrieving information should be correct. Right now, if I'm trying to read an item (in ASCII LV format), I get only the first character. Setting the item text results in gibberish. I think I understand what you mean. GUICtrlCreateListViewItem probably creates only Unicode items. What if I'm not creating the control using GUICtrlCreateListView in first place?
- 3:40 PM Ticket #1687 (_IECreate/Navigate dont support login in url) updated by
- This is not an issue with IE.au3 or with AutoIt, but is caused by a change in behaviour in Internet Explorer introduced with security update 832894. This causes the username:password@ syntax to no longer be valid for IE. See http://support.microsoft.com/default.aspx?scid=kb;en-us;834489, Internet Explorer does not support user names and passwords in Web site addresses (HTTP or HTTPS URLs) The article explains workarounds including registry values that can be set to revert this behaviour for a user or a system. Dale
- 12:00 PM Ticket #1691 (ControlCommand is not working for .net checkboxes.) updated by
-
Version changed
Automatic ticket cleanup. - 11:11 AM Ticket #1492 (Problem with listview AND $WS_EX_COMPOSITED in a gui) updated by
-
Owner, Status changed
- 10:49 AM Ticket #1691 (ControlCommand is not working for .net checkboxes.) updated by
-
Owner, Status, Type changed
I think ControlCommand does not apply to .net control. So perhaps it is more a "feature request" than a bug. - 9:05 AM Ticket #1492 (Problem with listview AND $WS_EX_COMPOSITED in a gui) updated by
- I am not able to fix such behavior the suppression of CS_OWNDC as I try to do it does not help either. I leave to other Dev the final answer on this ticket
- 8:52 AM Ticket #1557 (Constants.au3 update) closed by
- Completed: Added by revision [5897] in version: 3.3.7.0
- 8:48 AM Ticket #1557 (Constants.au3 update) updated by
- as no more answer next update will add only those 3 constants
- 8:36 AM Ticket #1683 (Displaying thumbnails of files in a GUI) updated by
- Which API can be used to display thumbnails?
- 8:35 AM Ticket #1691 (ControlCommand is not working for .net checkboxes.) created by
- I have tried the ControlCommand for .net checkboxes. It is returning …
- 8:34 AM Ticket #1674 (DirCopy()/DirMove() does not preserve the attributes of a folder) updated by
-
Owner, Status changed
- 7:05 AM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) updated by
- AutoIt is always UNICOdE so the Inprocess is too. So when this checking is really needed?
Jun 23, 2010:
- 6:19 PM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) created by
- I didn't have the time to check through all of the functions in these …
- 10:07 AM Ticket #1689 (Standard _Debug UDF functions and Obfuscator) updated by
- This ticket is referenced in revision: [5895]
- 10:03 AM Ticket #1689 (Standard _Debug UDF functions and Obfuscator) closed by
- Fixed: Fixed by revision [5894] in version: 3.3.7.0
- 7:52 AM Ticket #1689 (Standard _Debug UDF functions and Obfuscator) created by
- Hi, My script : […] Using AutoIt.exe to run my script is OK. If I …
Jun 22, 2010:
- 8:00 AM Tickets #1674,1688 batch updated by
-
Milestone changed
Automatic ticket cleanup. - 6:32 AM Ticket #1674 (DirCopy()/DirMove() does not preserve the attributes of a folder) updated by
-
Type changed
DirCopy works almost as the Xcopy Windows command. The keeping of dir attributes is not implemented in AutoIt. I move the ticket in the "Feature request" area - 6:17 AM Ticket #1688 (InetGet help file typo) closed by
- Fixed: thanks, We already figure out this error in April, just wait the next beta/release.
- 6:04 AM Ticket #1686 (AU3_PixelSearch crashes with access violation at address 0x00000008) closed by
- Fixed: Fixed by revision [5893] in version: 3.3.7.0
- 12:48 AM Ticket #1688 (InetGet help file typo) created by
- There is a misprint in the AutoIt help file InetGet page. There is no …
Jun 21, 2010:
- 6:34 PM Ticket #1687 (_IECreate/Navigate dont support login in url) created by
- I figured out that _Ienavigate doesnt support login credentials in url …
- 6:46 AM Ticket #1685 (BitRotate, incorrect/misleading (old?) param info.) closed by
- Fixed: Fixed by revision [5891] in version: 3.3.7.0
- 6:33 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) closed by
- No Bug: Thanks jchd for the identification of the "No BUG"
Jun 20, 2010:
- 2:26 PM Ticket #1686 (AU3_PixelSearch crashes with access violation at address 0x00000008) created by
- Both the latest stable and beta versions (seems to be 3.3.5.6 older …
- 2:10 PM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- Please read and follow up in this thread http://www.autoitscript.com/forum/index.php?showtopic=116099&view=findpost&p=810332.
- 1:35 PM Ticket #1667 (WinMove, Child-Window, Default.) closed by
- Fixed: Fixed by revision [5890] in version: 3.3.7.0
- 11:49 AM Ticket #1685 (BitRotate, incorrect/misleading (old?) param info.) updated by
- Erm: confirmed what? Both return with with missing param error.
- 11:45 AM Ticket #1685 (BitRotate, incorrect/misleading (old?) param info.) created by
- >BitRotate ( value , shift [, size] ) >Parameters >value The …
- 11:00 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- Can you add the #include <OneInstance.au3> if it is needed? a small copy of WhatIE.db is also needed Thanks
- 10:36 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- I am not going to continue with a battle here. You don't know me from spit, and I can appreciate that. My only beef here is with jchd's condescension. If I am 100% wrong, or even less than that, I am willing to eat crow. But if I am not wrong, he can have the bird for his lunch. I have driven to my office (rather than waiting for Monday), and got a copy of the script that generated the error I attached originally. It has been tested with the beta version 3.3.5.6, and with versions 3.3.4.0, 3.3.6.0, and 3.3.6.1; each version generating intermittent (as stated in the original post) results. I will attach it here for your reference. I will admit that this is not the cleanest example of my coding (I haven't done much serious programming since the cassette drive on my Commodore PET died.), however I will also provide you with a logical flow below that should show you that the information I gave from the start should have been sufficient to anyone who looked at it seriously, to see the problem, even without my script. Afterward, I really do not care what direction you go with it. Well actually, I do, since I care about AutoIt (the only motivation I had for posting in the first place), and appreciate all the work and effort that goes into it ... but I am done pushing the issue. Let me point out that this is not an error with SQLite.au3. This is just the error that I was able to reproduce from an uncompiled copy, allowing me to capture the line number and file name where the error occurred. Given that this is an intermittent error, and many times it happens at a user's desk from a compiled version, I am sure you can understand the difficulty and frustration in trying to get a screen-shot to establish my findings before posting. Ok. Here we go. 1 - Given the error message "Variable used without being declared" shows line number 1143 in SQLite.au3, SQLite.au3 must have already been included prior to this error occurring. 2 - Given AutoIt does not have a command to undeclare a variable (unless there is an undocumented one. but that still would make no difference here, since if I don't know about it, I wouldn't be using it) once a variable is declared, it remains declared until its scope ends (which in the case of a Global scope, is not until the script terminates). 3 - Since both of the variables, $g_hDll_SQLite and $SQLITE_MISUSE, are defined in the Global scope (on lines 164 and 147 respectively), and occur outside of any Func definition, AND given #1 and #2, they are defined and assigned their values at the time the file is included, and prior to any possibility of line 1143 being executed or the error occurring. 4 - Since the script processor is reporting that the previously Globally declared variables are not declared, either it has lost track of the variables, or is reporting the wrong error message for whatever error is occurring. Either case being a bug in the script processor. Now, if I just happened to have caught someone on a bad day, that's fine. We can let bygones be bygones. If you check my posting history on the forums, you will find that I am not one to go on the offensive or make personal attacks. I am not a self aggrandizing poster. I only post when I have something constructive to contribute, and if not, I just keep my mouth shut. I have contributed here what I deemed to be constructive, and now I will keep my mouth shut, unless one of you feels there something you need from me, that would be constructive, that I have left out. I will not make myself available for any further argument. Thank you.
- 6:51 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- You are not reporting a bug, you are speculating that a bug may exist simply because something is happening that you do not expect. To date you have not demonstrated there is a bug. All you have demonstrated is a flagrant disregard for someone heavily involved with the SQLite functions and a whole lot of arrogance that it can't possibly be your code at fault (code you have yet to produce or narrow down the scope of). jhcd is absolutely 100% right, you should not be posting on the issue tracker. You have not demonstrated a bug in the language. You need support if for no other reason than to determine you have found a bug in the first place. If you bothered to spend 30 seconds reading the big red box when you created this ticket you would see that posting a script to demonstrate the problem is part of the requirements for creating a bug report. You have failed to follow instructions when inserted in a rather large and obvious box and you have failed to follow instructions given to you by someone who knows the code best. Why should we even consider there is a bug in the code and not just some absurd mistake on your part when you fail to follow instructions?
- 6:42 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- Replying to jchd: > Can you please stop discussing this here and post to the help forum, along with a simple script so that we can at least investigate what's going on. I, like so many around, use the current SQLite UDF in numerous scripts without such problems. I am reporting a bug with the script processor here, not a problem with the SQLite UDF. The SQLite UDF --is-- the example of the problem. I have also already told Jpm that I would send him my script to review. If you cannot read the posts, please do not respond. I do use the forums when I need help with something. In this case, I am reporting a bug. This --is-- the appropriate place for that. If you follow the posts, and actually look at the error message as attached, and look at the code of the UDF I gave as an example, the issue should be clear. Unless you can explain to me how a globally declared variable can become UN-DECLAIRED, please stop trying to talk to me like I'm some kind of idiot. At least I know how to follow a line of logic.
- 1:58 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- Can you please stop discussing this here and post to the help forum, along with a simple script so that we can at least investigate what's going on. I, like so many around, use the current SQLite UDF in numerous scripts without such problems.
- 12:59 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- Replying to jchd: > The trac space isn't for seeking help with how to properly use include files. > As I already advised, post in the help forum a short reproducer. I am not seeking help with properly using an include file. I am reporting a bug with the script processor. Please read the posts more carefully.
Jun 19, 2010:
- 9:33 PM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- The trac space isn't for seeking help with how to properly use include files. As I already advised, post in the help forum a short reproducer.
- 6:11 PM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- Replying to Jpm: > If it is related to my fix you must have a wrong ContinueLoop X in your script. > Can you PM me your script so I can have a look to confirm that it is realated or not? When I am back in the office on Monday, I will PM the script to you. When you mentioned the bugfix, I did not realize it was for the ContinueLoop command, but rather thought is was for the script processor's internal workings. I doubt this is related to my issue. I do not see how a ContinueLoop statement could cause a variable globally declared at the top of an included file to become un-declared for a Func contained within that same include file. The script processor is somehow loosing track of a globally declared variable. Was this a symptom of the ContinueLoop bug?
- 5:54 PM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- If it is related to my fix you must have a wrong ContinueLoop X in your script. Can you PM me your script so I can have a look to confirm that it is realated or not? When You post a track a repro script is always needed Trivial error are not so trivial. That's why I need more than a cristall ball. Thanks for your cooperation
- 5:49 PM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- jchd, Jpm, This would actually be a bug in the script processor, not in any particular script of mine. SQLite.au3 is an include that comes with AutoIt3, so you do have the pertinent source script to look at, to confirm that the variables are globally declared and assigned values before they are used. No crystal balls required, just look at the SQLite.au3 code. I am not aware of anything I could put in my script that would un-declare a variable that has already declared globally. I apologize if this post comes across as combative, I do not intend it that way. I am merely trying to address your responses. As Jpm mentioned a bugfix that it may be related to, I will wait for the new release before posting regarding this in the forums as suggested.
- 8:32 AM Ticket #1660 (Mod function causes AutoIt to crash) closed by
- Fixed: Fixed by revision [5887] in version: 3.3.7.0
- 6:45 AM Ticket #1618 (ShellExecute("C:\") causes script hanging) closed by
- Works For Me: as I understand it cannot be reproduced in an non latin window version. Sorry for those designers/users. So I close it as "Work for me"
- 6:40 AM Ticket #1678 (DirCreate() can return 1 (success) without creating any directory) closed by
- No Bug
Jun 18, 2010:
- 9:31 PM Ticket #1678 (DirCreate() can return 1 (success) without creating any directory) updated by
- I have now found what is happening. The directories are being created, not in the root of the drive but in whatever the working directory happens to be at the time. My expectation was that with a malformed path such as "c:xxx" the directory would not be created or possibly in the root of the drive as suggested by mvg. […] Hoverver this replicates what the cmd.exe MD command does, so no bug
- 12:00 PM Ticket #1670 (SciTE4AutoIt3 Abbreviation Expanson Errors) updated by
-
Milestone changed
Automatic ticket cleanup. - 10:16 AM Ticket #1670 (SciTE4AutoIt3 Abbreviation Expanson Errors) closed by
- Fixed: fixed by beta version
- 10:14 AM Ticket #1679 (0xc00000c3 error upon exe execution) closed by
- No Bug: Go to forum first to get help or follow how to write a track report
- 9:37 AM Ticket #1684 (FileRead: negative "count" value in binary mode causes "Error ...) closed by
- Fixed: Fixed by revision [5886] in version: 3.3.7.0
- 8:30 AM Ticket #1683 (Displaying thumbnails of files in a GUI) updated by
- GUICtrlCreateIcon works fine for icons but not for thumbnails.
- 6:49 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- Without any script to reproduce I will close it. Understand we don't have cristall balls... perhaps related with the COntinueLoop I just fix
- 12:16 AM Ticket #1649 (Multiline strings without the "& _") updated by
- Replying to JRowe: > Would be transformed cleanly to this: > {{{ > $s_SomeVar = "Some Var" > $s_Multi = "This is the beginning, the first line" & _ > "And this is the second line" & _ > "The third line has " & $s_SomeVar & " inserted" & _ > "and the last line shows the closing token." > }}} - No linebreaks? (assuming they where forgotten...) - Which line-break code?. Forced CRLF, or current text-code based (which can change based on the path the text-code takes.)
Jun 17, 2010:
- 11:08 PM Ticket #1683 (Displaying thumbnails of files in a GUI) updated by
- GUICtrlCreateIcon() works just fine. Search the forum for possible UDF's in this area.
- 6:45 PM Ticket #1677 (ContinueLoop multiple level unpredictable behavior) closed by
- Fixed: Fixed by revision [5885] in version: 3.3.7.0
- 5:35 PM Ticket #1684 (FileRead: negative "count" value in binary mode causes "Error ...) created by
- Au3Check does not throw any error. The memory allocation error simply …
- 3:32 PM Ticket #1650 (Problem with Run("psexec", .., $STDERR_CHILD + $STDOUT_CHILD) on Vista ...) updated by
- Hi, I have a further example showing a similar behavior (this time using the Microsoft tool winrs.exe from Windows Remote Management): […]
- 12:59 PM Ticket #1683 (Displaying thumbnails of files in a GUI) created by
- It would be great to have a function who can get and display …
- 8:06 AM Ticket #1681 (Automate capture and apply partitioning in GimageX to address EFI ...) updated by
- Not sure what AutoIt can do. What kind of feature is missing in AutoIT to do the automation you want? AutoIt is a big wrapper over the Windows API's. So if a windows API can do what you want just point it.
- 7:53 AM Ticket #1678 (DirCreate() can return 1 (success) without creating any directory) updated by
- I cannot reproduce it either. I don't think it can be related with a 64bit CPU running an X86 Windows Unless you provide an script that can reproduce it, I am afraid to close it as "Work for me"
- 7:32 AM Ticket #1682 (_GUICtrlRebar_SetColorScheme incorrect summary.) closed by
- Fixed: Fixed by revision [5884] in version: 3.3.7.0
- 6:44 AM Ticket #1676 (Ptr() documentation has empty example) closed by
- Fixed: Fixed by revision [5883] in version: 3.3.7.0
- 6:35 AM Ticket #1675 (Problem with __EventLog_DecodeComputer) closed by
- Duplicate: THe problem is the same as #1496
- 6:06 AM Ticket #1678 (DirCreate() can return 1 (success) without creating any directory) updated by
- Than a small example script is needed that shows when this is the case. Using the code you provided is not showing the problem you describe. (at least not on my system) Ergo: NoBug. If its something OS or PC specific. You need to find out what -> forum being a better place for that. Just in case. I'm using similar OS specs here, Just not on a 64bit CPU.
- 12:54 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by
- I believe this is much more a question to ask on the support forum. So please don't follow up here and post there with a simple reproducer.
Note:
See TracTimeline
for information about the timeline view.
