Opened 13 years ago
Closed 12 years ago
#2426 closed Feature Request (Completed)
TrayGetMsg and TraySetState - Magic Numbers
| Reported by: | mlipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| 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 by , 13 years ago
comment:3 by , 13 years ago
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 by , 13 years ago
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 by , 13 years ago
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:8 by , 12 years ago
| Milestone: | → 3.3.9.22 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [9096] in version: 3.3.9.22

please if possible make the two parts of the documentation.