Hi all

in trying to get the conditional display of toolbars working (my first
play with HideWhenPlugin) with txtUserName I have come across another
problem.

I am using a dropdown box to have people enter their txtUploadUsername
and pasUploadPassword for use with UploadPlugin...that works
fine.....but the conditional display of the toolbars is using the
txtUserName parameter...which obviously is used in
tiddler.modified.....

OK, I don´t want to ask people to enter their name twice....once to
set txtUploadUserName and then again (in the SideBarOptions) to set
txtUserName...so I tried putting

<script>
config.options.txtUserName=config.options.txtUploadUserName;
</script>

in the OptionsPanel...so that txtUserName gets copied from
txtUploadUserName....but it does convert the txtUserName directly.

I even put
<span style='display:none;' refresh='content' force='true'
tiddler='OptionsPanel'></span>
into the PageTemplate to try to force it to refresh ...but that does
not do it.

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.

Obviously I could have the toolbar (HideWhen) condition based on
txtUploadUserName.....but that doesn´t explain why txtUsername does
not get updated...and may even create confusion in generating the
tiddler.modified  elements!

Help!

And Thanks
Skye
--~--~---------~--~----~------------~-------~--~----~
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