Thank you again for your suggestion Jed. You got me out of my programming 
block. I didn't need the qualify macro instead I'm using $macrocall. I've got 
my slider working with state saved in a temp file. I also got my edit text 
field working with text stored in same temp file. I'm working on making it 
clonable or maybe as a template for a new here button. I take alot of phone 
calls and notepad is just not dynamic or fast enough. Eventually I'll get my 
reset button, toggle hypertext, text2editTextField and copy2clipboard. If 
anyone wants to give any more suggestions please do. t5a.tiddlyspot.com




Sent from my Samsung Epicâ„¢ 4G TouchJed Carty <[email protected]> wrote:After 
a bit of poking to make this ( http://inmysocks.tiddlyspot.com/#Quick%20Notes ) 
I noticed two things, first the macro should be:

\define thisTempTiddler(stateNumber)
$:/temp/$(someName)$$stateNumber$
\end

with no space in the title, or there can be strangeness. Also, if you are going 
to save the note you need to write it to a new tiddler because the qualify 
macro may not remember the content after reloading the wiki. I am not sure 
about that part because I am not sure how qualify works, but I would be careful 
unless Jeremy or someone who knows how it works says otherwise.

Saving the text to a new tiddler requires using the tiddler widget to set the 
temporary tiddler as the current tiddler. I only mention this here because I 
spent half an hour trying to figure out how to get it to set the text correctly 
instead of just saving something like $:/temp/--23456236!!text, which isn't 
very helpful. http://inmysocks.tiddlyspot.com/#Write%20Quick%20Note shows what 
I am talking about when I say using the tiddler widget.

Also I don't know how to make it stop saying something like `Type the text for 
the tiddler '$:/temp/--1362158451'` when the state tiddler from using qualify 
doesn't exist yet, placeholder text doesn't override that.
-- 
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.

-- 
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.

Reply via email to