Timeline
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.
Jun 16, 2010:
- 10:19 PM Ticket #1678 (DirCreate() can return 1 (success) without creating any directory) updated by
- 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
- […] 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
-
Version changed
Automatic ticket cleanup. - 7:14 PM Ticket #1677 (ContinueLoop multiple level unpredictable behavior) updated by
- 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
- Justification: UEFI is quickly replacing the BIOS as the standard …
- 3:52 PM Ticket #1679 (0xc00000c3 error upon exe execution) updated by
- @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:46 PM Ticket #1680 (Global variable gives "Variable used without being declared" in SQLite.au3) created by
- 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
- 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
- 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
- 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:15 AM Ticket #1679 (0xc00000c3 error upon exe execution) created by
- 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
- 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
- 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
- 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
- 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
- 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
- The following code demonstrates this. […]
- 6:36 AM Ticket #1673 (Error in the output of an example script) closed by
- 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
- 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
- Fixed: Fixed by revision [5876] in version: 3.3.7.0
- 12:22 AM Ticket #1672 (_WinAPI_GetObject() as ANSI version) updated by
- Fixed by revision [5875] in version: 3.3.7.0
- 12:21 AM Ticket #1672 (_WinAPI_GetObject() as ANSI version) closed by
- 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
- _WinAPI_GetObject() still uses the ANSI version of GetObject() …
- 5:04 PM Ticket #1671 (_WinAPI_WideCharToMultiByte third parameter is a ghost) updated by
- This ticket is referenced in revision: [5873]
- 3:52 PM Ticket #1671 (_WinAPI_WideCharToMultiByte third parameter is a ghost) closed by
- 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
- The helpfile documents four parameters for the …
Jun 11, 2010:
- 9:51 PM Ticket #1670 (SciTE4AutoIt3 Abbreviation Expanson Errors) updated by
- 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
-
Status changed
I will have a look to see what the best resolution is. Jos
Jun 10, 2010:
- 8:50 PM Ticket #1670 (SciTE4AutoIt3 Abbreviation Expanson Errors) updated by
- I found part of the problem was "proper.case=1" in the SciTEUser.properties file set by checking "Auto Propercase Function and Keywords" checkbox in the "SciTE Config for AutoIt3" utility. Unchecking this kept all the first letters lower case and allowed the abbreviation to expand. Is there someway to fix this, so when "Auto Propercase Function and Keywords" is checked that when the keyword doesn't match if you continue to type it will make the first letter lowercase again so abbreviation works? If this is not possible, please put a note in the SciTE help file, in the sections about abbreviations, that this setting is not compatible or will cause problems.
- 6:25 PM Ticket #1668 (Directory Macros for Default User Account) updated by
- Can you describe when such information is useful. Windows API does not even return such information as I can understand.
- 5:34 PM Ticket #1669 (RegExpReplace strips "\" from replacement string) closed by
- Fixed: Fixed by revision [5871] in version: 3.3.7.0
- 5:28 PM Ticket #1669 (RegExpReplace strips "\" from replacement string) updated by
- In fact doc must be updated as back-references use "\". So they must be doubled in the replace string.
- 4:44 PM Ticket #1670 (SciTE4AutoIt3 Abbreviation Expanson Errors) created by
- When I type the following abbreviations in SciTE, it does the …
- 5:11 AM Ticket #1669 (RegExpReplace strips "\" from replacement string) created by
- Win 7 Pro & AutoIt 3.3.6.1 StringRegExpReplace strips backslashes …
- 12:37 AM Ticket #1519 (Number conversion routines are inconsistent) updated by
- I should mention that pointer arithmetic fails too because of the same limitation: Number($pPtrA-$pPtrB) -> will give negative results if the 31st bit is set in the result of the subtraction.
- 12:20 AM Ticket #1519 (Number conversion routines are inconsistent) updated by
- To add to the other issues with Number(), it appears there is a 32-bit signed-integer limit in converting from pointers to numbers. I had to rely on this method in the past due to bad pointer comparisons in AutoIT. Example: […] Result: number:-2147483648 This is replicable in legit. pointers as well.
Jun 8, 2010:
- 4:00 PM Ticket #1668 (Directory Macros for Default User Account) updated by
-
Version changed
Automatic ticket cleanup. - 3:49 PM Ticket #1668 (Directory Macros for Default User Account) created by
- For example: @AppDataDefaultUserDir = "C:\Users\Default\AppData" or …
Jun 7, 2010:
- 10:23 AM Ticket #1611 (FileSetTime error on "linux" NAS) closed by
- No Bug: After checking with Frank it appear to be a BUG in the Linux ... Corrected by a new version
Jun 6, 2010:
- 10:33 PM Ticket #1667 (WinMove, Child-Window, Default.) created by
- Not sure about this, (child of child of child ... headache?) but when …
- 1:39 PM Ticket #1662 (Mouse wheel support for DTP) closed by
- Rejected: If Valik was answering this ticket it would say we do too much in the current GUI implementation. At least it is good you can manage to implement the behavior you like with the GUIMsgRegister(). The current behavior is what Windows Control DTP do. As AutoIt is basically a Wrapper on Windows API, we will stay with the current implementation Thanks for your time
- 7:15 AM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) closed by
- Fixed: Fixed by revision [5870] in version: 3.3.7.0
- 7:13 AM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by
- Waiting the ASWhook_x64.dll porting, I remove the Au3Recorder_x64.exe.
Jun 5, 2010:
- 11:34 PM Ticket #1651 (Addition to _IsPressed page in Help file) closed by
- Completed: Added by revision [5869] in version: 3.3.7.0
- 10:24 PM Ticket #1664 (_GuiCtrlTab_GetItem() fails to retrieve item text in some cases) closed by
- Fixed: Fixed by revision [5868] in version: 3.3.7.0
- 1:40 PM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by
- an iterim will be to patch Au3wrapper to use only X86 version but certainly the Au3Recorder will not capture everything. If you can just run the X86 module under an X64 System.
- 1:14 PM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by
- I am not sure what you mean. You mean that previously, when I invoked the Au3Recorder function in x64 machines, I was basically running an x86 version? That's fine I guess, but how do I do that now on x64 machines? It does not matter really whether I run x86 or x64 version, as long as it run, but as it stands now, whenever I invoked Au3Recorder from SCITE, the x64 automatically runs and fails, which more or less crippled the software. An interim measure on how to solve this will be much appreciated.
- 8:44 AM Ticket #1453 (_Net_Share_ShareCheck() always returns 0) closed by
- Fixed: Fixed by revision [5866] in version: 3.3.7.0
- 7:55 AM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by
-
Owner, Status changed
In fact the ASWHook.dll has not been ported to X64. The Au3Recorder_X64.exe is delivered by error. perhaps AU3Wrapper can be modified until an ASWhook.dll be ported to X64. in short the Au3Record cannot work in X64 mode. Only X86 can run on X64 plateform - 7:11 AM Ticket #1666 (Format conflict for date control And GUICtrlSetData()) closed by
- Fixed: Fixed by revision [5865] in version: 3.3.7.0
- 6:41 AM Ticket #1666 (Format conflict for date control And GUICtrlSetData()) updated by
-
Description changed
- 5:04 AM Ticket #1666 (Format conflict for date control And GUICtrlSetData()) created by
- If you create a date control using the $DTS_SHORTDATEFORMAT and try to …
Jun 4, 2010:
- 11:42 PM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by
-
Keywords, Component, Summary changed
- 10:44 PM Ticket #1665 (_ScreenCapture_CaptureWnd Bad capture on Windows 7 with Aero Theme) created by
- _ScreenCapture_CaptureWnd does not capture the correct screen because …
- 9:56 PM Ticket #1453 (_Net_Share_ShareCheck() always returns 0) updated by
- Replying to Jpm: > @PsaltyDS > can you check with the modified script and report the extended values? > Thanks On two Vista workstations with different share configs, I get Check = 0 @extended = 2311 on every share. Same with Administrator or user. On the Server 2003 environment of my original problem which has over 40 shares, they all show Check = 0, and most show @extended = 2311. But some show @extended = 0 (12 out of 43 to be exact). I don't see any clear difference between the ones that show @extended = 0 on the server and the rest, except that all (4) of the mapped drives default shares (i.e. C$) show @extended = 0.
- 7:57 PM Ticket #1664 (_GuiCtrlTab_GetItem() fails to retrieve item text in some cases) created by
- Ref A: …
- 6:03 PM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) created by
- Going into AU3Recorder, either using the executive or from SCITE …
- 4:00 PM Ticket #1662 (Mouse wheel support for DTP) updated by
-
Version changed
Automatic ticket cleanup. - 3:47 PM Ticket #1662 (Mouse wheel support for DTP) created by
- It's a pain in the rear changing values in the DTP. You have to select …
- 1:42 PM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- Seems that kernel32.dll doesn't like something. By the way, there are 2 of them on XP 64. One in C:\WINDOWS\SysWOW64 an the other one is in C:\WINDOWS\System32 Not sure if you're aware of that.
- 1:37 PM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- So this is what I get without the if statement: >06:35:26 Performing the Program Resource Update steps: !>06:35:27 WinAPI_GetLastError:87 !>06:35:27 WinAPI_GetLastErrorMessage:The parameter is incorrect. !>06:35:27 Error: Failed _WinAPI_LoadLibraryEx error:0 extended:0 !>06:35:27 Error: Failed to enumerate RT_VERSION resources, using defaults. ...>Updating Program Version information. !>06:35:27 Error: Failed to append script data to end of updated executable. Try recompiling your script.rc:2 +>06:35:27 AutoIT3.exe ended.rc:0 >Exit code: 0 Time: 51.016
- 10:05 AM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- mmm...I expect the error to be set as that "should" be returned by the call: […] so the DllCall doesn't return any @error and the return value of the call is returned only.
- 9:29 AM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- this part requires @error to be non-zero, otherwise it will be skipped. And since @error returns 0, that part is skipped. I will remove If statement and run the script. I'll post the results.
Jun 3, 2010:
- 6:57 PM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- Replying to sheck: > $hModule returns 0x00000000 > @error returns 0 and @extended returns 0 > > I think that's what you were asking for. Let me know if you need anything else. I added the following lines to the script which I assume will display the info when it's failing: […]
- 6:26 PM Ticket #1516 (Get Full Returnstring from TCP-IP-STACK in AutoIt-Variable) closed by
- Rejected: Perhaps the only thing you need is to use LdapGetLastError() when needed. You are not using Autoit TCP Builtin functions so just follow what the DLL functions give you. It is always better to go to the forum before submiting a ticket
- 6:25 PM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) updated by
- Replying to Jpm: > Thanks, > In fact I hope Jon or Valik can enter this testing as I don't know enough about COM AutoIt implementation. They certainly request you more but perhaps your last post will help them without the FTP. ;) Thanks to DaX an ProgAndy from the german AutoIt Community, I've got the following workaround and it works fine. It based on MS ScriptControl, so all problematic methods can be executed as "embedded" VBS code. […] On the other hand, this workaround shows, that AutoIt might have a problem with calling methods of a "late binding" COM-Interface that don't return a value, cause calling those methods work fine in VBS. @Jon, @Valik: for further information feel free to contact me
- 4:52 PM Ticket #1661 (AutoIT support for Stingray controls) updated by
-
Owner, Status changed
not sure what kind of support is missing in AutoIt. Be more explicit on what is not supported. Can a UDF do the job as _GUICtrl...() UDF? Supporting a specific control will not be the first reason to accept your request. - 1:29 PM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- $hModule returns 0x00000000 @error returns 0 and @extended returns 0 I think that's what you were asking for. Let me know if you need anything else.
- 10:00 AM Ticket #1661 (AutoIT support for Stingray controls) updated by
-
Version changed
Automatic ticket cleanup. - 9:56 AM Ticket #1661 (AutoIT support for Stingray controls) created by
- Hi, we have tried using AutoIT to automate our applications and we …
- 9:50 AM Ticket #1631 (Get FilePath from file handle) updated by
-
Owner, Status changed
- 9:50 AM Ticket #1631 (Get FilePath from file handle) reopened by
- Replying to evilertoaster: > A solution cannot be done with that API. GetFinalPathNameByHandle() only works on the Windows API HANDLE structs. The request was for this ability on native AutoIt handles, which use standard FILE* structs. I read a liitle too fast the forum. I will reopen it to get feedback from other Dev's
- 9:10 AM Ticket #1652 (Sleep in TimerFunc) updated by
- This ticket is referenced in revision: [5864]
- 9:09 AM Ticket #1652 (Sleep in TimerFunc) closed by
- Fixed: Fixed by revision [5863] in version: 3.3.7.0
- 9:06 AM Ticket #1652 (Sleep in TimerFunc) updated by
- This ticket is referenced in revision: [5862]
- 8:42 AM Ticket #1554 (RegExp precompile handling) updated by
-
Owner, Status changed
I leave to Jon the decision to add or not to add such feature as he is the owner of RegExp... stuff - 8:40 AM Ticket #1373 (filecopy filemove with independent thread) updated by
-
Owner, Status changed
- 8:39 AM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by
-
Owner, Status changed
- 8:37 AM Ticket #1649 (Multiline strings without the "& _") updated by
-
Owner, Status changed
I leave to Jon the decision to close this ticket. We discuss long time ago this splitting and " & _" was the decision at that time. - 8:35 AM Ticket #1648 (UDF community) updated by
-
Owner, Status changed
- 8:31 AM Ticket #1317 (UDFs & DllStructCreate() & char/wchar --> Unicode/ANSI problem) updated by
-
Owner, Status changed
- 8:30 AM Ticket #1479 (ListView WM_NOTIFY Message on x64 Returning Wrong Results) updated by
-
Owner, Status changed
- 8:30 AM Ticket #1410 (Using Pointer type with COM-object throws error.) updated by
-
Owner, Status changed
- 8:29 AM Ticket #1551 (Crash the script when changing array) updated by
-
Owner, Status changed
- 8:28 AM Ticket #1566 (Array as its own element issue) updated by
-
Owner, Status changed
- 8:27 AM Ticket #1519 (Number conversion routines are inconsistent) updated by
-
Owner, Status changed
- 8:26 AM Ticket #1565 (Arrays as object properties; memory leak) updated by
-
Owner, Status changed
- 8:23 AM Ticket #1453 (_Net_Share_ShareCheck() always returns 0) updated by
- @PsaltyDS can you check with the modified script and report the extended values? Thanks […]
- 8:18 AM Ticket #1656 (Object not being released properly) updated by
-
Owner, Status changed
- 8:16 AM Ticket #1660 (Mod function causes AutoIt to crash) updated by
-
Owner, Status changed
- 8:10 AM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) updated by
-
Owner, Status changed
Thanks, In fact I hope Jon or Valik can enter this testing as I don't know enough about COM AutoIt implementation. They certainly request you more but perhaps your last post will help them without the FTP. ;)
Jun 2, 2010:
- 8:16 PM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- Could you try the current version in the Beta directory and let me know if you get more info about the _WinAPI_LoadLibraryEx() which is probably failing for you. Jos
- 5:08 PM Ticket #1627 (compiling x64) updated by
- I think this would be better implemented as a checkbox: Append Arch to output file; in either Aut2Exe or Autoit3wrapper.
- 4:40 PM Ticket #1660 (Mod function causes AutoIt to crash) created by
- The following erroneous code causes the interpreter to crash. […] …
- 4:25 PM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) updated by
- Replying to Jpm: > Frank, > It will be more than difficult to analyze what's wrong in AutoIt without the file(s) allowing to create the object "HWP.Anwendung" and execute it. Hallo, after some additional tests i found out, that only methods which are implemented as "procedures" (without a return value) are affected Methods which are implemented as "functions" (with a return value) and properties works fine. Possibly, AutoIt has a problem with those kind of methods (without a return value), since the COM-Interface works well with all other tested languages (VBA, VBS, VC, C#, Delphi). Is there a workaround, e.g. a stub procedure which is calling object methods with a DllCall where the object variable is passed per DllStruct or something else? P.S.: i can provide a fully functional demo version of that ERP Application on my FTP-server for you to download
- 3:55 PM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) updated by
- Frank, It will be more than difficult to analyze what's wrong in AutoIt without the file(s) allowing to create the object "HWP.Anwendung" and execute it.
- 3:48 PM Ticket #1659 (Example for WinSetTitle() in Help file does not work) closed by
- Fixed: Fixed by revision [5861] in version: 3.3.7.0
- 3:44 PM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- Replying to anonymous: > I forgot to mention that I'm running Windows in VirtualBox under Ubuntu. I also have 32 bit XP running standalone. If you are running in a VirtualBox I can imagine you can use a Win7 or Vista evaluation version. Perhaps we can see if the problem is still there.
- 2:07 PM Ticket #1659 (Example for WinSetTitle() in Help file does not work) created by
- Hi, not sure if this is only a "bug" in the help file or even one in …
- 10:59 AM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- I forgot to mention that I'm running Windows in VirtualBox under Ubuntu. I also have 32 bit XP running standalone.
- 10:52 AM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- I don't have Vista or WIN 7. I'm running on Intel Core 2 Duo.
- 10:50 AM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- Hi, I tried what you suggested and got the same results. I noticed that autoit3wrapper has been rewritten since version 2.0.0.0. I will try to figure this out, but it's hard to trace the whole thing if I didn't write the script. If I get anything, I will post it here.
- 9:22 AM Ticket #1652 (Sleep in TimerFunc) updated by
- Jpm I think - this problem has not been if not executed function of timer before "Exit Function(s)". In example below TimerFunc not executes while calls function _Test in loop but executes before Exit! Why? […]
- 7:46 AM Ticket #1658 (COM / OLE object access causes error code 80020003 - member not found) created by
- Hallo, while writing some AutoIt scripts to automate one of our …
- 6:54 AM Ticket #1652 (Sleep in TimerFunc) updated by
- I found the problem. It is related really to Sleep(). The same problem can occur on ProcessWait(), ProcessWaitClose(), RunWait() RunAsWait() and ShellExecuteWait(). I intend to return failure on those when the situation occurs.
- 6:48 AM Ticket #1618 (ShellExecute("C:\") causes script hanging) updated by
- @GEOSoft What are you sorry about? did you reproduce the pb in your environment?
Jun 1, 2010:
- 10:53 PM Ticket #1618 (ShellExecute("C:\") causes script hanging) updated by
- Replying to MrCreatoR <mscreator@…>: > >I ran this several times and it worked every time > It's not matter how many times this will run (i am talking about the loop), it's all related to the way that the lines are executed and the run sequence. > Please try the compiled script from my post above. Now I see what you mean. Sorry about that.
- 8:52 PM Ticket #1618 (ShellExecute("C:\") causes script hanging) updated by
- >I ran this several times and it worked every time It's not matter how many times this will run (i am talking about the loop), it's all related to the way that the lines are executed and the run sequence. Please try the compiled script from my post above.
- 8:42 AM Ticket #1618 (ShellExecute("C:\") causes script hanging) updated by
- I ran this several times and it worked every time. The AutoIt3 process closed as it should. […] One thing I did notice though, I don't think it will be related at all. ShellExecuteWait() doesn't wait for the explorer window to be closed before the script exits […]
- 8:14 AM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- Can you replicate it with a Vista X64 or a Win7 X64? Which kind of processor are you running with AMD/Intel X64 or Itanium?
May 31, 2010:
- 5:44 PM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) updated by
- This is an error from the Resource update routines in AutoIt3Wrapper. Could you check a few things: - Try disable your AV for that particular directory/file - Make sure you do not have the Explorer open an the output script selected. I have no way to replicate this error so its difficult to do any debugging. Jos
- 10:41 AM Ticket #1657 (AutoIt3Wrapper on XP 64 bit error) created by
- OS: XP 64 bit SP2 Autoit V3 3.3.6.1 Scite 1.79 AutoIt3Warpper 2.0.1.24 …
- 9:54 AM Ticket #1656 (Object not being released properly) created by
- The following code should release the iTunes object so a dialog about …
- 8:35 AM Ticket #1653 (Error on Windows Message Codes documentation.) closed by
- Fixed: Fixed by revision [5855] in version: 3.3.7.0
- 8:26 AM Ticket #1653 (Error on Windows Message Codes documentation.) updated by
- WM_KEYLAST = 0X108 is for Windows 2000 all other systems must use 0x109
- 7:45 AM Ticket #1655 (GUICtrlSetImage issue on static controls) updated by
- Ok, thanks for the response. Still, that doesn't mean it's right to assign the new image to the control without destroying what's found there. If it is then you wouldn't be destroying at all with GUICtrlSetImage().
- 7:14 AM Ticket #1653 (Error on Windows Message Codes documentation.) reopened by
- sorry I just verify that WM_KEYLAST = WM_UNICHAR. at least it is what I found in MS definition files. I reopen and fix what it is needed
- 7:03 AM Ticket #1655 (GUICtrlSetImage issue on static controls) closed by
- No Bug: If you do something behind the Builtin function GUICtrlSetImage() on something created with GuiCtrlCreateIcon() or GuiCtrlCreatePic() you get the behavior you describe which is you responsability to manage. The GUICtrlSendMsg is sending the message without any relation with GUICtrlSetImage so you are creating the leak. Mixing Builtin GUI...() with UDF _...() is not fully supported. Some mixing works some does not.
- 12:15 AM Ticket #1655 (GUICtrlSetImage issue on static controls) created by
- This function causes a memory leak (GDI objects) in combination with …
May 30, 2010:
- 10:00 AM Ticket #1569 (_ArraySearch fails returns wrong result) updated by
-
Version changed
Automatic ticket cleanup. - 9:36 AM Ticket #1569 (_ArraySearch fails returns wrong result) closed by
- Completed: Added by revision [5854] in version: 3.3.7.0
- 9:25 AM Ticket #1569 (_ArraySearch fails returns wrong result) updated by
-
Type changed
I prefer to treat it as a request feature and to add a mode that will strictly match if the variable type are the same. The checking of the variables in AutoIt is kept with this new mode. I don't like too much "string" = 0 or "" = 0 but that's the way AutoIt is doing comparison priority to numbers ... So I cannot change the default value.
May 29, 2010:
- 3:32 PM Ticket #1591 (about InetGetSize,InetRead......) closed by
- No Bug
- 3:31 PM Ticket #1654 (Mistake on Windows Message Codes documentation.) closed by
- Duplicate
- 3:30 PM Ticket #1653 (Error on Windows Message Codes documentation.) closed by
- No Bug: Both WM_KEYLAST abd WM_UNICHAR are define in MSDN so why to eliminate one of them
- 10:24 AM Ticket #1654 (Mistake on Windows Message Codes documentation.) updated by
- I'm really sorry for the double post.
- 10:23 AM Ticket #1654 (Mistake on Windows Message Codes documentation.) created by
- Hello, I have noticed a mistake in Windows Message Codes …
- 10:22 AM Ticket #1653 (Error on Windows Message Codes documentation.) created by
- Hello, I have noticed a mistake in Windows Message Codes …
- 10:18 AM Ticket #1591 (about InetGetSize,InetRead......) updated by
- thank you.
- 12:07 AM Ticket #1649 (Multiline strings without the "& _") updated by
- The & _ concatenation is cumbersome and restrictive. The only viable alternative is to read external text files, which gets clunky. A double bracket token could signify the beginning of a multi-line string. A single bracket could signify a temporary exit (for example, to insert a variable.) Here is my thought on the implementation of a raw multiline string: If the preprocessor identifies and flags the double bracket token, then it should be simple to then parse each following line (CR, LF, or CRLF) and shape it into the current notation. This: […] Would be transformed cleanly to this: […] This would be incredibly beneficial for interaction with SQL, dynamically generated code and text, ini manipulation, and more. I also think that it wouldn't represent a significant challenge as far as modifying the preprocessor goes, unless the structure behind "& _" has significantly changed since 2005. I'd be more than willing to do the legwork on the preprocessor if the publicly available code is still compatible with the current implementation (searching through it now.) Is this idea worth bouncing around on the dev forum?
May 28, 2010:
- 6:23 PM Ticket #1652 (Sleep in TimerFunc) updated by
- I think when i trying to close script first time then script kills timer and stops before Exit. And when i trying to close script second time then script closes normally.
- 6:08 PM Ticket #1652 (Sleep in TimerFunc) created by
- Form does not close on the first try because of sleep in TimerFunc. […]
- 12:00 PM Ticket #1651 (Addition to _IsPressed page in Help file) updated by
-
Version changed
Automatic ticket cleanup. - 11:22 AM Ticket #1591 (about InetGetSize,InetRead......) updated by
- After looking at various RFCs, there doesn't seem to be an official way to encode non ISO-Latin (ISO 8859-1) characters that might appear in the user/password part. The same encoding solution should be useable for HTTP and FTP (as well as other protocols, but I doubt they are much in use today) for any function establishing a connection. Therefore I suggest the following code so that users may have the auto-logon URL properly setup and ready to send. […] I believe the code works correctly but point out problems. JPM, you can probably close this ticket. You decide.
- 10:16 AM Ticket #1651 (Addition to _IsPressed page in Help file) created by
- A few recent forum help requests have been the result of users not …
- 9:01 AM Ticket #1650 (Problem with Run("psexec", .., $STDERR_CHILD + $STDOUT_CHILD) on Vista ...) created by
- Hi, the following code with the current version 1.98 of the …
- 8:45 AM Ticket #1602 (_ArrayMinIndex and Void entries) closed by
- Rejected: I cannot imagine a real crash but just the script not working as you want. If you really need to get error on such entries just check them before calling _ArrayMinIndex()
- 7:36 AM Ticket #1618 (ShellExecute("C:\") causes script hanging) updated by
- Please help MrCreatoR in testing his last post script on "non Latin" Windows version. Without any answer I will close this ticket
- 6:46 AM Ticket #1492 (Problem with listview AND $WS_EX_COMPOSITED in a gui) updated by
- I just read http://www.codeguru.com/forum/showthread.php?t=324061 and as I understand it can be hard to manage …
- 6:14 AM Ticket #1649 (Multiline strings without the "& _") updated by
- How can @CRLF be handled is the next line must be separated as windows text file. Not sure the main Guru Dev will accept such request. the & _ concatenation seems to me a clean solution which allow the script designer to manage what he wants.
- 6:06 AM Ticket #1649 (Multiline strings without the "& _") updated by
- I've been looking at other implementations, and one of the easiest to implement would seem to be using a unique token to indicate the beginning and end of a multi-line string. Lua uses double brackets - the notation seems to be compatible with AutoIt, since we don't have anything similar. I think the desired functionality would be to process the tokens, then concatenate each line with an appended LF character.
- 6:04 AM Ticket #1591 (about InetGetSize,InetRead......) updated by
- As I understand [ http://www.faqs.org/rfcs/rfc1738.html ] in 3.1 […] So it is the user responsability to encode "/" or "@". It cannot be done inside InetGetSize/Read. So this ticket can be closed with NO Bug. Right ?
May 27, 2010:
- 10:51 PM Ticket #1649 (Multiline strings without the "& _") created by
- This would be very useful to alleviate several cases where multi-line …
- 9:40 PM Ticket #1591 (about InetGetSize,InetRead......) updated by
- The RFCs are very unclear about precisely what should happen in the general case. See http://www.faqs.org/rfcs/rfc1738.html and http://www.blooberry.com/indexdot/html/topics/urlencoding.htm. All seem to be OK as long as both login and password are representable in ISO-8859-1 (ISO-Latin) using the following code: […] However the RFC do not specify at all how should be encoded the login /password part when it contains Unicode characters (or even ANSI characters not in ISO-8859-1 (ISO-Latin). Worst: while it's obviously expected that more and more servers will handle html 4 (which introduces Unicode characters in URLs) no encoding seem to have been currently officially specified. See http://www.rfc-editor.org/rfc/rfc2396.txt esp. last § of section 2.1 The code above will escape (i.e. transform into an '%xx' sequence) any character in the non-representable range and use Asc() [notice: '''not''' AscW()] to transform the Unicode character into ANSI system codepage. I'm aware that could break if the system codepage isn't Latin-1, but that's the "less unsatisfatory" solution I could think of. Could a competent webmaster help by pointing out how to deal with characters in login/password which are not mappable into ISO-Latin?
- 2:00 PM Ticket #1648 (UDF community) updated by
-
Version changed
Automatic ticket cleanup. - 12:00 PM Ticket #1648 (UDF community) created by
- Is it possible to have an area where users can upload UDFs and others …
- 9:49 AM Ticket #1591 (about InetGetSize,InetRead......) updated by
- The user's password is really the password. Also: a user's password settings are "/" or "@" in line with the password strength requirements Hope you can improve, thanks!
- 9:43 AM Ticket #1591 (about InetGetSize,InetRead......) updated by
- Replying to Jpm: > How browsers are handling such situation? > I would think they can't > true? If the user's password contains "/"or"@", InetGetSize,InetRead......will return 0 and set @error to non-zero thank you~
May 25, 2010:
- 8:43 PM Ticket #1647 (StringInStr returns wrong value when 4th parm is "Default") closed by
- No Bug: In fact unless stated in the doc "Default keyword cannot replace an optional builtin Autoit parameter function
- 5:25 PM Ticket #1646 (Change wording in help file) closed by
- Rejected: Definition number 4.
- 3:32 PM Ticket #1647 (StringInStr returns wrong value when 4th parm is "Default") created by
- Default Parameter for occurrence is 1 (HelpFile). But …
- 9:35 AM Ticket #1646 (Change wording in help file) created by
- Hi! In the help file ("COM Reference" section) I read the following: …
- 7:40 AM Ticket #1492 (Problem with listview AND $WS_EX_COMPOSITED in a gui) updated by
- I am afraid to suppress th CS_OWNDC that currently AutoIt is setting when creating a GUI. Valik mention that the AutoIt must be subclass when using such extended style to have your own behavior.
- 7:30 AM Ticket #1644 (_InetMail function does not work when Windows Live mail is default client) closed by
- Fixed: Fixed by revision [5848] in version: 3.3.7.0
- 7:26 AM Ticket #1645 (Change stdinwrite() to asynchronous) updated by
-
Owner, Status changed
- 7:18 AM Ticket #1645 (Change stdinwrite() to asynchronous) created by
- http://www.autoitscript.com/forum/index.php?showtopic=113065&view=findp …
- 4:44 AM Ticket #1626 (TCPSend( ) only transmits half simplified Chinese characters) updated by
-
Replying to jchd:
> The following works. From the examples you mention, change the client line 48 into
>
TCPSend($ConnectedSocket, StringToBinary($szData, 4))> and in the server, change lines 67+: > {{{ ; Try to receive (up to) 2048 bytes > ;---------------------------------------------------------------- > $recv = TCPRecv($ConnectedSocket, 2048, 1) > > ; If the receive failed with @error then the socket has disconnected > ;---------------------------------------------------------------- > If @error Then ExitLoop > > ; convert from UTF-8 to AutoIt native UTF-16 > $recv = BinaryToString($recv, 4) > > ; Update the edit control with what we have received > }}} > > This way, you transmit UTF-8 data. If the client has to send both binary and string data, you need to make the server aware of that so that it doesn't "decode from UTF-8" actual binary data that would instead need be passed verbatim. ----------------------------------------------------------------------------- I change code as you mention above, all simplified Chinese characters send OK. thank you, jchd.
May 24, 2010:
- 7:22 PM Ticket #1571 (StringSplit - Add CaseSense parameter) closed by
- Completed: Added by revision [5847] in version: 3.3.7.0
- 7:09 PM Ticket #1451 (RegRead) closed by
- Completed: Added by revision [5846] in version: 3.3.7.0
- 6:59 PM Ticket #1637 (Certain charactered missed by StringRegExp() and the replace) closed by
- No Bug
- 6:58 PM Ticket #1637 (Certain charactered missed by StringRegExp() and the replace) updated by
- This ticket is referenced in revision: [5845]
- 6:55 PM Ticket #1637 (Certain charactered missed by StringRegExp() and the replace) updated by
- as "Unicode properties support" is not a solution to a pattern such as \x80-\xff and AutoIt is doing the right job with UTF8 conversion, just some slight doc will be updated
- 1:22 PM Ticket #1644 (_InetMail function does not work when Windows Live mail is default client) created by
- The function _InetMail needs some improvements Install Outlook 2007 …
May 23, 2010:
- 7:45 PM Ticket #1641 (Write compiler for autoit) closed by
- Rejected: All those posts are from the same user. I'm blocking the user from the site and closing the ticket.
- 7:01 PM Ticket #1641 (Write compiler for autoit) updated by
- What is stopping any of you to build it? Jos
- 5:54 PM Ticket #1641 (Write compiler for autoit) updated by
- create the compiler. net is possible I think it'll be a good project
- 5:51 PM Ticket #1641 (Write compiler for autoit) updated by
- we rely on the team AutoIt !
- 5:50 PM Ticket #1641 (Write compiler for autoit) updated by
- Many people love a real compiler !
- 11:56 AM Ticket #1591 (about InetGetSize,InetRead......) updated by
- no answer I will close it
- 11:53 AM Ticket #1641 (Write compiler for autoit) updated by
- For the same reason as for ticket #1640 I don't think somebody will srite a real compiler. I leave to other Dev's the final answer
- 10:37 AM Ticket #1640 (In name of every autoit's coders) closed by
- Rejected: Sorry but Zedna is right …
- 10:05 AM Ticket #1640 (In name of every autoit's coders) updated by
- @OP: Look here http://www.autoitscript.com/trac/autoit/wiki/AutoItNotOnToDoList This will be rejected for sure.
Note:
See TracTimeline
for information about the timeline view.
