Move the edit-text widget outside the set widget. What is happening is 
every time you type a character into the edit text widget it refreshes the 
set widget and all its children, which currently includes the edit text 
widget and it resets the focus so you aren't in the text box anymore.

Try this:

*\define newtitlemacro() $(mytitle)$ $(rightnow)$*
*\define newentry()*

*<$button>**<$set name="rightnow" value=<<now YY-MM-DD>> >*
*<$set name="mytitle" value={{$:/temp/newtitle}} >*
*<$action-sendmessage $message="tm-new-tiddler" title=<<newtitlemacro>> 
description=<<now "ddd, mmm DD, YYYY - 0hh:0mm $(currentTiddler)$">> 
tags="BM GL [[Hello World]]"/>*
*</$set></$set>*

*New Entry:*
*</$button>*
*<$edit-text tiddler="$:/temp/newtitle" tag="input" default=""/>*
*\end  *

*<<newentry>>*

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b82f173e-b48d-46c4-b2e3-7a0688d7646f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to