Timeline
Sep 21, 2023:
- 10:06 PM Ticket #3976 (StringRegExp can create invalid arrays (just like StringSplit)) updated by
-
Description changed
Sep 19, 2023:
- 10:04 AM Ticket #3972 (StringSplit can create invalid Arrays) updated by
- See also ticket #3976 about the exact same issue with StringRegExp.
- 9:55 AM Ticket #3976 (StringRegExp can create invalid arrays (just like StringSplit)) created by
- The issue raised by ticket #3972 applies as well to StringRegExp, for …
Sep 6, 2023:
- 9:56 AM Ticket #3964 (Allow EnvGet to support whole strings like _WinAPI_ExpandEnvironmentStrings) closed by
- Works For Me: As I said use Opt()
- 9:19 AM Ticket #3975 (dead link in documentation) closed by
- Fixed: Fixed by revision [13007] in version: 3.3.17.0
- 9:18 AM Ticket #3975 (dead link in documentation) updated by
- You right it will be removed as it is not related with AutoIt PCRE.
Sep 4, 2023:
- 11:33 AM Ticket #3975 (dead link in documentation) created by
- on the page ... …
Sep 2, 2023:
- 10:47 AM Ticket #3941 (ToolTip with $TIP_CENTER + $TIP_FORCEVISIBLE is mispositioned) updated by
-
Owner, Status changed
Thanks Fix sent to Jon
Sep 1, 2023:
- 5:26 PM Ticket #3971 (Integer not handled properly when calling object method) closed by
- No Bug: I close the ticket as no bug
- 5:22 PM Ticket #3974 (Key Stuck when using HotKeySet + Send) updated by
-
Owner changed
In fact I found how to check that hotkey is un pressed so I sent the fix to Jon - 10:34 AM Ticket #3974 (Key Stuck when using HotKeySet + Send) updated by
-
Owner, Status changed
- 10:34 AM Ticket #3974 (Key Stuck when using HotKeySet + Send) reopened by
- In fact the pb come from the function executed before the release of the hotkey If you add a Sleep(250) before the send that's work too I will ask Jon if such go around can be integrated before startin a hotkey function Cheers
- 10:08 AM Ticket #3974 (Key Stuck when using HotKeySet + Send) updated by
- Ok, the _SendEx is worling. I was only testing this... ControlSend("", "", "", "text", 0) Thanks!
Aug 31, 2023:
- 8:31 PM Ticket #3974 (Key Stuck when using HotKeySet + Send) closed by
- No Bug: PLease use the forum for questions and read the Wiki FAQ: https://www.autoitscript.com/wiki/FAQ#Why_does_the_Ctrl_key_get_stuck_down_after_I_run_my_script?
- 2:40 PM Ticket #3974 (Key Stuck when using HotKeySet + Send) created by
- Problem Description: When I set Hotkeys to CTRL+ALT+t to a …
Aug 30, 2023:
- 3:38 AM Ticket #3944 (GUICtrlSetFont (and GUISetFont) sets font name inconsistently) updated by
-
Owner, Status changed
The pb come from the fontsize Fix sent to Jon
Aug 29, 2023:
- 6:59 AM Ticket #3962 (Not able to interrupt script with hotkey on latest version v3.3.16.1) updated by
-
Owner, Status changed
Fix sent to Jon
Aug 28, 2023:
Aug 26, 2023:
- 3:54 PM Ticket #3972 (StringSplit can create invalid Arrays) updated by
-
Owner, Status changed
Thanks Fix sent to Jon - 3:53 PM Ticket #3973 (GUICtrlSetColor does not work on GUICtrlCreateRadio) updated by
-
Owner, Status changed
Thanks fix (workaround) sent to Jon - 1:50 PM Ticket #3963 (_WinAPI_OpenEvent function missing in WinAPIProc.au3) closed by
- Completed: Added by revision [13003] in version: 3.3.17.0
Aug 25, 2023:
- 9:46 PM Ticket #3973 (GUICtrlSetColor does not work on GUICtrlCreateRadio) updated by
-
Description changed
Aug 24, 2023:
- 9:35 AM Ticket #3973 (GUICtrlSetColor does not work on GUICtrlCreateRadio) updated by
- Good catch, thanks for the workaround link!
Aug 23, 2023:
- 2:44 PM Ticket #3973 (GUICtrlSetColor does not work on GUICtrlCreateRadio) updated by
- Concerning this issue, Zedna created a thread on the Forum in 2020 : https://www.autoitscript.com/forum/topic/201774-guictrlsetcolor-on-checkboxradiobutton-doesnt-work-on-windows-10/ Nine's workaround solved it (a one-liner based on _WinAPI_SetWindowTheme) then Zedna adapted it for older versions of AutoIt.
- 12:33 PM Ticket #3972 (StringSplit can create invalid Arrays) updated by
- The problem is obviously that StringSplit would create an array with more elements than the maximum number of array elements possible in AutoIt (VAR_SUBSCRIPT_ELEMENTS = 16,777,216): […] So basically all that is missing is another query in StringSplit that catches this case and then sets @error in it and returns either an empty array or a truncated array.
- 11:58 AM Ticket #3972 (StringSplit can create invalid Arrays) updated by
- True... so something is broken..…
- 11:24 AM Ticket #3973 (GUICtrlSetColor does not work on GUICtrlCreateRadio) created by
- GUICtrlSetColor does not work on GUICtrlCreateRadio for me. […]
- 9:10 AM Ticket #3972 (StringSplit can create invalid Arrays) updated by
- The help also states: If you use an empty string "" for the delimiters, each character will be returned as an element. I strongly suggest not touching this behavior. First, it would be script breaking for a lot of scripts that use StringSplit to split a string into an array of characters and second, it doesn't fix the bug described here, since it also occurs with a delimiter with one or more characters: […] The behavior also differs between AutoIt versions. Under version 3.14.5 the script crashes when StringSplit is called. I have not tested other versions.
- 7:59 AM Ticket #3972 (StringSplit can create invalid Arrays) updated by
- Guess a check for the second parameter would be appropriate to ensure it has a length of 1 or more. The helpfile does state: delimiters: One or more characters to use as delimiters (case sensitive).
Note:
See TracTimeline
for information about the timeline view.
