Wow that threw TW into a tail-spin....had to kill Firefox to get out!!!
I have TiddlyTools ToggleRightSideBar in the TopMenu, so when I put refreshDisplay(); into the OptionsPanel, which is where the txtUsername box is.....neverending iteration!!!!! And it doesn´t really get to my question... why doesn´t this code work <script>config.options.txtUserName=config.options.txtUploadUserName; </script> <<option txtUserName>> <<option pasUploadPassword>>.... ..I was imagining that when txtUploadUserName is changed from in the Login box (that open from the TopMenu)..then the automatic refresh on SideBarOptions (in PageTemplate) should update txtUserName...and display it in the <<option txtUserName>> box....thats how I imagined it......but thats not what happens... Skye On 11 maio, 05:33, FND <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---

