Timeline
Jul 20, 2014:
- 10:07 PM Ticket #2808 (Some memory leek issue with assigning value to variable) closed by
- No Bug: Setting a variable to "" doesn't mean the memory is freed. The whole purpose of recursing is that the scripts returns to each recursion and continues with what it was doing with a variables still intact. Please hop over to the forum and discuss this there. I am closing his as no bug for now. Jos
- 8:48 PM Ticket #2808 (Some memory leek issue with assigning value to variable) updated by
- My script trying to clean up data in the end of every cycle, but failing because assigning value of blank string to the variable do not deletes previous/garbage data from memory. Working Set Size constantly grow, so after some time, it get bigger than 2 Gb and memory allocation error will be thrown out. In my case it was about 300Mb "steps", so crash happen way faster than in reproducer.
- 7:48 PM Ticket #2808 (Some memory leek issue with assigning value to variable) updated by
- Your script seems to only keep on recursing deeper and never return a level up, so how do you determine there is a memory leak? Jos
- 5:40 PM Ticket #2808 (Some memory leek issue with assigning value to variable) updated by
- I'd be guessing here, but I'd say it's because one way is declaring a string and the other is numeric.
- 2:46 PM Ticket #2808 (Some memory leek issue with assigning value to variable) created by
- I'm get strange issue with assigning value to variable - if it …
Jul 19, 2014:
- 6:28 PM Ticket #2807 (StringFormat - Type Specification - String().) closed by
- Fixed: Fixed by revision [10415] in version: 3.3.13.7
- 4:03 PM Ticket #2807 (StringFormat - Type Specification - String().) created by
- in table named "Type Specification" there is […]
- 11:36 AM Ticket #2804 (UDF standards site outdated) updated by
-
Owner, Status changed
Reassigning to Jon as he needs to make those changes. The wiki is probably the correct place for this. There is a [best coding practices](http://www.autoitscript.com/wiki/Best_coding_practices) page, as well as a page I started for UDF standards: http://www.autoitscript.com/wiki/UDF-spec - 10:26 AM Ticket #2806 (GUICtrlCreateIcon an blank Icon) created by
- If you set a blank icon and wants to identify with GUIGetCursorInfo …
- 6:44 AM Ticket #2796 (Syntax error not detected) closed by
- No Bug: You clearly don't understand how an interpretor works.
- 1:54 AM Ticket #2805 (FileWriteLine() returns true when actually failing because disk is full) created by
- The title says it all, well mostly. Here's a thread about the issue.. …
- 1:11 AM Ticket #2796 (Syntax error not detected) updated by
- Replying to Mat: > This also opens up some exciting opportunities to do some clever stuff. Which opportunities do you mean? […] The syntax check of the interpreter is inconsistent: a simple point is always an error, even if the interpreter never could reach the line containing the point.
- 12:07 AM Ticket #2804 (UDF standards site outdated) updated by
- Ok And sorry for confusion. mLipok
Jul 18, 2014:
- 10:55 PM Ticket #2804 (UDF standards site outdated) updated by
- mLipok, Trac is not the place for discussion - as so often you seem to be treating it as an extension of the forum. guinness was using the Trac ticket as a reminder, not an invitation for comment. In future, if you want to start a discussion on any topic please start a thread in the forum - you will get a wider audience and Trac will become a lot less cluttered. Thanks in advance for your cooperation, M23
- 10:42 PM Ticket #2804 (UDF standards site outdated) updated by
- and finally : Please treat my questions as suggestions on what might be better described. As these questions arise in my case to me for a long time ago, since I first read UDF_Standards.htm, and stabilized in such a form as in the preceding questions.
- 10:23 PM Ticket #2804 (UDF standards site outdated) updated by
- QUESTION 6: […] The first word of the function name ? can be related to the technology or product name Such as: _Word_ _Excel_ _WinSCP_ _XZip_ _QPDF_ _Acrobat_ _AcrobatReader_
- 10:00 PM Ticket #2804 (UDF standards site outdated) updated by
-
Version changed
Automatic ticket cleanup. - 9:55 PM Ticket #2804 (UDF standards site outdated) updated by
- QUESTION 5: […] Can you explain / clarify ?
- 9:54 PM Ticket #2804 (UDF standards site outdated) updated by
- QUESTION 4: how many lower dashes can be used in function name (not counting the initial of course) Example […]
- 9:42 PM Ticket #2804 (UDF standards site outdated) updated by
- QUESTION 3: Can I use: […] instead […]
- 9:38 PM Ticket #2804 (UDF standards site outdated) updated by
- QUESTION 2: "Global variables must have an extra first letter "g". UDF global variables must start with underscore." Whats the difference ? specifying: when to use: […] and when to use: […] or even: […]
- 9:33 PM Ticket #2804 (UDF standards site outdated) updated by
- so I have few question: QUESTION 1: "All variables must be declared at the beginning of the UDF with a “Local” scope and before they are used for the first time." I focus on this statement: .... at the beginning of the UDF with a “Local” scope .... Is it all right ? or you mean: .... at the beginning of the UDF with a “Global” scope .…
- 9:30 PM Ticket #2803 (_ArrayMaxIndex _ArrayMinIndex @error on single element array) closed by
- Fixed: Fixed by revision [10397] in version: 3.3.13.7
- 9:28 PM Ticket #2804 (UDF standards site outdated) updated by
-
Component changed
- 9:24 PM Ticket #2804 (UDF standards site outdated) created by
- http://www.autoitscript.com/autoit3/udfs/UDF_Standards.htm The page …
- 7:14 PM Ticket #2803 (_ArrayMaxIndex _ArrayMinIndex @error on single element array) created by
- _ArrayMax & _ArrayMin returning empty result on an array with only one …
- 2:46 PM Ticket #2802 (any Functions - Related - empty function) closed by
- Fixed
- 2:38 PM Ticket #2802 (any Functions - Related - empty function) created by
- for example: WinWait […]
- 1:22 PM Ticket #2786 (MDI childs don't adjust to parent windows client rect #2) updated by
- == Update == $WS_CAPTION does not always work fine (when using $WS_THICKFRAME), see updated example with new offset fix: […]
- 1:11 PM Milestone 3.3.13.6 completed
- 7:17 AM Ticket #2796 (Syntax error not detected) updated by
- Replying to anonymous: > Replying to Jpm: > > something not correct in the potes repro script. > {{{ > (True ? 1 : unchecked context) > }}} > Au3Check.exe complains ("unbalanced paranthesis"), but AutoIt3.exe can execute it. Isn't that is the reference implementation? > > Right now I'm asking myself how it is possible to write something that can ignore syntax errors. Does it simply skip tokens that don't modify the state of the interpreter, without parsing the whole expression? I agree the unbalanced is too much but the other error messages are true at least that what Au3check wants to do. Slight difference with AutoIt as just an expression is wrong. a statement must have an assignment. Only direct call to functions are allowed as func(). Au3Check as a lot of limitation due to a one pass design, but it try to match as much as possible AutoIt syntax the best he can.
Jul 17, 2014:
- 5:21 PM Ticket #2796 (Syntax error not detected) updated by
- This is not a bug. The code that's executed will either be valid, or exit with a syntax error and the code that is not executed doesn't matter to the interpreter. Why do you think it should parse the non-executed code? That's why we have tools like Au3Check. This also opens up some exciting opportunities to do some clever stuff.
- 4:23 PM Ticket #2800 (Too long lines) updated by
- > Jon has said on a couple of occasions when this has come up in the past that he has no intention of raising/removing the limit. Sorry, I missed that. > There was a change last year that removed the limitation for a line of code, as long as the line wasn't physically longer than 4096. So if your longer line was split up with _ line breaks it should be ok I think. Then I'll have to write a lexer that adds underscores to these generated lines and then prints the lexemes? :-(
- 4:19 PM Ticket #2801 (Array initialization broken) closed by
- Rejected: Please report Beta bugs in the Beta thread in the forum - not Trac. And to save you the trouble, we already know about this one. M23
- 11:31 AM Ticket #2778 (include REGEXP function in to SQLite) updated by
- See http://www.autoitscript.com/forum/topic/162819-regex-in-sqlite/#entry1184601
- 9:11 AM Ticket #2800 (Too long lines) closed by
- No Bug: This is a known, and documented, AutoIt limit. See MAX_LINESIZE: https://www.autoitscript.com/autoit3/docs/appendix/LimitsDefaults.htm There was a change last year that removed the limitation for a line of code, as long as the line wasn't physically longer than 4096. So if your longer line was split up with _ line breaks it should be ok I think. Jon has said on a couple of occasions when this has come up in the past that he has no intention of raising/removing the limit.
- 7:20 AM Ticket #2778 (include REGEXP function in to SQLite) closed by
- Rejected
- 7:18 AM Ticket #2771 (FTPEx.au3 - proposal) closed by
- Rejected: This is just an internal cosmetic change. I open the floor up to anyone who wishes to make the changes and tidy up the FTP UDF.
- 7:11 AM Ticket #2774 (UDF standards >> #Region) closed by
- Rejected: As the UDFs are generally not touched by the general public, I see no reason as to add such a request.
- 2:12 AM Ticket #2801 (Array initialization broken) created by
- […] This doesn't work anymore.
- 2:11 AM Ticket #2800 (Too long lines) created by
- […] One more element, and the interpreter refuses to execute it. …
- 12:35 AM Milestone 3.3.13.5 completed
- 12:05 AM Ticket #2794 (FileDelete ability to remove the file stream) updated by
- Melba23, I think AutoIt is almost certainly calling DeleteFile internally, this is just a change to the definition of a "path" when it comes to deleting files. Since Jon is looking at the way paths are handled in internal functions at the moment hopefully this is a trivial fix that would make FileDelete a little more versatile. Though it doesn't even require a custom function as _WinAPI_DeleteFile will already do this.
Jul 16, 2014:
- 11:58 PM Ticket #2799 (HelpFile - Statistic - proposal) closed by
- Rejected: Metrics are meaningless at the best of times, and if it's time that could be spent on actual helpfile improvements which are needed then let's go for those instead. Stuff like defining a "line of code" makes this a project, not just a quick addition to the build scripts (which doesn't exist - "quick" is not a word you can use to describe changes to the build scripts)
- 9:49 PM Ticket #2798 (AU3Check - checking for multiple use #include-once) updated by
- Here is reproducer. […] . . > And in future please wait until you have a valid reproducer before opening a ticket. Ok.
- 8:37 PM Ticket #2799 (HelpFile - Statistic - proposal) updated by
- To show newbies what a treasure trove of knowledge is HelpFile.
- 8:28 PM Ticket #2794 (FileDelete ability to remove the file stream) updated by
- Given that it is so simple to do, what is preventing you from writing a simple 2 line wrapper function to do this in your own scripts when needed? Why bloat the core function? M23
- 8:24 PM Ticket #2798 (AU3Check - checking for multiple use #include-once) closed by
- Works For Me: As shown in the thread to which you link, I cannot reproduce the error you claim to have discovered. You provide a reproducer script which shows the problem and I will re-open the ticket. And in future please wait until you have a valid reproducer before opening a ticket. M23
- 8:21 PM Ticket #2799 (HelpFile - Statistic - proposal) updated by
- Why would we want to do this? M23
- 8:20 PM Ticket #2797 (3.3.8.1 wrong download link) closed by
- No Bug: Then I suggest you speak to the Admin of that site - it is nothing to do with us. Ticket closed. M23
- 8:01 PM Ticket #2799 (HelpFile - Statistic - proposal) created by
- Please consider adding to HelpFile some kind of statistics. For …
- 6:01 PM Ticket #2797 (3.3.8.1 wrong download link) updated by
- The Link is from the Downloadsection on AutoIt.de. Raupi
- 4:27 PM Ticket #2797 (3.3.8.1 wrong download link) updated by
- Where is "here"? I agree the file is not correct, but if you want it to be fixed you need to tell us where the link you used is to be found. If you need v3.3.8.1 then you can download it from: http://www.autoitscript.com/autoit3/files/archive/autoit/ which does get you to the correct file. M23
- 4:10 PM Ticket #2796 (Syntax error not detected) updated by
- Replying to Jpm: > something not correct in the potes repro script. […] Au3Check.exe complains ("unbalanced paranthesis"), but AutoIt3.exe can execute it. Isn't that is the reference implementation? Right now I'm asking myself how it is possible to write something that can ignore syntax errors. Does it simply skip tokens that don't modify the state of the interpreter, without parsing the whole expression?
- 2:03 PM Ticket #2798 (AU3Check - checking for multiple use #include-once) created by
- Please add to AU3Check new feature which check if in a au3 file was …
- 12:00 PM Ticket #2797 (3.3.8.1 wrong download link) updated by
-
Version changed
Automatic ticket cleanup. - 11:43 AM Ticket #2797 (3.3.8.1 wrong download link) created by
- The setup for version 3.3.8.1 that you can download from …
- 10:10 AM Ticket #2796 (Syntax error not detected) updated by
- something not correct in the potes repro script. Can you update it Thanks
- 12:30 AM Ticket #2796 (Syntax error not detected) created by
- […] Discovered after examining these new tables. […]
Jul 15, 2014:
- 4:10 PM Ticket #2711 (_IELoadWait() hung in case of unknown error) closed by
- Works For Me
- 4:09 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) closed by
- No Bug
- 3:44 PM Ticket #2782 ($CONST_Constants_require_Part_4.zip) closed by
- Fixed: Fixed by revision [10349] in version: 3.3.13.5
- 2:19 PM Milestone 3.3.12.4 completed
- 12:57 PM Milestone 3.3.12.3 completed
Jul 14, 2014:
- 11:00 AM Ticket #2795 (Syntax Highlighting in the forum still uses "old" Excel UDF syntax) updated by
-
Milestone changed
Automatic ticket cleanup. - 10:29 AM Ticket #2795 (Syntax Highlighting in the forum still uses "old" Excel UDF syntax) closed by
- Fixed: Guinness: "Basically Jon needs to just copy the GeSHi file in Extras on to the server." Has been done.
Jul 12, 2014:
- 4:52 PM Ticket #2795 (Syntax Highlighting in the forum still uses "old" Excel UDF syntax) created by
- Since 3.3.12.0 there is a new Excel UDF with new function names. The …
- 3:00 PM Ticket #2794 (FileDelete ability to remove the file stream) updated by
-
Version changed
Automatic ticket cleanup. - 2:35 PM Ticket #2794 (FileDelete ability to remove the file stream) created by
- Simple API can delete :somedata stream {{{DllCall('kernel32.dll', …
- 12:25 PM Ticket #2626 (ControlGetText wrong encoding for some words.) updated by
- Fixed by revision [10316] in version: 3.3.13.3
- 12:16 PM Ticket #2626 (ControlGetText wrong encoding for some words.) closed by
- Fixed: Fixed by revision [10314] in version: 3.3.13.3
- 11:00 AM Ticket #2793 (SetError And SetExtended not integer value) updated by
-
Version changed
Automatic ticket cleanup. - 10:37 AM Ticket #2791 (_ArrayExtract Issues) closed by
- Fixed: Fixed by revision [10313] in version: 3.3.13.3
- 10:27 AM Ticket #2793 (SetError And SetExtended not integer value) created by
- Therefore in 3.3.13.1 autoit beta, developers have managed to return …
- 9:03 AM Ticket #2792 (Track - Version of AutoIt 3.3.8.1 >> 3.3.12.0) closed by
- Fixed
- 9:00 AM Ticket #2792 (Track - Version of AutoIt 3.3.8.1 >> 3.3.12.0) updated by
-
Version changed
Automatic ticket cleanup. - 8:51 AM Ticket #2792 (Track - Version of AutoIt 3.3.8.1 >> 3.3.12.0) created by
- Please change the default version for new ticket.
- 4:43 AM Ticket #2791 (_ArrayExtract Issues) updated by
-
Version changed
- 3:15 AM Ticket #2791 (_ArrayExtract Issues) created by
- _ArrayExtract will not extract row o or column 0, also the information …
Jul 11, 2014:
- 9:47 PM Ticket #2441 (_ExcelReadCell) closed by
- Works For Me: Thanks, I close it s 3.3.13.1 is OK
- 7:30 PM Ticket #2789 (With EndWith parameter issue) updated by
- *two or more
- 7:29 PM Ticket #2789 (With EndWith parameter issue) updated by
- Forget my guess about the cause, it's something totally different. It seems like, if a function call has two object parameters in a row it won't work in many cases. In some it does. Putting one of the parameters in brackets often fixes this, but you sometimes need to find out which one. I couldn't find out more.
- 6:57 PM Ticket #2789 (With EndWith parameter issue) updated by
-
I found out this doesn't fail:
[…]
Seems like
.Item("A")is getting treated as a function or something, if its not enclosed in brackets. - 6:30 PM Ticket #2790 (RichEdit_StreamToFile doesn't work) closed by
- Fixed: Fixed by revision [10310] in version: 3.3.13.3
- 6:29 PM Ticket #2790 (RichEdit_StreamToFile doesn't work) updated by
- I will fix the typo. The question marks are the ternary operator syntax introduced in 3.3.10.0 - do keep up! ;) M23
- 4:53 PM Milestone 3.3.13.2 completed
- 4:42 PM Ticket #2790 (RichEdit_StreamToFile doesn't work) created by
- After losing a day thinking I had a problem with my call, I examined …
- 10:18 AM Ticket #2441 (_ExcelReadCell) updated by
- The COM error displayed by _Excel_Open is caused by function ObjGet. The function first tries to "attach" to a running Excel instance. If none is found the COM error pops up and Excel is being started by ObjCreate. You can avoid the problem by using parameter $bForceNew = True to always start a new Excel instance.
- 8:38 AM Ticket #2441 (_ExcelReadCell) updated by
- @water the _Excel_Close() is working in 3.3.13.1 I m just wondering if the COM error in _Excel_Open() can be avoid […]
- 12:55 AM Ticket #2789 (With EndWith parameter issue) created by
- Sorry for the title. The following code demonstrates an issue with …
Jul 10, 2014:
- 9:02 PM Ticket #2596 (TCPRecv not returning data, and setting @error to -1) closed by
- Fixed: Fixed by revision [10303] in version: 3.3.13.2
- 8:53 PM Ticket #1573 (TCPConnect TCPTimeout) closed by
- Fixed: Fixed by revision [10302] in version: 3.3.13.2
- 8:49 PM Ticket #2287 (GUICtrlSetState($controlID, $GUI_ONTOP) Doesn't set on top) updated by
-
Owner, Resolution, Milestone changed
Fixed by revision [10301] in version: 3.3.13.2 - 8:46 PM Ticket #2471 (Bad restore for script using $WS_EX_LAYOUTRTL) closed by
- Fixed: Fixed by revision [10299] in version: 3.3.13.2
- 8:39 PM Ticket #2588 (Menu/Statusbar location problem) closed by
- Fixed: Fixed by revision [10298] in version: 3.3.13.2
- 8:28 PM Ticket #2685 (HotKeyRegister fails to register a Hungarian letter) closed by
- Fixed: Fixed by revision [10297] in version: 3.3.13.2
- 8:22 PM Ticket #2743 (Hex($n, -1.#INF) crashes AutoIt) closed by
- Fixed: Fixed by revision [10296] in version: 3.3.13.2
- 7:42 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by
- I myself have advised this problem by removing such names from my systems. Alternatively, could add (to HelpFile) relevant information as to how this works or about directory naming standards.
- 7:21 PM Ticket #2788 (fuzzy string searching) updated by
- See http://www.autoitscript.com/forum/topic/113591-compare-strings/#entry794763.
- 6:49 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by
- I ran the test script, and noticed that the array holds the correct information. So, you could just use the array instead of the common variables. That would satisfy both the Windows standard naming process, and the pathnames you're using.
- 6:16 PM Ticket #2788 (fuzzy string searching) created by
- Since 3.3.10.2 we have fast regexp, but what about fuzzy string …
Jul 9, 2014:
- 4:46 PM Ticket #2665 (Support for EFS (Encrypting File System)) closed by
- Completed: Added by revision [10277] in version: 3.3.13.2
- 4:13 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by
- I did the tests. Windows automatically removes the first spaces, when trying to create. I create this folders in Total Commander. When you create a Windows allows normally open and save in these folders.
- 3:53 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by
- That path name is invalid in Windows, trying to create a path with spaces before the name causes Windows to strip the spaces. It may be a valid path in another OS, but Windows won't allow you to create one.
- 3:22 PM Milestone 3.3.13.1 completed
- 2:35 PM Ticket #2647 (Add line count of FileReadToArray to @extended) closed by
- Completed: Added by revision [10272] in version: 3.3.13.1
- 2:06 PM Ticket #2365 (FileFindNextFile - information in @extended) closed by
- Completed: Added by revision [10271] in version: 3.3.13.1
- 12:00 PM Ticket #2787 (_PathSplit - remove space from parameter $sDir) updated by
- it change from: […] to: […]
- 11:42 AM Ticket #2787 (_PathSplit - remove space from parameter $sDir) created by
- REPRO: […] there is a problem in _PathSplit exactly here: […]
Jul 8, 2014:
- 7:45 PM Ticket #2786 (MDI childs don't adjust to parent windows client rect #2) updated by
- I forgot to mention: This issue is still present in v3.3.12.0
- 7:42 PM Ticket #2786 (MDI childs don't adjust to parent windows client rect #2) created by
- #1013 was about child windows of parent GUIs with $WS_CAPTION style. …
Jul 7, 2014:
- 4:26 PM Ticket #2785 (WinTextMatchMode - Window Titles and Text (Advanced)) created by
- Please add possibility of REGEXPTEXT - as analogue of REGEXPTITLE, but …
- 4:07 PM Milestone 3.3.13.0 completed
- 8:20 AM Ticket #2784 (WinAPI.au3 - not stripped comment header at internal functions) closed by
- No Bug: The headers were stripped due to already being present in the help file, but the internal functions aren't, therefore they should still be present.
Jul 6, 2014:
- 2:50 AM Ticket #2784 (WinAPI.au3 - not stripped comment header at internal functions) updated by
- note: all underscore chars was automatically removed from my previous ticket
- 2:48 AM Ticket #2784 (WinAPI.au3 - not stripped comment header at internal functions) created by
- Func WinAPI_EnumWindowsAdd() Func WinAPI_EnumWindowsChild() This …
Jul 5, 2014:
- 8:18 PM Ticket #2783 (FileGetVersion default value for optional parameter is missing in help file) updated by
- According to MSDN the FileVersion is stored as 2 x 64bit integers - the 4 parts are stored as follows: 3.3.12.0 -> 0x00030003 0x000C0000 My testing shows that FileGetVersion behaves as follows: - When no "stringname" is defined, the function extracts these values and returns them with "." delimiters. - If a specific "stringname" is defined, then the relevant string is returned - those in the current AutoIt3.exe are as follows: […] This explains the differences you highlight between having no "stringname" and using "FileVersion". I have amended the Help file to reflect this. M23
- 8:15 PM Ticket #2783 (FileGetVersion default value for optional parameter is missing in help file) closed by
- Completed: Added by revision [10263] in version: 3.3.13.0
Jul 4, 2014:
Jul 3, 2014:
- 5:54 AM Ticket #2783 (FileGetVersion default value for optional parameter is missing in help file) created by
- from the FileGetVersion help: FileGetVersion ( "filename" [, …
Jul 2, 2014:
- 11:05 PM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) closed by
- No Bug
- 11:03 PM Ticket #2780 (Object Check Error) closed by
- Fixed
- 9:15 PM Ticket #2780 (Object Check Error) updated by
- read this: http://www.autoitscript.com/trac/autoit/ticket/2768 http://www.autoitscript.com/trac/autoit/ticket/2731 for the future, check carefully before you report http://www.autoitscript.com/trac/autoit/wiki […]
- 7:43 PM Ticket #2780 (Object Check Error) updated by
- well. I mean, that, AuCheck stops on dot '.' before To $objEmail.To = $s_ToAddress it makes ------| to the dot; and boom: error: missing separator character before keyword. aka '$', but it is a dot '.' must be there, because of ObjCreate() method requires creating methods of acess, i mean.
- 3:25 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) updated by
- but did you check also this: $*_PRIORITY_CLASS constants require #include <APIProcConstants.au3> instead $*_PRIORITY_CLASS constants require #include <APIShellExConstants.au3>
- 3:14 PM Ticket #2782 ($CONST_Constants_require_Part_4.zip) created by
- look in atachment.
- 11:16 AM Ticket #2781 (_GUICtrlRichEdit_IsTextSelected - always False never True) closed by
- No Bug: You are not testing after selecting the text - when you do you will see that it works as advertised: […] M23
- 10:49 AM Ticket #2781 (_GUICtrlRichEdit_IsTextSelected - always False never True) created by
- REPRO: […]
- 9:26 AM Ticket #2770 (Proposal - _FTP_Connect.txt) closed by
- Completed
- 9:21 AM Ticket #2769 (Example proposal- _GUICtrlRichEdit_Create[2].au3) closed by
- Rejected: Thanks, though this goes beyond the scope of demonstrating _GUICtrlRichEdit_Create().
- 9:14 AM Ticket #2773 (_FTP_ProgressUpload - examples) closed by
- Fixed: Fixed by revision [10258] in version: 3.3.13.0
- 8:23 AM Ticket #2777 (Found error in IE.au3) closed by
- Fixed: Already fixed by Rev 10214. M23
- 8:19 AM Ticket #2779 (Typo on RichEdit_StreamToVar parameters) closed by
- Fixed: Fixed by revision [10257] in version: 3.3.13.0
- 8:11 AM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) updated by
- its written in ControlFocus Documentation... Parameters ||= title =|| The title/hWnd/class of the window to access || I think, there is a misunderstanding on my side, because I coded in Delphi and my function returning an integer handle, instead of hex string 0x00000000 this sourcecode works... […] this ticket can be closed now
- 8:04 AM Ticket #2780 (Object Check Error) updated by
- Use the AU3Check in Scite beta area to verify that the next AU3Check is OK Thanks
- 7:18 AM Ticket #2780 (Object Check Error) created by
- By using ObjCreate there is an error when checking script: Local …
- 2:35 AM Ticket #2779 (Typo on RichEdit_StreamToVar parameters) created by
- _GUICtrlRichEdit_StreamToVar $iOpts [optional] additional options: …
Jul 1, 2014:
- 7:47 PM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) updated by
- Where does it state in the helpfile that this is supported? The format is: ControlFocus ( "title", "text", controlID ) -and- ControlFocus "title", "text", "controlID" Jos
- 7:22 PM Ticket #2778 (include REGEXP function in to SQLite) updated by
- Regexp operator isn't very useful because it is so slow and contrary to LIKE and GLOB, can't benefit from any index. That's why no regexp function comes as standard. However a simple (non-PCRE) implementation is available in the source tarball of the official website, under directory .\ext\misc\regexp.c which is ready to be compiled into an SQLite extension DLL.
- 5:00 PM Ticket #2778 (include REGEXP function in to SQLite) updated by
-
Version changed
Automatic ticket cleanup. - 4:59 PM Ticket #2778 (include REGEXP function in to SQLite) created by
- documentation on sqlite site said: The REGEXP operator is a special …
- 4:54 PM Ticket #2777 (Found error in IE.au3) created by
- in Func IEControlGetObjFromHWND(ByRef $hWin) at line 2971 Local …
- 4:06 PM Ticket #2776 (AutoItX: ControlFocus with Handle doesn't work) created by
- Calling ControlFocus in AutoItX3.Control and control handle as first …
- 1:21 PM Ticket #2775 (GUICtrlRead - Return Value <> state of the button) updated by
- gosh, you're right, I was wrong, I have today, the day of the Freak sorry, for confusion.
- 1:11 PM Ticket #2775 (GUICtrlRead - Return Value <> state of the button) closed by
- No Bug: Small spherical objects! […] Both return the state ($GUI_UNCHECKED (4) or $GUI_CHECKED (1)) of the control. M23
- 12:51 PM Ticket #2775 (GUICtrlRead - Return Value <> state of the button) created by
- in Return Value there is sucha a description: […] But this is not …
- 11:34 AM Ticket #2774 (UDF standards >> #Region) created by
- UDF standards do not talk anything about using #Region #EndRegion …
Jun 30, 2014:
- 8:36 PM Ticket #2772 (GuiComboBox.au3 - (gafro_GUICtrlComboBox_GetDroppedState) closed by
- Fixed
- 11:15 AM Ticket #2773 (_FTP_ProgressUpload - examples) created by
- […] please change to: […] s$erver >> $sServer
- 10:42 AM Ticket #2772 (GuiComboBox.au3 - (gafro_GUICtrlComboBox_GetDroppedState) created by
- there is: […] but it should be: […]
- 10:32 AM Ticket #2771 (FTPEx.au3 - proposal) created by
- changes $sFileIndex >> $iFileIndex $iContext >> $pContext …
- 8:55 AM Ticket #2770 (Proposal - _FTP_Connect.txt) created by
- I attach _FTP_Connect.txt in Parameters added flags and in remarks …
Jun 29, 2014:
- 9:40 AM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) updated by
- Assume this is not a bug any more in the latest version. Will reopen in case I get a report it is still there. Jos
- 9:39 AM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) closed by
- No Bug
Jun 28, 2014:
- 1:48 AM Ticket #2769 (Example proposal- _GUICtrlRichEdit_Create[2].au3) updated by
- there is small wording issue […] please change to: […]
- 1:42 AM Ticket #2769 (Example proposal- _GUICtrlRichEdit_Create[2].au3) created by
- Example for multi RichEdit control […]
Jun 27, 2014:
- 10:15 PM Ticket #2767 ('Attempt to access invalid address' in some cases when using ...) closed by
- No Bug: You're welcome. Jos
- 2:54 PM Ticket #2767 ('Attempt to access invalid address' in some cases when using ...) updated by
- Hi Jos, AutoIt3Wrapper version is 2.2.0.3 But since you stated you are not sure if this is an AutoIt3 issue I did some additional tests. When starting other program's (auto it installer, java installer) from that network drive with UAC enabled I get the same error. So you are correct that this is not a specific autoit bug. It seems like a windows/UAC bug. Not sure though where to report this one... Anyway, thanks for taking the time to look into it! Kind regards Remco
- 1:31 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) updated by
- That function doesn't use GetFinalPathNameByHandle so I'm not sure why it's called that, so it doesn't really matter that there's no parameter for those constants. It uses ZwQueryInformationFile to return the path.
- 1:21 AM Ticket #2768 (Error: missing separator character before keyword.) closed by
- Duplicate
- 1:20 AM Ticket #2768 (Error: missing separator character before keyword.) updated by
- Duplicate ticket 2731
Jun 26, 2014:
- 10:33 PM Ticket #2768 (Error: missing separator character before keyword.) updated by
- Please check forum and other track ticket. You will find an answer here: http://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/
- 10:13 PM Ticket #2768 (Error: missing separator character before keyword.) created by
- Local $objEmail = ObjCreate("CDO.Message") $objEmail.From = …
- 10:01 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) updated by
- Don't worry I removed it when I submitted it.
- 9:55 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) updated by
- there is small bug in _WinAPI_GetPriorityClass.txt […] please remove the first opening bracket.
- 6:15 PM Ticket #2767 ('Attempt to access invalid address' in some cases when using ...) updated by
-
Owner, Version, Component changed
Hi Remco, AutoIt3Wrapper will only update the Program's PE header manifest with the requested level, so am not sure how this could be an bug with AutoiT3 or AutoIt3Wrapper. What version of AutoIt3Wrapper are you using? (is displayed in the SciTE console when you do a compile) Thoughts? Jos - 5:02 PM Ticket #2765 (Example proposal - _WinAPI_GetPriorityClass.au3) updated by
- Please review what has been said in the past for submitting examples to the help file. Thanks.
- 5:01 PM Ticket #2767 ('Attempt to access invalid address' in some cases when using ...) created by
- Hi, Under some circumstances you get the error message 'Attempt to …
- 2:52 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) closed by
- Completed: Added by revision [10248] in version: 3.3.13.0
- 2:50 PM Ticket #2766 (AUTOIT forum confirmation not send.) closed by
- No Bug: According to the forum admin software we never received a registration request for "TYO1", so it is hardly surprising that no validation email was sent. I presume you have now registered as "TYO2" - feel free to change your display name if you so wish. M23
- 2:43 PM Ticket #2766 (AUTOIT forum confirmation not send.) updated by
-
Summary changed
- 11:04 AM Ticket #2765 (Example proposal - _WinAPI_GetPriorityClass.au3) updated by
- May I know why ?
- 10:45 AM Ticket #2729 (32-bit integers converted to doubles after division) updated by
- Thank you for looking into this.
- 10:18 AM Ticket #2766 (AUTOIT forum confirmation not send.) created by
- Well i registered with the user TYO1 Whatever I try i cannot validate …
Jun 25, 2014:
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:12 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:12 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:12 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:12 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:12 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:12 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:12 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:12 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:12 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:12 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:12 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:12 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:12 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:11 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:11 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:11 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:11 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:11 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:11 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:11 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:11 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:11 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:11 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:11 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:11 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:11 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:11 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:11 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:11 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:11 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:11 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 10:11 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 10:11 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:11 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 10:11 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 10:11 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:10 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:10 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:10 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:10 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 10:10 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 10:10 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:10 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:09 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:09 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 10:09 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 10:09 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 10:09 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 10:09 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:09 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 10:08 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 10:08 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:08 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 10:08 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 10:08 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 10:08 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 9:59 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) closed by
- Completed
- 9:57 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 9:57 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 9:57 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 9:57 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 9:57 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 9:57 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 9:57 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 9:57 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 9:57 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 9:57 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 9:57 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 9:57 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 9:57 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 9:57 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 9:57 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 9:57 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 9:57 PM Ticket #2746 (IE6Example.htm - Refreshing) updated by
- 1
- 9:57 PM Ticket #2746 (IE6Example.htm - Refreshing) updated by
- 1
- 9:57 PM Ticket #2746 (IE6Example.htm - Refreshing) updated by
- 1
- 9:55 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 9:54 PM Ticket #2737 (_WinAPI_ShellGetStockIconInfo - $SIID_ constants) updated by
- 1
- 9:54 PM Ticket #2738 (_WinAPI_ShellRestricted - $REST_ constants) updated by
- 1
- 9:54 PM Ticket #2739 (_WinAPI_SetLocaleInfo - $LOCALE_ constants) updated by
- 1
- 9:54 PM Ticket #2751 (SampleControls.au3 - proposal) updated by
- 1
- 9:54 PM Ticket #2749 (COM Object Examples - proposal / fixed / question) updated by
- 1
- 9:54 PM Ticket #2750 (Ternary Operator Should Have the Lowest Precedence) updated by
- 1
- 9:54 PM Ticket #2741 (_WinAPI_DrawThemeEdge - $BDR_* , $EDGE_* , $BF_* constants) updated by
- 1
- 9:53 PM Ticket #2740 (_WinAPI_IsProcessorFeaturePresent - $PF_ constants) updated by
- 1
- 9:53 PM Ticket #2746 (IE6Example.htm - Refreshing) updated by
- 1
- 9:53 PM Ticket #2765 (Example proposal - _WinAPI_GetPriorityClass.au3) closed by
- Rejected
- 9:53 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- 1
- 9:23 PM Ticket #2765 (Example proposal - _WinAPI_GetPriorityClass.au3) created by
- Based on: …
- 9:09 PM Ticket #2764 ($CONST_* constants require #include <......au3> ---- part 3) created by
- look in attachment
- 3:52 PM Ticket #2692 (Clear up the AutoIt3Wrapper Directives's documentation) updated by
- AutoIt3Wrapper is a 3rd party tool by Jos, this has nothing to do with AutoIt. Please use the Forum for more discussion i.e. in Dev Chat.
- 3:03 PM Ticket #2692 (Clear up the AutoIt3Wrapper Directives's documentation) updated by
- I'm not sure what you mean. http://www.autoitscript.com/wiki/AutoIt3Wrapper_Directives#Run_Before_And_After_Directives is still identical to what's in this ticket. Moreover, the actual help file doesn't even have a section for AutoIt3Wrapper Directives.
- 11:13 AM Ticket #2763 (IsDeclared - Return Value BUG) updated by
- the bug was in reading HelpFile :(
- 10:40 AM Ticket #2763 (IsDeclared - Return Value BUG) closed by
- No Bug: As jchd rightly said this isn't a bug, as a IsDeclared() requires a "string representation" of the variable name. […]
- 9:38 AM Ticket #2763 (IsDeclared - Return Value BUG) updated by
- BTW the latest release (v3.3.12.0) actually returns 0 twice. I'd to classify as "No bug" if I could login here.
- 9:28 AM Ticket #2763 (IsDeclared - Return Value BUG) updated by
- The bug is not where you think it is. Check IsDeclared help page: […] The actual bug is that both calls should return 0 in your posted code. IsDeclared($_i) --> IsDeclared(1) --> IsDeclared("1") cast since IsDeclared expects a string argument --> 0 since no variable $1 exist.
- 8:25 AM Ticket #2763 (IsDeclared - Return Value BUG) updated by
- I mean Expected.
- 8:24 AM Ticket #2763 (IsDeclared - Return Value BUG) created by
- […] Expeced 1 and -1
Jun 24, 2014:
- 9:21 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) updated by
- ConsoleWrite() shouldn't be used in the examples as not everyone is using SciTE or something that captures the standard input output stream. You also have a message box to display an error but then proceed to display the consolewrite lines regardless.
- 9:04 PM Ticket #2761 (HelpFile Title) updated by
- For now the version number has been appeneded to the title of the help file. This seems adequate for now.
- 8:03 PM Ticket #2762 (Example proposal - _WinAPI_GetDriveType.au3) created by
- Source: …
- 1:01 PM Ticket #2761 (HelpFile Title) updated by
- So another question whether now added a mechanism to take into account in Title It showed the word BETA, or is it just added the version number? By adding the word "BETA" would be a good solution.
- 12:16 PM Ticket #2761 (HelpFile Title) updated by
- Replying to jchd: > The idea is of course welcome. Only one thing: having the actual version in the window title is good but I think it would be more obvious to the eye to change the beta style sheet as well to use a different background color (e.g. more orange-ish) so that accessing the beta help and not the release help is more eye-catchy. > > Of course I've no idea how easy it would be to make that into the beta build machinery. It wouldn't be too difficult. Though I prefer not to touch the current state of the build scripts.
- 8:54 AM Ticket #2761 (HelpFile Title) updated by
- ... mLipok
- 8:52 AM Ticket #2761 (HelpFile Title) updated by
- I support.
- 7:51 AM Ticket #2576 (Scripts not working anymore on Athlon XP 2600+ and Windows XP) updated by
- Replying to anonymous: > Run ("E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe") > WinActivate ("[class:#32770]") > ProcessWait ("ZingSpeedLoader.exe") > Sleep (100) > WinActivate ("Zing Speed") > Sleep (100) > ControlSend ("Zing Speed","","Edit1","{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}taikhoan") > ControlSend ("Zing Speed","","Edit2","maukhau") > Send ("{enter}") > ;~ thay "E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe" bang link open zing speed cua ban > ;~ thay taikhoan = thuonglong2003, maukhau = long2003
- 7:51 AM Ticket #2576 (Scripts not working anymore on Athlon XP 2600+ and Windows XP) updated by
- Run ("E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe") WinActivate ("[class:#32770]") ProcessWait ("ZingSpeedLoader.exe") Sleep (100) WinActivate ("Zing Speed") Sleep (100) ControlSend ("Zing Speed","","Edit1","{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}{right}{bs}taikhoan") ControlSend ("Zing Speed","","Edit2","maukhau") Send ("{enter}") ;~ thay "E:\Online Games\Zingspeed\Releasephysx27\ZingSpeedLoader.exe" bang link open zing speed cua ban ;~ thay taikhoan = thuonglong2003, maukhau = long2003
Jun 23, 2014:
- 9:53 PM Ticket #2761 (HelpFile Title) updated by
- The idea is of course welcome. Only one thing: having the actual version in the window title is good but I think it would be more obvious to the eye to change the beta style sheet as well to use a different background color (e.g. more orange-ish) so that accessing the beta help and not the release help is more eye-catchy. Of course I've no idea how easy it would be to make that into the beta build machinery.
- 8:01 PM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) updated by
- What is the exact version of SciTEConfig you are using? Jos
- 5:36 PM Ticket #2761 (HelpFile Title) closed by
- Completed: Added by revision [10242] in version: 3.3.13.0
- 2:12 PM Ticket #2761 (HelpFile Title) updated by
- Supported most heartily! M23
- 2:02 PM Ticket #2761 (HelpFile Title) created by
- Can you change the title of the Help window itself to include the …
- 10:27 AM Ticket #2760 ($CONST_* constants require #include <......au3> ---- part 2) closed by
- Completed: Added by revision [10240] in version: 3.3.13.0
- 8:00 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) updated by
-
Milestone changed
Automatic ticket cleanup. - 7:05 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) updated by
-
Milestone changed
- 6:05 AM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) updated by
- Thank you very much for your fast replies. I will give the ...setup.exe a try.
- 1:00 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) updated by
-
Version changed
Automatic ticket cleanup. - 12:51 AM Ticket #2760 ($CONST_* constants require #include <......au3> ---- part 2) created by
- new proposals.
- 12:33 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) updated by
- Gee again forgot to change the version. Is the track, you can change to a new report, as the default version 3.3.12.0, instead of the currently used (in Track) 3.3.8.1
- 12:29 AM Ticket #2759 (_WinAPI_GetFinalPathNameByHandle - dwFlags - Parameter) created by
- from APIFilesConstants.au3: […] but this function …
Jun 22, 2014:
- 1:04 AM Ticket #2729 (32-bit integers converted to doubles after division) updated by
- Note to czardas: […] both return Int32, as expected. Else it would be an actual bug, contrary to integer division always returning a double: a (questionable) design decision against which we can't do much.
Jun 21, 2014:
- 4:16 PM Ticket #2758 (_ArrayPermute cannot handle multi-symbol delimiters) closed by
- Fixed: Fixed by revision [10234] in version: 3.3.13.0
- 4:01 PM Ticket #2729 (32-bit integers converted to doubles after division) closed by
- No Bug: AutoIt has no Integer only math. addition, multiplication keep integer type is both are integers but for division as the result is mostly a float number the return is always a float number
- 4:00 PM Ticket #2758 (_ArrayPermute cannot handle multi-symbol delimiters) updated by
-
Version changed
Automatic ticket cleanup. - 3:03 PM Ticket #2758 (_ArrayPermute cannot handle multi-symbol delimiters) created by
- but actual culprit is internal Array_ExeterInternal() from Example: …
- 5:45 AM Ticket #2757 (SciTE Config for AutoIt3 ver.1.6.11 starts with an error and then closes) updated by
- I understand you want to use a portable version but ...setup.exe is doing a properinstallation in accordance with the registry setting . Not sure how the can be done with the use of only extracted files Perhaps you can use the forum to get help
Note:
See TracTimeline
for information about the timeline view.
