#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 Changed 15 years ago by MrCreatoR <mscreator@…>
comment:2 follow-up: ↓ 3 Changed 15 years ago by doudou
FYI: AutoIt 3.3.4.0 doesn't have this bug (at least not on WIN_XP/X86/Service Pack 3).
comment:3 in reply to: ↑ 2 Changed 15 years ago by MrCreatoR <mscreator@…>
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 ;)
comment:4 follow-up: ↓ 5 Changed 15 years ago by Valik
It is relevant. It narrows the range we have to search to find the change that caused the bug.
comment:5 in reply to: ↑ 4 Changed 15 years ago by MrCreatoR <mscreator@…>
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:6 Changed 15 years ago by Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by ticket 1599
comment:7 Changed 15 years ago by TicketCleanup
- Milestone set to Future Release
Automatic ticket cleanup.
comment:8 Changed 13 years ago by Jpm
- Milestone changed from Future Release to 3.3.7.0
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Same on WinXP SP2: