On Monday, July 27, 2020 at 6:28:55 AM UTC-7, Mat wrote:
>
> This demo shows the problem: http://winproblem.tiddlyspot.com/
> Using $action-navigate *works* in a separate window...
> IF the window was opened via the tiddler tool button "Open in new 
> window"...
> but NOT if the window was opened via another button.
> ...but both ways use the same method, i.e tm-open-window
>
What am I missing?
>

The one *difference* between the TWCore "open in new window" button
and your button is that your button includes a template="tid" parameter:

   <$action-sendmessage
      $message="tm-open-window"
      $param="""tid"""
      template="tid"
   />

If you remove this parameter from your $action-sendmessage,
then the button works the same in both cases.

-e

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/805ff1b0-03f0-41bb-a23f-0feeddcb7b35o%40googlegroups.com.

Reply via email to