The logic of the buttons is confusing. What is the use-case?

You want the buttons to swap their status, but only until the 2nd click? 
What condition returns the buttons to independent operation?

Let's say you click the right button. Then you click the right button 
AGAIN. Presumably the left button is now clicked. NOW will clicking the 
left button turn off only the left button, or will it turn on the right?
 
-- Mark

On Monday, June 25, 2018 at 10:22:45 AM UTC-7, Dave wrote:
>
> Thank you.  Here's what I need to happen:
>
> R[[_]] L[[_]]  <-- when you check the left one, it becomes checked, and if 
> checked again it becomes unchecked, same for the right one, and if either 
> one is checked, its opposite becomes unchecked, but having done that, you 
> can uncheck either one (to have neither checked) and in doing so *** the 
> opposite does //not// become checked again***  i.e. a checkbox only becomes 
> checked by the user checking it, not when the user unchecks the other.
>
> in the code in the first post, what I'm trying to do is when a checkbox is 
> checked (putting the value of "1" in the current tiddler's field 
> "test.right" (e.g.)), it also runs the macro "nulll" that assigns "0" to 
> the field "test.left".
>
> My problem is that with the "currentTiddler" reference I can't seem to get 
> that to work.
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e923950e-71d6-48de-88c4-40260aacf057%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to