Timeline



Jul 11, 2010:

5:22 PM Ticket #1711 (TrayTip Help Error) closed by J-Paul Mesnage
Fixed: Fixed by revision [5911] in version: 3.3.7.0
12:00 PM Ticket #1710 (GuiCtrlSetPos) updated by TicketCleanup
Milestone changed
Automatic ticket cleanup.
10:58 AM Ticket #1711 (TrayTip Help Error) created by anonymous
In the TrayTip documentation help file it says at the top (2000/XP …
10:50 AM Ticket #1710 (GuiCtrlSetPos) closed by J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
Fixed: Fixed by revision [5906] in version: 3.3.7.0
2:07 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by mvg
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 MrCreatoR <mscreator@…>
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 anonymous
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 MrCreatoR <mscreator@…>
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 wraithdu
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 TicketCleanup
Version changed
Automatic ticket cleanup.
3:41 PM Ticket #1710 (GuiCtrlSetPos) created by hunt
Absent information about using the value "Default" in parameters of …
3:31 PM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) created by hunt
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 J-Paul Mesnage
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 J-Paul Mesnage
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 medragn@…
In the Tutorial, the AutoIt v3 window Info shows a different Visible …

Jul 8, 2010:

9:14 AM Ticket #1706 (GuiCtrlGetPos) updated by J-Paul Mesnage
Owner, Status changed

Jul 7, 2010:

7:23 PM Ticket #1535 (ControlSend changes case of text) updated by DrapDv
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 Melba23
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 AdmiralAlkex
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 Melba23
A recent thread …
10:19 AM Ticket #1706 (GuiCtrlGetPos) updated by anonymous
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 TicketCleanup
Version changed
Automatic ticket cleanup.
9:26 AM Ticket #1706 (GuiCtrlGetPos) created by hunt
Can you to add this function ( GuiCtrlGetPos(controlID) ) that will be …
7:22 AM Ticket #1705 (Control Resizing before WinMove) updated by hunt
Hm, with GuiCtrlSetPos the bug disappears. This is a bug or not?
5:52 AM Ticket #1705 (Control Resizing before WinMove) updated by hunt
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 anonymous
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 Jos
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 Emiel Wieldraaijer
Forgot to mention X64
10:36 AM Ticket #1703 (I have a problem when using "filecopy" with extension. "vbe") updated by Emiel Wieldraaijer
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 TicketCleanup
Version changed
Automatic ticket cleanup.
8:05 AM Ticket #1704 (Need UDFs in AutoItx.) created by Math
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 avechuche
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 J-Paul Mesnage
ubyte has been replace by BYTE
10:18 PM Ticket #1702 (Example code does not match description for DllStructCreate) closed by J-Paul Mesnage
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 sjmullock
In documentation for DllStructCreate the example code uses type …
2:00 PM Ticket #1700 (Synchronous ObjEvent) updated by J-Paul Mesnage
Owner, Status changed
1:59 PM Ticket #1701 (Bug in date control) updated by J-Paul Mesnage
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 card0384@…
When i need following code: […] then i can not view any Months …
2:31 AM Ticket #1700 (Synchronous ObjEvent) created by plastix
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 Authenticity
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 J-Paul Mesnage
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 J-Paul Mesnage
Owner, Status changed
6:12 AM Ticket #1699 (Send() in raw is not working in Windows 7 for the game) created by sergey.scobich@…
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 Valik
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 anonymous
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 sheck
any news on this problem ?

Jun 28, 2010:

11:35 PM Ticket #1697 (SQLight CSV functions) closed by J-Paul Mesnage
Rejected: please goto to forum. SQLight is not deliver with AutoIt
8:00 PM Ticket #1697 (SQLight CSV functions) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:55 PM Ticket #1697 (SQLight CSV functions) created by anonymous
Please add 2 functions to SQLight …
6:12 AM Ticket #1629 (Ability to destroy embedded IE objects to rehash browser settings) updated by J-Paul Mesnage
Owner, Status changed
6:12 AM Ticket #1628 (default icon for compiled scripts) updated by J-Paul Mesnage
Owner, Status changed
6:11 AM Ticket #1627 (compiling x64) updated by J-Paul Mesnage
Owner, Status changed
6:11 AM Ticket #1668 (Directory Macros for Default User Account) updated by J-Paul Mesnage
Owner, Status changed
6:10 AM Ticket #1681 (Automate capture and apply partitioning in GimageX to address EFI ...) updated by J-Paul Mesnage
Owner, Status changed
6:09 AM Ticket #1683 (Displaying thumbnails of files in a GUI) updated by J-Paul Mesnage
Owner, Status changed
6:08 AM Ticket #1696 (Build in autoit) updated by J-Paul Mesnage
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 TicketCleanup
Version changed
Automatic ticket cleanup.
2:44 PM Ticket #1696 (Build in autoit) created by hyndrasfx@…
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 J-Paul Mesnage
Owner, Status changed
8:23 AM Ticket #1552 (DriveSpaceFree reports free space of 0 for CD) updated by J-Paul Mesnage
Owner, Status changed
8:23 AM Ticket #1650 (Problem with Run("psexec", .., $STDERR_CHILD + $STDOUT_CHILD) on Vista ...) updated by J-Paul Mesnage
Owner, Status changed
8:22 AM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) updated by J-Paul Mesnage
Owner, Status changed
8:15 AM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) updated by J-Paul Mesnage
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 J-Paul Mesnage
Owner, Status changed
8:02 AM Ticket #1695 (Add some better discription to help file how to usw the modes from FileOpen) updated by J-Paul Mesnage
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 TicketCleanup
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 TomCat
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 mvg
Just in case. Same results on Number(Binary(int64)) ... assuming same problem source. […] Int() -> enforced int64 type -> 8 byte binary.

Jun 25, 2010:

6:46 PM basket.jpg attached to Ticket #680 by anonymous
1:35 PM TestLV.au3 attached to Ticket #1690 by Authenticity
Example of Unicode and ASCII listviews
11:00 AM Ticket #1694 (Number(), Fails to return proper value for int32 value range case.) created by mvg
(split of from ticket:1519) Number() Fails to return proper value for …
8:21 AM Ticket #1693 (_GUICtrlRichEdit_Create example) closed by J-Paul Mesnage
Fixed: Fixed by revision [5898] in version: 3.3.7.0
7:48 AM Ticket #1693 (_GUICtrlRichEdit_Create example) updated by J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
Can you post a non working example? Thanks
7:17 AM Ticket #1687 (_IECreate/Navigate dont support login in url) closed by J-Paul Mesnage
No Bug

Jun 24, 2010:

9:42 PM Ticket #1693 (_GUICtrlRichEdit_Create example) created by Spiff59
The helpfile states "You must call _GUICtrlRichEdit_Destroy() before …
6:05 PM Ticket #1692 (GUICtrlSetOnEvent - during event fuction other event are waiting ...) created by ziv_t@…
#include <GUIConstantsEx.au3> Opt("GUIOnEventMode", 1) ; Change to …
5:26 PM Ticket #1683 (Displaying thumbnails of files in a GUI) updated by Eric
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 anonymous
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 DaleHohm@…
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 TicketCleanup
Version changed
Automatic ticket cleanup.
11:11 AM Ticket #1492 (Problem with listview AND $WS_EX_COMPOSITED in a gui) updated by J-Paul Mesnage
Owner, Status changed
10:49 AM Ticket #1691 (ControlCommand is not working for .net checkboxes.) updated by J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
Completed: Added by revision [5897] in version: 3.3.7.0
8:48 AM Ticket #1557 (Constants.au3 update) updated by J-Paul Mesnage
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 J-Paul Mesnage
Which API can be used to display thumbnails?
8:35 AM Ticket #1691 (ControlCommand is not working for .net checkboxes.) created by Math
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 J-Paul Mesnage
Owner, Status changed
7:05 AM Ticket #1690 (GuiTreeView.au3, GuiListView.au3 and possibly others ASCII mode Bug) updated by J-Paul Mesnage
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 Authenticity
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 J-Paul Mesnage
This ticket is referenced in revision: [5895]
10:03 AM Ticket #1689 (Standard _Debug UDF functions and Obfuscator) closed by J-Paul Mesnage
Fixed: Fixed by revision [5894] in version: 3.3.7.0
7:52 AM Ticket #1689 (Standard _Debug UDF functions and Obfuscator) created by Tilb
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 TicketCleanup
Milestone changed
Automatic ticket cleanup.
6:32 AM Ticket #1674 (DirCopy()/DirMove() does not preserve the attributes of a folder) updated by J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
Fixed: Fixed by revision [5893] in version: 3.3.7.0
12:48 AM Ticket #1688 (InetGet help file typo) created by joshua.havins@…
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 jorbazz@…
I figured out that _Ienavigate doesnt support login credentials in url …
6:46 AM Ticket #1685 (BitRotate, incorrect/misleading (old?) param info.) closed by J-Paul Mesnage
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 J-Paul Mesnage
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 ufotds ~ gmail
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 jchd
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 J-Paul Mesnage
Fixed: Fixed by revision [5890] in version: 3.3.7.0
11:49 AM Ticket #1685 (BitRotate, incorrect/misleading (old?) param info.) updated by mvg
Erm: confirmed what? Both return with with missing param error.
11:45 AM Ticket #1685 (BitRotate, incorrect/misleading (old?) param info.) created by mvg
>BitRotate ( value , shift [, size] ) >Parameters >value The …
11:10 AM OneInstance.au3 attached to Ticket #1680 by willichan
11:00 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by J-Paul Mesnage
Can you add the #include <OneInstance.au3> if it is needed? a small copy of WhatIE.db is also needed Thanks
10:36 AM WhatIE.au3 attached to Ticket #1680 by willichan
10:36 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by willichan
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 Valik
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 anonymous
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 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.
12:59 AM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by willichan
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 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.
6:11 PM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) updated by anonymous
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 J-Paul Mesnage
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 willichan
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 J-Paul Mesnage
Fixed: Fixed by revision [5887] in version: 3.3.7.0
6:45 AM Ticket #1618 (ShellExecute("C:\") causes script hanging) closed by J-Paul Mesnage
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 J-Paul Mesnage
No Bug

Jun 18, 2010:

9:31 PM Ticket #1678 (DirCreate() can return 1 (success) without creating any directory) updated by Bowmore
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 TicketCleanup
Milestone changed
Automatic ticket cleanup.
10:16 AM Ticket #1670 (SciTE4AutoIt3 Abbreviation Expanson Errors) closed by J-Paul Mesnage
Fixed: fixed by beta version
10:14 AM Ticket #1679 (0xc00000c3 error upon exe execution) closed by J-Paul Mesnage
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 J-Paul Mesnage
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 Eric
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 J-Paul Mesnage
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 mvg
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 anonymous
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 J-Paul Mesnage
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 ChiDragon
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 HighGuy
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 Eric
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 J-Paul Mesnage
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 J-Paul Mesnage
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 J-Paul Mesnage
Fixed: Fixed by revision [5884] in version: 3.3.7.0
6:44 AM Ticket #1676 (Ptr() documentation has empty example) closed by J-Paul Mesnage
Fixed: Fixed by revision [5883] in version: 3.3.7.0
6:35 AM Ticket #1675 (Problem with __EventLog_DecodeComputer) closed by J-Paul Mesnage
Duplicate: THe problem is the same as #1496
6:06 AM Ticket #1678 (DirCreate() can return 1 (success) without creating any directory) updated by mvg
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 jchd
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.

Jun 16, 2010:

10:19 PM Ticket #1678 (DirCreate() can return 1 (success) without creating any directory) updated by Bowmore
Replying to mvg: > NoBug > > DirCreate("C:ZZZ\XXX") will actually create the requested folder(s). At the drive root level in your case, so "C:\ZZZ\XXX". So the returned value is correct in this case. That is not the case on the 3 PC I've tried it on. No directories are created.
8:39 PM Ticket #1682 (_GUICtrlRebar_SetColorScheme incorrect summary.) created by anonymous
[…] Should be something along the lines of "Sets a rebar control's …
8:00 PM Ticket #1681 (Automate capture and apply partitioning in GimageX to address EFI ...) updated by TicketCleanup
Version changed
Automatic ticket cleanup.
7:14 PM Ticket #1677 (ContinueLoop multiple level unpredictable behavior) updated by MrCreatoR <mscreator@…>
Really weird, it should throw an error on the ContinueLoop 2, because there only one loop. And btw, there is another, and not less weird behaviour - if we add Local $iVal to the begining of TestContinueLoopIssue function, we got Recursion level error: […] so it seems that when «ContinueLoop 2» is executed, it's calling the parent function (the continuation of it's loop) but still runing the current loop. And if we add Global $iVal before we calling the OuterFunc() the script is crashed without any messages (Exit code: -1073741819).
6:23 PM Ticket #1681 (Automate capture and apply partitioning in GimageX to address EFI ...) created by scottscanlon@…
Justification: UEFI is quickly replacing the BIOS as the standard …
3:52 PM Ticket #1679 (0xc00000c3 error upon exe execution) updated by mvg
@scott.a.pozner: Try posting this problem in the forum to see if they can help if finding the root of the problem. (or drop in a link to the topic if you already did that.)
3:48 PM AutoIt_Error-2010-06-16_07.36.35.png attached to Ticket #1680 by willichan
The error that shouldn't be
3:46 PM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) created by willichan
I have been trying to figure this one out for a while. I get a …
12:27 PM Ticket #1678 (DirCreate() can return 1 (success) without creating any directory) updated by mvg
NoBug DirCreate("C:ZZZ\XXX") will actually create the requested folder(s). At the drive root level in your case, so "C:\ZZZ\XXX". So the returned value is correct in this case.
8:36 AM Ticket #1679 (0xc00000c3 error upon exe execution) updated by Emiel Wieldraaijer
If this is a bug you will need to provide code, in order to investigate the problem
8:07 AM Ticket #1675 (Problem with __EventLog_DecodeComputer) updated by anonymous
The problem here is similar to Ticket #1336 http://www.autoitscript.com/trac/autoit/ticket/1336 An error in the calculating of the correct buffer size, I guess. See the Example for _EventLogRead(). The return value for Computer is not the computername but the same value as Source minus the first letter.
12:18 AM autoit error.JPG attached to Ticket #1679 by scott.a.pozner@…
Screen capture of the error. Returns 1003 (Cannot complete this function)
12:15 AM Ticket #1679 (0xc00000c3 error upon exe execution) created by scott.a.pozner@…
When running AutoIT compiled exe's on Windows 7 x64 systems we …

Jun 15, 2010:

8:34 PM Ticket #1678 (DirCreate() can return 1 (success) without creating any directory) created by anonymous
AutoIt:3.3.6.1 Os:WIN_XP/X86/Service Pack 3 Language:0409 …
5:21 PM Ticket #1670 (SciTE4AutoIt3 Abbreviation Expanson Errors) updated by AdamUL
I have tested the new AutoItTools.lua file with the test cases in the first post, and everything seems to be working as expected. Thank you for finding a solution to this problem so quickly. Adam
11:02 AM Ticket #1677 (ContinueLoop multiple level unpredictable behavior) created by Ascend4nt
Hi, I've recently had a WEIRD issue pop up in my code - I kept getting …
7:31 AM Ticket #1676 (Ptr() documentation has empty example) created by GEOSoft
I don't quite know how it happened but the example for Ptr() is …

Jun 14, 2010:

2:48 PM Ticket #1675 (Problem with __EventLog_DecodeComputer) created by anonymous
it worked with the old Eventlog.au3. Now it returns a wrong part of a …
10:19 AM Ticket #1674 (DirCopy()/DirMove() does not preserve the attributes of a folder) created by Yashied
The following code demonstrates this. […]
6:36 AM Ticket #1673 (Error in the output of an example script) closed by J-Paul Mesnage
Fixed: Fixed by revision [5880] in version: 3.3.7.0
5:24 AM Ticket #1673 (Error in the output of an example script) created by nirmal070125@…
The out put of the AutoIt3\Examples\Helpfile\WinGetProcess.au3 is not …

Jun 13, 2010:

10:12 AM Ticket #1665 (_ScreenCapture_CaptureWnd Bad capture on Windows 7 with Aero Theme) closed by J-Paul Mesnage
Fixed: Fixed by revision [5876] in version: 3.3.7.0
12:22 AM Ticket #1672 (_WinAPI_GetObject() as ANSI version) updated by J-Paul Mesnage
Fixed by revision [5875] in version: 3.3.7.0
12:21 AM Ticket #1672 (_WinAPI_GetObject() as ANSI version) closed by J-Paul Mesnage
Fixed: Fixed by revision [5874] in version: 3.3.7.0

Jun 12, 2010:

8:45 PM Ticket #1672 (_WinAPI_GetObject() as ANSI version) created by Yashied
_WinAPI_GetObject() still uses the ANSI version of GetObject() …
5:04 PM Ticket #1671 (_WinAPI_WideCharToMultiByte third parameter is a ghost) updated by J-Paul Mesnage
This ticket is referenced in revision: [5873]
3:52 PM Ticket #1671 (_WinAPI_WideCharToMultiByte third parameter is a ghost) closed by J-Paul Mesnage
Fixed: Fixed by revision [5872] in version: 3.3.7.0
12:19 AM Ticket #1671 (_WinAPI_WideCharToMultiByte third parameter is a ghost) created by jchd
The helpfile documents four parameters for the …

Jun 11, 2010:

9:51 PM Ticket #1670 (SciTE4AutoIt3 Abbreviation Expanson Errors) updated by Jos
try this version of AutoItTools.lua. It will now only propercase the keyword when a space/(/= are typed. Jos
5:12 PM Ticket #1670 (SciTE4AutoIt3 Abbreviation Expanson Errors) updated by Jos
Status changed
I will have a look to see what the best resolution is. Jos
Note: See TracTimeline for information about the timeline view.