Opened 11 years ago
Closed 11 years ago
#2426 closed Feature Request (Completed)
TrayGetMsg and TraySetState - Magic Numbers
Reported by: | mlipok | Owned by: | Jpm |
---|---|---|---|
Milestone: | 3.3.9.22 | Component: | Documentation |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
TrayGetMsg - There is no Magic Number only constants.
unlike the
TraySetState - There is only Magic Number without constants.
Attachments (0)
Change History (8)
comment:1 Changed 11 years ago by mlipok
comment:3 Changed 11 years ago by guinness
TrayGetMsg() & GUIGetMsg() should resemble each other, not TraySetState().
I will leave open and fix the table structure. No need to respond to this ticket for now.
comment:4 Changed 11 years ago by mlipok
oh..
You righte not TrayItemGetState()
but in Return Value there is a reference:
"Returns the state. See TrayItemSetState table for values."
please add the same to the TrayGetMsg
Because in TrayItemSetState
in Remarks
there is a quite nice "State table"
comment:5 Changed 11 years ago by FireFox
Are you talking about TraySetState or TrayItemSetState?
It's not the same thing at all.
I suggest those constants for the TraySetState function:
$TRAYICONSTATE_SHOW = 1
$TRAYICONSTATE_HIDE = 2
$TRAYICONSTATE_FLASH = 4
$TRAYICONSTATE_STOPFLASH = 8
comment:6 Changed 11 years ago by mlipok
Thanks
I need to verify my own observations.
comment:7 Changed 11 years ago by mlipok
Thanks
I need to verify my own observations.
comment:8 Changed 11 years ago by Jpm
- Milestone set to 3.3.9.22
- Owner set to Jpm
- Resolution set to Completed
- Status changed from new to closed
Added by revision [9096] in version: 3.3.9.22
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.
please if possible make the two parts of the documentation.