Hello,
I would like to display some transient data in a tiddler. I have a tiddler that has a lot of GUI elements such as text boxes and buttons etc. One of those buttons does a bunch of number crunching and returns a long (very long) text string. I would like to create a temporary tiddler - WITHOUT SAVING IT - and display it. I tried the following: <script> // Compose the string return ComposedString; </script> And, surprisingly this does not work for some reason. I am suspecting has something to do with the fact the hosting tiddler also has a lot of GUI elements in it. (I have other cases where the above idiom of returning the string displays itself nicely!) I am sure the string is being composed successfully as I can display that via an alert(...). Any thoughts on how to get around this, please. Thanks for your time. Cheers; 'best, shankar swamy -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
