Modify ↓
#3636 closed Feature Request (Fixed)
Prevent Ampersand Mnemonic from SplashTextOn Dialog
| Reported by: | TimRude | Owned by: | Jos |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | AutoIt |
| Version: | Severity: | None | |
| Keywords: | SplashTextOn ampersand mnemonic prefix | Cc: |
Description
The SplashTextOn dialog treats an ampersand in the 'text' parameter as a hotkey mnemonic prefix indicator unless the ampersand is doubled, even though the static text control in the dialog isn't a clickable-action control.
The $SS_NOPREFIX style flag should be applied to the static control inside the SplashTextOn window to prevent this.
Test script:
SplashTextOn("Sample", "This&That", 200, 100)
Attachments (0)
Change History (4)
comment:1 by , 8 years ago
| Type: | Bug → Feature Request |
|---|
comment:2 by , 8 years ago
| Version: | 3.3.14.5 |
|---|
comment:3 by , 8 years ago
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [12156] in version: 3.3.15.1
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.