Raedor/Sandbox – User
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
List of known problems/inconsistencies | List of known problems/inconsistencies | ||
==Config Params== | == Config Params and Classes == | ||
===Displays=== | === Displays === | ||
* movingEnable: Nobody knows what this does | * movingEnable: Nobody knows what this does | ||
===Controls=== | === Controls === | ||
* moving: Seems to have no effect on RscActiveTexts | * class ControlsBackground seems to be not working for RscControlsGroups | ||
* moving: Seems to have no effect on RscActiveTexts, RscControlsGroups | |||
* moveOnEdges: What does this do? -- Seems to be used only with maps. | * moveOnEdges: What does this do? -- Seems to be used only with maps. | ||
==Control commands== | == Control commands == | ||
===ctrlSetFade=== | === ctrlSetFade === | ||
* no effect on maps | * no effect on maps | ||
==Control Eventhandlers== | == Control Eventhandlers == | ||
===mouseEnter/Exit/Moving/Hold=== | === mouseEnter/Exit/Moving/Hold/setFocus === | ||
* For static texts (and static pictures) it seems to trigger only when you set the focus on it | * For static texts (and static pictures) it seems to trigger only when you set the focus on it |
Latest revision as of 19:21, 31 January 2021
What makes the difference for controls is the "type" entry. We have 30(+?) different types. Also important is the "style" entry, I think we better use the base classes as name for them or the macro for the type number from resincl instead of the clean type number, as it is easier to read then.
I think it would be good if we write some info about each control type/style and which combinations are possible (e.g. button + picture is not).
List of known problems/inconsistencies
Config Params and Classes
Displays
- movingEnable: Nobody knows what this does
Controls
- class ControlsBackground seems to be not working for RscControlsGroups
- moving: Seems to have no effect on RscActiveTexts, RscControlsGroups
- moveOnEdges: What does this do? -- Seems to be used only with maps.
Control commands
ctrlSetFade
- no effect on maps
Control Eventhandlers
mouseEnter/Exit/Moving/Hold/setFocus
- For static texts (and static pictures) it seems to trigger only when you set the focus on it