mirror of
https://github.com/ArnoldSmith86/virtualtabletop.git
synced 2026-03-02 22:57:02 -05:00
TIMER documentation needs updating #290
Labels
No labels
PCIO compatibility
Validator
automated testing
bug
documentation
duplicate
editor
enhancement
enhancement
library
library
maintenance
needs legacy server
pile related
reported client crash
routine operations
user interface
widget properties
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/virtualtabletop#290
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rogerl50 on GitHub (Jun 23, 2021).
Originally assigned to: @RaphaelAlvez on GitHub.
There is no documentation for the
TIMERfunction. Also, timers don't appear in the Widget Guide text, nor is there any explanation of their function in the Widget Properties section. Finally, thetoggleproperty (at least) is missing from the Widget Properties. I'd fix all this myself, but I don't really understand yet how timers work.@96LawDawg commented on GitHub (Jun 23, 2021):
Half of the things in the Widget Properties section do not have any elaborating detail (spinners, labels, etc.). And the Widget Guide section also does not cover everything and that is probably the least updated page on the wiki. Those are not necessarily a good thing. Just an observation.
Regarding
toggleI don't think that is a property (maybe I'm wrong?!?). It is a mode option when using a timer FUNCTION. And that is not documented. I pointed this out in the wiki channel on 6/15: "On the Functions Overview page, the functions listed line up with what is available in JSON editor with two exceptions. Missing are "CANVAS" and "TIMER." Those don't behave like normal functions because they are actually linked to composed widget types. However, just pointing out the inconsistency. Not sure what, if anything, can or should be done about that." Some documentation there would probably be a good idea.@RaphaelAlvez commented on GitHub (Jun 23, 2021):
Toggle is a mode of the TIMER function.
@96LawDawg the CANVAS and the TIMER functions are related to the canvas and timer widgets. Not the composed widget. They are used in the composed widgets and created having those in mind. But yeah I agree they are a bit different.
@rogerl50 commented on GitHub (Jul 12, 2021):
Documentation for CANVAS and TIMER were added.