Well, I created a reset button, but it isn't very dynamic. It does store states and text in a temp file, but I have to change the global reset macro if I want to change any sliders. I can clone it but then what if I want to change one of the sliders, my reset button would break. I need to be able to somehow cycle through the fields in my tick sheet or store the info for my reset button in my tick sheet like in a list field. I tried to stick the field names in a list field in my tick sheet but couldn't figure out how to use that to clear the fields in my temp tiddler. I couldn't figure out how to use information from the list filter and feed it to either a set command, or a setfield or even an action-setfield. Nothing seems to work. So if anyone has any other ideas? My working example is Tick Sheet <http://t5a.tiddlyspot.com/#Tick%20Sheet%20Gem>.
On Tue, Dec 23, 2014 at 3:53 PM, andrew.j.harrison84 < [email protected]> wrote: > I am moving closer to a solution. If I put the field names for the sliders > in a list I can use a list filter to clear all my fields in my temp > tiddler. I would just like to figure out how I passed my tiddler title to > my global reset macro. I really don't know what I'm doing. I am so confused. > > I am moving closer to a solution. If I put the field names for the sliders > in a list I can use a list filter to clear all my fields in my temp > tiddler. I would just like to figure out how I passed my tiddler title to > my global reset macro. I really don't know what I'm doing. I am so confused. > Tobias Beer <[email protected]> wrote: > Hi Jed, > > >> the list widget shouldn't have any side effects because those side >> effects would happen each time the widget is refreshed, which can happen at >> arbitrary times leading to undefined behaviour >> > > true, it shouldn't have those side effects on it's own ...but, once within > a button or select or radio or check widget, it hopefully will have those > exact side-efects. > > Best wishes, Tobias. > > Hi Jed, > > the list widget shouldn't have any side effects because those side effects > would happen each time the widget is refreshed, which can happen at > arbitrary times leading to undefined behaviour > > true, it shouldn't have those side effects on it's own ...but, once within > a button or select or radio or check widget, it hopefully will have those > exact side-efects. > > Best wishes, Tobias. > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

