Timeline
Dec 13, 2010:
- 7:27 PM Ticket #1836 (_GUICtrlTreeView_InsertItem should return a handle, but it not) closed by
- Fixed: Fixed by revision [5964] in version: 3.3.7.0
- 7:06 PM Ticket #1836 (_GUICtrlTreeView_InsertItem should return a handle, but it not) updated by
- Oh, I see the type of the variable . Thanks
- 4:43 PM Ticket #1836 (_GUICtrlTreeView_InsertItem should return a handle, but it not) updated by
- In source of GuiTreeView.au3, there is a GUICtrlTreeView_AddItem and _GUICtrlTreeView_InsertItem. In GUICtrlTreeView_AddItem, following code is ok. […] But in _GUICtrlTreeView_InsertItem, following code has problem. $hItem is not returned as "handle". […] The return type "handle" should be add as last parameter in _SendMessage of _GUICtrlTreeView_InsertItem.
- 10:49 AM Ticket #1832 (StringStripCR(): Clips strings at NUL-character.) updated by
- That's an fantastic analysis. I think the support of Chr(0) in string is what we wanted to use basic String...() builtin on such string. For me StringStripWS() should clip as it is not a basic one. For StringToASCIIArray() and StringFromASCIIArray(), It can be considered as a basic builtin. Definitely Doc must be updated to reflect the support/Clipping.
Dec 12, 2010:
- 7:08 PM Ticket #1822 (_GUICtrlListView_GetCounterPage???) updated by
- I posted it on the forum here when I found it... I don't think it is used at all, as doing a search of the forum doesn't bring up any results other than a few people posting the name changes for the UDF between versions. Even if it is left as is, there should at least be a note saying what it actually is, would have saved Kafu a bit of time by the looks of it :)
Dec 11, 2010:
- 5:07 PM Ticket #1832 (StringStripCR(): Clips strings at NUL-character.) updated by
- Run trough the string group functions. Looking at there behavior in relation to CHR(0) characters. (adding for reference.) cliped at (output result is based on the input string up to the first chr(0) character.) StringIsAlNum StringIsAlpha StringIsASCII StringIsDigit StringIsFloat StringIsInt StringIsLower StringIsSpace StringIsUpper StringIsXDigit StringAddCR StringStripCR StringFormat ignored/used (chr(0) is handles just like other characters.) StringLen StringLower StringUpper StringLeft StringRight StringTrimLeft StringTrimRight StringMid StringInStr StringStripWS (*) StringCompare StringToASCIIArray (*) StringFromASCIIArray (*) StringSplit StringReplace mixed/not_done StringRegExpReplace StringRegExp *)has some Chr(0) info in doc. - - - >I can add that StringStripWS() does not remove chr(0) as stated in the doc. +1 (although I don't know if there is any real need to refer to chr(0) here if chr(0) is not removed by StringStripWS().) >Not sure if StringStripCR() should support Chr(0) not stripping. As StringAddCR() is also clipping strings at chr(0) you probably right. Its not that StringAddCR() and StringStripCR() can't be easily duplicated, but then without clipping at chr(0) if needed, with StringReplace() itself. (assuming StringAddCR() and StringAddCR() might be speed optimized linefeed modifiers/function.) Think thats it from me on this one.
- 9:31 AM Ticket #1822 (_GUICtrlListView_GetCounterPage???) updated by
- Replying to Zedna: > Replying to Jpm: > > You right at was certainly a typo at the creation time 9/2007 but as it can lead to regression to existing script we don't plan to change it > > I disagree. > It should be fixed because there are many other script breaking changes > and similar typo in function name was already fixed: > > http://www.autoitscript.com/trac/autoit/ticket/1015 > Ticket #1015 (closed Bug: Fixed) > _SQLite_SaveMode() --> _SQLite_SafeMode() on this #1015 I was the designer so I have taken the responsability of breaking . but on this one is not me. Can you post on main forum an question about this breaking and report the conclusion if any? Thanks. PS I think a lot of UDF are never used …
Dec 10, 2010:
- 11:34 PM Ticket #1822 (_GUICtrlListView_GetCounterPage???) updated by
- Replying to Jpm: > You right at was certainly a typo at the creation time 9/2007 but as it can lead to regression to existing script we don't plan to change it I disagree. It should be fixed because there are many other script breaking changes and similar typo in function name was already fixed: http://www.autoitscript.com/trac/autoit/ticket/1015 Ticket #1015 (closed Bug: Fixed) _SQLite_SaveMode() --> _SQLite_SafeMode()
- 8:23 PM Ticket #1841 (_Date_Time_FileTimeToStr) closed by
- Duplicate: duplicate ticket, already fixed
- 6:36 PM Ticket #1841 (_Date_Time_FileTimeToStr) created by
- There is an error in this funtion, with as parameter 1 instead the …
- 6:07 PM Ticket #1833 (_arraydisplay : elements longer than 4094 bytes are like empty elements) closed by
- Fixed: Fixed by revision [5963] in version: 3.3.7.0
- 4:41 PM Ticket #1833 (_arraydisplay : elements longer than 4094 bytes are like empty elements) updated by
- In fact the builtins GUICtrlCreateListViewItem(),GUICtrlCreateListView() and GUICtrlSetData() for List, Combo, ListView and ListViewItem reject lthe creation/update if the item length is greater than 4094. I will document this limit. But for _ArrayDisplay() which is more a debug Udf I will troncate the item
- 3:36 PM Ticket #1832 (StringStripCR(): Clips strings at NUL-character.) updated by
- I missed the StringStripWS() doc part on StringStripWS() also removing chr(0). Don't mind knowing(also) what the general consensus is with chr(0) in relation to the string* group functions. If there is any of course. Valik?
- 2:11 PM Ticket #1840 (_Singleton's documentation lacks $iFlag's default) closed by
- No Bug: Unless more information is needed, all UDF syntax reflect the default value for a specific parameter. We don't intend to add (default) in front all the needed one. Too much work for UDF that have been submitted by people as you. Sorry for not solving this kind of issue.
- 2:00 PM Ticket #1823 (Typo on documentation of GUICoordMode option.) updated by
-
Milestone changed
Automatic ticket cleanup. - 1:29 PM Ticket #1839 (Bug of _GUICtrlTreeView_SetInsertMark) closed by
- Fixed: Fixed by revision [5961] in version: 3.3.7.0
- 1:03 PM Ticket #1836 (_GUICtrlTreeView_InsertItem should return a handle, but it not) updated by
- I don't understand as _GUICtrlTreeView_InsertItem() is returning an Handle. _GUICtrlTreeView_AddItem() is not an udf GUICtrlTreeView_AddItem() is an internal UDF. Can you post a repro script? Thanks
- 12:45 PM Ticket #1832 (StringStripCR(): Clips strings at NUL-character.) updated by
- I can add that StringStripWS() does not remove chr(0) as stated in the doc Not sure if StringStripCR() should support Chr(0) not stripping.
- 12:10 PM Ticket #1829 (Typo on documentation in running.htm) closed by
- No Bug: Yes it is
- 12:07 PM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) closed by
- Works For Me: For me it is working so I close it
- 12:05 PM Ticket #1823 (Typo on documentation of GUICoordMode option.) closed by
- Fixed: alrady fix in the proposed beta …
- 11:58 AM Ticket #1822 (_GUICtrlListView_GetCounterPage???) closed by
- No Bug: You right at was certainly a typo at the creation time 9/2007 but as it can lead to regression to existing script we don't plan to change it
- 11:10 AM Ticket #1820 (Script sometimes won't exit after launching folders in ShellExecute) closed by
- Works For Me: cannot reproduce as it is working for me
- 11:09 AM Ticket #1819 (Script won't launch or won't exit after launching URLs in ShellExecute) closed by
- Works For Me: Under IE8/Windows 7 it is working. as IE6 is a pretty old not really support by MS, I close it as working for me
- 9:15 AM Ticket #1806 ($iBase in _ArrayUnique() not working properly) closed by
- No Bug: There is no error just use […] and play with the $iBase = 0 or 1 The remaining of the thread shoud go to a "new request" for 2D array support
- 8:20 AM Ticket #1816 (_GUICtrlListView_GetItemText not properly work on Windows 7 x 64) updated by
- In fact the alignment of structure have been fixed for the next beta/release. X64 is now working correctly, compatible with X86. new types have been added […] I think the problem will be closed with the next delivery
- 7:24 AM Ticket #1811 (String.au3 file inside help folder?) updated by
- it looks like the #include<> is working as #include""
- 7:18 AM Ticket #1807 (Success of some commands relies on last keyboard/mouse action) updated by
- I am in the same situation as "mvg", I can't reproduce it. My system does not have a smartcard reader and I am running Windows 7. Is the smartcard reader mandatory?
- 7:05 AM Ticket #1808 (OS Crash while executing..) closed by
- Works For Me: I don't see any hanging under my system. I can't reproduce the crash even with 128 Mb memory
Dec 9, 2010:
- 11:21 PM Ticket #1805 (Functions that modify files should not change encoding) closed by
- Fixed: Fixed by revision [5960] in version: 3.3.7.0
- 10:00 PM Ticket #1800 (_ClipPutFile error 9) updated by
-
Milestone changed
Automatic ticket cleanup. - 9:48 PM Ticket #1801 (RUNAS Windows 7 x64) closed by
- Works For Me: no info added so I close it …
- 9:46 PM Ticket #1800 (_ClipPutFile error 9) closed by
- Fixed: This has been fixed during #1471 fixing
- 8:00 PM Ticket #1838 (Au3Check, Ignored error case, keyword and (attached) negative number.) updated by
-
Milestone changed
Automatic ticket cleanup. - 7:56 PM Ticket #1802 (_WinAPI_CallWindowProc() and _WinAPI_DefWindowProc() are not Unicode ...) updated by
- Are you sure that you process is unicode?
- 7:34 PM Ticket #1791 (GuiCtrlDelete is in the wrong place?) closed by
- Wont Fix: The argument of mvg" is the ones which as lead to not put it under "GUI Control Update" So I close it without modification
- 7:28 PM Ticket #1789 (_GUICtrlRichEdit_Create blocking syntax error reporting while in SciTE) updated by
- In fact the compiled script crash at the end after the error message as the script as the same problem as #1319.
- 7:01 PM Ticket #1838 (Au3Check, Ignored error case, keyword and (attached) negative number.) closed by
- Fixed: already fixed with #1051
- 1:29 PM Ticket #1833 (_arraydisplay : elements longer than 4094 bytes are like empty elements) updated by
- A quick (possibly too quick) look at http://msdn.microsoft.com/en-us/library/bb774760%28v=VS.85%29.aspx at pszText parameter descripion tells me (again I can be mis-interprating this in such a rush) that only the first 260 TCHARs of text subitem are displayed. If that is real, then there is no point in _not_ truncating array elements to 260 characters, well before 4095. I agree that the function should display that first 260 chars instead of "", which can be utterly misleading to the user. I apologize for any mistake in understanding that MSDN prose.
- 11:01 AM Ticket #1840 (_Singleton's documentation lacks $iFlag's default) created by
- I assume it's 0 due to the mention of _Singleton($sOccurenceName [, …
- 12:43 AM Ticket #1839 (Bug of _GUICtrlTreeView_SetInsertMark) created by
- Help file: "If $hItem is 0, the insertion mark is removed". But since …
Dec 7, 2010:
- 2:44 PM Ticket #1838 (Au3Check, Ignored error case, keyword and (attached) negative number.) created by
- Au3Check, Ignored error case, keyword and (attached) negative number. …
Dec 6, 2010:
- 5:13 PM Ticket #1837 (_GUICtrlIpAddress_EnableDisable) created by
- There is currently a UDF to show/hide a IPAddress control, but not one …
Dec 4, 2010:
- 10:03 AM Ticket #1836 (_GUICtrlTreeView_InsertItem should return a handle, but it not) created by
- Easy to correct. Add "handle" as last parameter to _SendMessage in …
Dec 3, 2010:
- 5:42 PM Ticket #1835 (Error opening file for writing during install) updated by
- Replying to anonymous: > > What is your problem....Language??? My problem is users who try to say our stuff has bugs in it when it's their fault they are having an issue. > I checked the forum and neither applied... I'm guessing you didn't bother asking for support. Which is what you need. > and what is wrong with a PDF? You have an IMAGE file to show. A PDF is needlessly large for that. Had you just attached a PNG file like most reasonable people would, I could have viewed it from within my browser instead of having to download a file and open it in another program. > I guess this download was a complete waste of time It was because there's no bug here. > and you should find some manners!! I have manners. However, I do not demonstrate them to people who are clearly wasting my time. You posted a PDF file (rude) to report a non-bug (rude). > Thanks for nothing!~ No, I've given you plenty, you're just too blind to see it.
- 4:01 PM Ticket #1835 (Error opening file for writing during install) updated by
- Replying to Valik: > First of all. WTF, a PDF? Really? > > Second, use the forum. I see at least 2 obvious potential errors in what you are trying to do. What is your problem....Language??? I checked the forum and neither applied...and what is wrong with a PDF? I guess this download was a complete waste of time and you should find some manners!! Thanks for nothing!~
- 12:47 AM Ticket #1835 (Error opening file for writing during install) closed by
- No Bug: First of all. WTF, a PDF? Really? Second, use the forum. I see at least 2 obvious potential errors in what you are trying to do.
- 12:24 AM Ticket #1835 (Error opening file for writing during install) created by
- I have been trying to run the setup file autoit-v3-setup.exe and keep …
Dec 1, 2010:
- 8:14 PM Ticket #1834 (FileSelectFolder problem when using Windows RunAs) created by
- The "Make New Folder" button in the FileSelectFolder function does not …
Nov 30, 2010:
- 11:53 PM Ticket #1833 (_arraydisplay : elements longer than 4094 bytes are like empty elements) updated by
- GUICtrlCreateListViewItem() limitation side effect.
- 9:33 PM Ticket #1833 (_arraydisplay : elements longer than 4094 bytes are like empty elements) created by
- array elements longer than 4094 bytes displayed like empty strings. …
- 11:00 AM Ticket #1830 (Typo on documentation in running.htm) closed by
- Duplicate
Nov 29, 2010:
- 9:38 PM Ticket #1831 (_FileCountLines does not handles null characters) updated by
- Problem is in the StringStripCR() function. Its clipping strings at the NUL-character. See ticket #1832
- 9:37 PM Ticket #1832 (StringStripCR(): Clips strings at NUL-character.) created by
- Problem taken from ticket #1831 […]
- 4:05 PM Ticket #1831 (_FileCountLines does not handles null characters) updated by
- Oups! In the script please ignore the line: […]
- 3:56 PM Ticket #1831 (_FileCountLines does not handles null characters) created by
- When using _FileCountLines on a text file containing some NULL …
Nov 28, 2010:
- 9:31 PM Ticket #1830 (Typo on documentation in running.htm) updated by
- Oups ... Sorry for the double ticket.
- 9:30 PM Ticket #1830 (Typo on documentation in running.htm) created by
- Did the last line is a part of this text? […]
- 9:30 PM Ticket #1829 (Typo on documentation in running.htm) created by
- Did the last line is a part of this text? […]
- 8:07 PM Ticket #1828 (Strange behavior with IniWrite) updated by
- I nevertheless read the help of both functions, but I had not dreaded the impact of this little sentence. Thank you very much.
- 11:04 AM Ticket #1828 (Strange behavior with IniWrite) closed by
- No Bug: From the Helpfile FileOpenDialog: Remarks Separate the file filters with a semicolon as shown in the example. Multiple groups of filters are separated by a pipe "|". If default name is given, options must also be given. If none of the options are wanted, use 0 for options. Special Windows folders (such as "My Documents") can sometimes be set as the init dir; see Appendix. @WorkingDir is changed on successful return.
- 10:51 AM Ticket #1828 (Strange behavior with IniWrite) created by
- Hello, a member of the French forum point us for a strange behavior of …
- 8:28 AM Ticket #1827 (Typo on documentation of SendKeyDelay option.) closed by
- Fixed: Fixed by revision [5959] in version: 3.3.7.0
Nov 27, 2010:
- 3:46 PM Ticket #1827 (Typo on documentation of SendKeyDelay option.) created by
- "Alters the the length of the brief pause in between sent keystrokes." …
Nov 25, 2010:
- 4:00 PM Ticket #1826 (A request about XML Files) updated by
-
Version changed
Automatic ticket cleanup. - 2:58 PM Ticket #1826 (A request about XML Files) updated by
- There is UDF for this: XML DOM wrapper (COM) COM XML wrapper for DOM http://www.autoitscript.com/forum/topic/19848-xml-dom-wrapper-com/page__view__findpost__p__136943 It's wrapper over system MSXML dll file. Maybe it would be nice to include this UDF as standard one…
- 2:29 PM Ticket #1826 (A request about XML Files) created by
- Would you mind adding reading and writing xml files tools in next …
- 10:46 AM Ticket #1825 (StringRegExpReplace - returns bad @extended value) created by
- In the helpfile at StringRegExpReplace is stated: "Check @Extended for …
- 7:44 AM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) updated by
- Replying to avechuche: > I have a problem or bug (?). If you are not sure if it's a bug or not then you should not post here but the forum, as it's most likely NOT a bug. Like in this case, you just need to disable themes for the transparency to work. Example: […]
- 7:17 AM Ticket #1814 (On InputBox, the language of buttons stays in English) updated by
- If you have pain in a foot and what the doctor says to you: " Not to have pain, do not walk above, use of crutches... " Do you really think that you have the solution?
- 4:42 AM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) updated by
- Did It again ... Mixed up Left and Right side. :P
- 4:41 AM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) updated by
- My code works fine. As I have no black background on those left-sided Checkbox's. The Right-sided Checkbox's are suppose to be red. Problem is on your side/system, also know as a local problem. Ergo: > - Additional system specs that might matter. That would be your video specs and used driver. Bottom line: If Dev's don't know how to, or can't, reproduce it. It will definitely not be fixed/changed. For Dev's, from screen shot: Environment(Language:0C0A Keyboard:0000040A OS:WIN_XP/Service Pack 3 CPU:X64 OS:X86) I'm out. Problem is cleared up as far as I'm concerned.
Nov 24, 2010:
- 7:07 PM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) updated by
- Replying to mvg: > oOps > {{{ > #include <GUIConstantsEx.au3> > }}} Bug: $GUI_BKCOLOR_TRANSPARENT not work with GUICtrlCreateCheckbox. I need transparent CreateCheckbox to use a background image Not work! (your code) http://picturetogo.com/images/2010/11/24/2689-dibujo.jpg
- 4:42 PM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) updated by
- oOps […]
- 4:39 PM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) updated by
- - What bug? (clear, to the point description.) - Proof it! (runnable example code.) - Additional system specs that might matter. (like: "Environment(Language:0409 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X86 OS:X86)") From my point of view. Things seem to be working fine. […]
- 1:32 PM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) updated by
- Replying to mvg: > Replying to avechuche: > > I have a problem or bug (?) > > <snip> > > But is very irritating i have many checkbox :( > Sorry to hear that. > Anyway, Welcome to the forum ... O wait, this is not the forum. > > Goto forum. Its very irritating to see meaningless reports like these. Its a Autoit bug, , so I write here.
- 10:22 AM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) updated by
- Replying to avechuche: > I have a problem or bug (?) > <snip> > But is very irritating i have many checkbox :( Sorry to hear that. Anyway, Welcome to the forum ... O wait, this is not the forum. Goto forum. Its very irritating to see meaningless reports like these.
- 7:04 AM Ticket #1824 ($GUI_BKCOLOR_TRANSPARENT not working in GUICtrlCreateCheckbox) created by
- I have a problem or bug (?). I have a GUI with a background image, and …
- 12:00 AM Ticket #1817 (Tidy incorrectly formats an objects parenthesis) updated by
-
Milestone changed
Automatic ticket cleanup.
Nov 23, 2010:
- 10:42 PM Ticket #1817 (Tidy incorrectly formats an objects parenthesis) closed by
- Fixed: Fixed in Tidy version 2.2.0.9 available in the Beta directory.
- 8:21 PM Ticket #1814 (On InputBox, the language of buttons stays in English) closed by
- No Bug: Replying to anonymous: > Yes it's what we can do (and I know it), but it's not a real solution. I wasn't aware you were the adjudicator of that.
Nov 22, 2010:
- 11:26 PM Ticket #1814 (On InputBox, the language of buttons stays in English) updated by
- Yes it's what we can do (and I know it), but it's not a real solution.
- 11:21 PM Ticket #1823 (Typo on documentation of GUICoordMode option.) created by
- 2 = cell positionining relative to current cell. should be : 2 = …
- 10:43 PM Ticket #1822 (_GUICtrlListView_GetCounterPage???) created by
- Ummm... Is there a reason for the ridiculous naming of this function? …
- 10:07 PM Ticket #1821 (_ScreenCapture_CaptureWnd doesn't work for Games in fullscreen) created by
- _ScreenCapture_Capture doesn't work at all for games in fullscreen …
- 9:51 PM Ticket #1814 (On InputBox, the language of buttons stays in English) updated by
- Use custom InputBox.
- 5:51 PM Ticket #1819 (Script won't launch or won't exit after launching URLs in ShellExecute) updated by
- Also see http://www.autoitscript.com/trac/autoit/ticket/1820
- 5:51 PM Ticket #1820 (Script sometimes won't exit after launching folders in ShellExecute) created by
- It launches Windows Explorer but sometimes can't detect when Windows …
- 11:41 AM Ticket #1819 (Script won't launch or won't exit after launching URLs in ShellExecute) created by
- http://www.autoitscript.com/forum/index.php?showtopic=122199 My …
Nov 21, 2010:
- 2:21 PM Ticket #1806 ($iBase in _ArrayUnique() not working properly) updated by
- Here my latest version: […] Is this something for you? Br, UEZ
- 12:54 PM Ticket #1663 (Au3Recorder x64 does not work on x64 machines.) updated by
- Hi, I just installed the latest version of AutoIt and SciTE and the DLL issue still exists. I notice the bug is closed, What did you do to fix it? The 32bit version of Au3Recorder "works" but nothing like it did before in 32bit Windows. I notice one entry in the log states the problem is fixed in version 3.3.7.0, but this vesion is not available in the downloads section. Where can ths be downloaded? Thanks Mark
Nov 19, 2010:
- 4:21 PM Ticket #1818 ((UDF) _INetSmtpMail Importance parameter) updated by
- Replying to Zedna: > There is hardcoded "charset=US-ASCII" > Maybe there could be added also new parameter "charset" ... It's not a charset, it's just a header. […] This line is what I added.
- 4:07 PM Ticket #1818 ((UDF) _INetSmtpMail Importance parameter) updated by
- There is hardcoded "charset=US-ASCII" Maybe there could be added also new parameter "charset" …
- 4:45 AM Ticket #1815 (Conditional Compilation (#if, #ifdef, #ifndef, #else, #elif, #endif, ...) updated by
- Not sure what the inteneded purpose is in this case. As unknown #words are just ignored at the build process. Support for intended keywords could be done by a separate (user created -> forum) pre-built tool.
Nov 18, 2010:
- 4:00 PM Ticket #1818 ((UDF) _INetSmtpMail Importance parameter) updated by
-
Version changed
Automatic ticket cleanup. - 3:51 PM Ticket #1818 ((UDF) _INetSmtpMail Importance parameter) created by
- Since the importance of an email can be critical, I added a parameter …
- 12:28 PM Ticket #1815 (Conditional Compilation (#if, #ifdef, #ifndef, #else, #elif, #endif, ...) updated by
- I think this has been discussed before and the answer was no. IIRC it's because AutoIt packs the whole interpreter into each compiled script. What you'd be compiling would still be everything no matter what. I may be wrong.
- 12:00 PM Ticket #1817 (Tidy incorrectly formats an objects parenthesis) created by
- When you run Tidy on functions on a function like this: […] It …
Nov 17, 2010:
- 8:09 PM Ticket #1813 (Abs() and Mod() documentation) updated by
- Replying to Spiff59: > I'm retarded. And can't type... I meant to say Int() and Mod() should show as related in documentation.
- 8:08 PM Ticket #1813 (Abs() and Mod() documentation) updated by
- I'm retarded. I meant to say Int() and Mod() show show as realted in documentation.
- 4:33 PM Ticket #1336 (Remove UDF hard-coded buffer sizes.) updated by
- […] --> Link to this page is broken http://www.autoitscript.com/forum/index.php?showtopic=106621 Error message: #10343 We could not determine which topic you were attempting to view.
- 4:24 PM Ticket #1816 (_GUICtrlListView_GetItemText not properly work on Windows 7 x 64) updated by
- Look at these my previous tickets. Maybe it can help you because there are mentioned functions where it's correctly handled. http://www.autoitscript.com/trac/autoit/ticket/1317 http://www.autoitscript.com/trac/autoit/ticket/1318 http://www.autoitscript.com/trac/autoit/ticket/1336
- 10:16 AM Ticket #1816 (_GUICtrlListView_GetItemText not properly work on Windows 7 x 64) updated by
- I was wrong a little. Size of state and stateMask is OK. Problem in (from help): ptr: 32 or 64bit unsigned integer (depending on if the x86 or x64 version of AutoIt is used) If change in $tagLVITEM "ptr Text" to "uint Text" (i.e. make it 32bit) _GUICtrlListView_GetItemText solve the problem (but not solves the bug). Thank you for silence. Check other similar structs - maybe you have the same problems on x64.
- 9:29 AM Ticket #1816 (_GUICtrlListView_GetItemText not properly work on Windows 7 x 64) updated by
- I've found the reason of bug in your code. Remark: size of LV_ITEMA structure is 72 = 0x48 In new test I have Spy log: […] So... see the problem? Problem is: the value of cchTextMax must be in pszText, the value of lParam must be in cchTextMax. Bug is in your struct LV_ITEMA(W) creation - it looks like you make size of state and stateMask as 8 bytes each for x64 OS, but it must be 4 bytes in any OS! Check MSDN. Well, where and how I have to patch you code to correct solve the problem?
- 8:05 AM Ticket #1816 (_GUICtrlListView_GetItemText not properly work on Windows 7 x 64) updated by
- P.S.2. By the way, maybe I'm wrong, but why then you create in _GUICtrlListView_GetItemText wchar buffer, you don't reserve double size buffer in external memory? Your code: If $fUnicode Then $tBuffer = DllStructCreate("wchar Text[4096]") Else $tBuffer = DllStructCreate("char Text[4096]") ... Local $pMemory = _MemInit($hWnd, $iItem + 4096, $tMemMap) ... _MemRead($tMemMap, $pText, $pBuffer, 4096) Then I've searching for solution, I try to fix it, but it is not solve above problem.
- 7:22 AM Ticket #1816 (_GUICtrlListView_GetItemText not properly work on Windows 7 x 64) created by
- I can't get text of SysListView32 item (returns empty string). My …
Nov 16, 2010:
- 10:00 PM Ticket #1815 (Conditional Compilation (#if, #ifdef, #ifndef, #else, #elif, #endif, ...) updated by
-
Version changed
Automatic ticket cleanup. - 8:01 PM Ticket #1815 (Conditional Compilation (#if, #ifdef, #ifndef, #else, #elif, #endif, ...) created by
- Is it possible to introduce Conditional Compilation into Autoit so …
- 7:21 AM Ticket #1814 (On InputBox, the language of buttons stays in English) created by
- On InputBox, even if you have a localised Window, the buttons OK and …
Nov 15, 2010:
- 10:45 AM Ticket #1812 (AutoItSetOption("MustDeclareVars",1) not working fully) closed by
- No Bug
- 10:43 AM Ticket #1811 (String.au3 file inside help folder?) updated by
- walk though: (*Scite4AutoIt3 full install assumed) - open AutoIt help. (preferably from Scite*) - browse to one of the "string management" UDF's inside the help. - click "open this script" in the example script of that string UDF. - Scite*: use "tools: open include file" on the "#include <string.au3>" line in the opened example file. At this point I end up with the "...\AutoIt3\Examples\Helpfile\String.au3" file instead of the "...\AutoIt3\Include\String.au3" file inside Scite* Your getting the same result? - In case you do. Point being something to the effect of. Due to the include file find logic. Help files should not use same names as default(AutoIt) include files. I'm making any sens? (Trivial if this is the case. Just making a note of it to enforce some sort of resolution on this.) - If not ... Erm, back to my local drawing board.
- 9:01 AM Ticket #1788 (_GUICtrlRichEdit_GetMargins and _GUICtrlRichEdit_SetMargins) updated by
- That only affects the margins of the control on-screen. If you _GUICtrlRichEdit_StreamToFile() the control to an .RTF file, the margins are lost. No \margl or \margr tags are inserted into the resulting file.
- 8:00 AM Ticket #1813 (Abs() and Mod() documentation) updated by
-
Version changed
Automatic ticket cleanup. - 6:24 AM Ticket #1813 (Abs() and Mod() documentation) created by
- These seem complimentary functions... Abs() returns the whole-number …
- 12:30 AM Ticket #1812 (AutoItSetOption("MustDeclareVars",1) not working fully) updated by
- Thanks for your speedy response and apologies for my erroneous report.
Nov 14, 2010:
- 11:57 PM Ticket #1812 (AutoItSetOption("MustDeclareVars",1) not working fully) updated by
- According to the help file for a For...Next loop: 'The Variable will be created automatically with a LOCAL scope, even when MustDeclareVars is on. ' So, it's not a bug, it's a documented feature.
- 11:19 PM Ticket #1812 (AutoItSetOption("MustDeclareVars",1) not working fully) created by
- Despite the MustDeclareVars option being set to 1, an undeclared …
- 9:39 PM Ticket #1811 (String.au3 file inside help folder?) updated by
-
Owner, Component changed
Please explain what you mean because this is not clear to me. Jos - 9:26 PM Ticket #1811 (String.au3 file inside help folder?) created by
- ? The file "String.au3" thats residing in the general help folder …
- 3:10 PM Ticket #1810 (Crash, StringRegExpReplace, recursion.) updated by
- Correction on the "witch did not fail" in: > not really tested with StringRegExp, other than a quick StringRegExp test with same pattern and data. witch did not fail ... StringRegExp() will also fail. At the same(size) point. (not sure why this one got by me, but it did. :P ) […]
Nov 13, 2010:
- 6:19 PM Ticket #1810 (Crash, StringRegExpReplace, recursion.) updated by
- With "Crash" I mean a unexpected script termination: […]
- 3:52 PM Ticket #1810 (Crash, StringRegExpReplace, recursion.) created by
- Crash, StringRegExpReplace, recursion. crashes when a recursion …
- 2:06 PM Ticket #1807 (Success of some commands relies on last keyboard/mouse action) updated by
- I figure something like that ... The problem your running into here is: The need to proof that its AutoIt's fault and not the fault of RunAs. (with or without using /smartcard option.) To figure that out more data is needed on what going on here. (I currently have other things on my todo list. Maybe later.) (It might also already be documented somewhere else.)
Note:
See TracTimeline
for information about the timeline view.
