Modify ↓
#1900 closed Feature Request (Rejected)
Improvements for StringRegExpGUI
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | Other | |
| Version: | Severity: | None | |
| Keywords: | regexp gui examples | Cc: |
Description
Since I use that program a lot I noticed some bugs and ways to improve its work so I changed the tool a bit.
I will attach the file to this ticket, here you can see what I noted down
; Notes by FichteFoll ########################### ; - Fixed: $h_Out showing 1 randomly; now shows nothing if nothing found ; - Fixed: $s_lgth can be higher than 6 using StringLen and will not be 2 if array has 10 indexes (having 9 as last) ; - Fixed: WaitMessage had fixed height and width, multiple lines or too long lines would not be shown. Now generates them dynamically ; - Changed: WaitMessage() or WaitMessage('') disables the SplashText (just as ToolTip); required _Max (Misc.au3) ; - Changed: Using global var $h_Wnd instead of window title for WinGetPos ; - Changed: Seperator character ($c_Sep) is 0x0B instead of "|" because patterns were splitted while writing into the combo control ; - Changed: Tries to evaluate helpfilepath using AutoIt's install dir (RegRead64 from "AutoUpdateIt.au3") if @AutoItExe failed ; Also renamed $helppath to $autoitpath ; - Changed: Removed X and Y parameters for GUICreate because it's positioned in the middle of the screen by default ; - Added: $h_Err will be colored red if @error <> 0 ; ###############################################
Attachments (1)
Change History (3)
by , 15 years ago
| Attachment: | StringRegExpGUI_.au3 added |
|---|
comment:1 by , 14 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
The need for this script is questionable. Apparently community doesn't appreciate it enough.
comment:2 by , 14 years ago
@FichteFoll
Community appreciate it but not as part of standard Autoit package.
This Trac is designated only for things related to standard Autoit package.
Please create topic with this your improved/fixed version of StringRegExpGUI in Examples section on forum.
Note:
See TracTickets
for help on using tickets.

StringRegExp modified by FichteFoll