> I want, that when a person opens the Login box and types in the
> details for txtUploadUserName....then txtUsername gets changed and
> refreshed to the same value.

If I understand this correctly, you want the field displaying the 
UserName to be updated after changing the variable?
The easiest way would be to call refreshDisplay:
     config.options.txtUserName = "foo";
     refreshDisplay();

HTH.


-- F.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to