Modify ↓
#1599 closed Bug (Fixed)
TrayItemSetText Win7 x64
Reported by: | JamesBrooks | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.3.7.0 | Component: | AutoIt |
Version: | 3.3.6.0 | Severity: | None |
Keywords: | trayitemsettext, tray, windows 7, x64, 64bit | Cc: |
Description
The function, TrayItemSetText does not seem to work on Win7 x64 (Professional/Ultimate) (only two tested), yet it does work on Win7 Pro x32.
http://www.autoitscript.com/autoit3/docs/functions/TrayItemSetText.htm
Same code.
Attachments (0)
Change History (6)
comment:1 Changed 15 years ago by JamesBrooks
comment:2 Changed 15 years ago by Jpm
In fact does not work either under win7 X86
I will fix it
comment:3 Changed 15 years ago by Jpm
- Owner set to Jpm
- Status changed from new to assigned
comment:4 Changed 15 years ago by Jpm
- Milestone set to 3.3.7.0
- Resolution set to Fixed
- Status changed from assigned to closed
Fixed by revision [5792] in version: 3.3.7.0
comment:5 Changed 15 years ago by JamesBrooks
Very bizarre, what version do you have? I tried it on Professional.
comment:6 Changed 15 years ago by Jpm
I am under Win7 Ultimate X86 but that nothing to do with the regression we introduce when fixing 1475 in 3.3.5.5
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.
Note: See
TracTickets for help on using
tickets.
Further testing shows that normal use of the function (handles created by the user) can be changed fine, whilst handles such as $TRAY_ITEM_EXIT (3) do not.