#1529 closed Bug (Fixed)
TrayItemSetText() sets incorrect text
| Reported by: | timsky | Owned by: | |
|---|---|---|---|
| Milestone: | 3.3.7.0 | Component: | AutoIt |
| Version: | 3.3.6.0 | Severity: | None |
| Keywords: | TrayItemSetText | Cc: |
Description
Hello.
Windows 7 x64 En / XP SP 3 En
AutoIt 3.3.6.0
TrayItemSetText() sets incorrect text. Some kind of special symbol.
#include <Constants.au3> TrayItemSetText($TRAY_ITEM_PAUSE, 'Pause') TrayItemSetText($TRAY_ITEM_EXIT, 'Exit') MsgBox(0, 'Bug!', 'Check tray menu :p ')
Attachments (0)
Change History (8)
comment:1 by , 16 years ago
follow-up: 3 comment:2 by , 16 years ago
FYI: AutoIt 3.3.4.0 doesn't have this bug (at least not on WIN_XP/X86/Service Pack 3).
comment:3 by , 16 years ago
Replying to doudou:
FYI: AutoIt 3.3.4.0 doesn't have this bug (at least not on WIN_XP/X86/Service Pack 3).
I know, and all other versions (beta not tested), but thats is really not relevant, what is important is the stability of latest public version ;)
follow-up: 5 comment:4 by , 16 years ago
It is relevant. It narrows the range we have to search to find the change that caused the bug.
comment:5 by , 16 years ago
Replying to Valik:
It is relevant. It narrows the range we have to search to find the change that caused the bug.
Ofcourse, i meant it in other context, sorry.
comment:8 by , 14 years ago
| Milestone: | Future Release → 3.3.7.0 |
|---|

Same on WinXP SP2: