Hi Eric, I now get the results I want if I omit the first and last brackets in my list entry: value1]], [[value2 or even: value1]], [[value2]], [[value3 Thanks! One other thing I noticed since that earlier revision is that when I click "done" after making changes to my tiddler containing the list, I get a nonresponsive script error (this happened also when I experimented with editing the ListboxNewSample tiddler on the http://www.tiddlytools.com site). In Prism, I can click "stop script" and the tiddler is saved. In Firefox I had to close the browser. Any ideas about why? cmari
On Jun 15, 10:02 am, Eric Shulman <[email protected]> wrote: > > In some cases, I wanted two links, so my list included things like > > [[value1]], [[value2]] > > > Am I trying to do something that the plugin wasn't meant to do? > > The most recent revision of ListboxPlugin added support for 'multi- > select' listboxes. Multiple selection values are stored in tiddler > fields using space-separated, bracketed lists. > > Unfortunately, as a result, your non-multiselect list includes a > single item whose value, "[[value1]], [[value2]]", was being handled > internally as a list of two items, producing the strange output you > observed. > > To fix this, I've updated the plugin so that listboxes (and droplists) > that are not using "allowMultiple" will always interpret the field as > containing a single value, even if that value appears to be a space- > separated, bracketed list. > > Get the update (v1.2.1) here: > http://www.TiddlyTools.com/#ListboxPlugin > http://www.TiddlyTools.com/#ListboxPluginInfo > > Please let me know if this fixes your problem... > > -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

