On Mar 1, 12:11 am, skye riquelme <[email protected]> wrote: > but how do I have the width of the popup controlled by the > ShowPopup parameters and not by the StyleSheet (which does allow any > flexibility in widths)?
Good day Skye, If you remove the code from the StyleSheet then ShowPopup should take over control. I put that code in StyleSheet to have the luxury of scrolling in the popups in general like the tagger popup, tags etc. removing it should give you what you want from ShowPopup, then the normal popups should revert back to the normal default of non- scrolling. Morris On Mar 1, 12:11 am, skye riquelme <[email protected]> wrote: > Hi > > Sorry about my incorrect terminology...guess I meant to say that there > was a conflict.......not an override... > > I found the popup code you mentioned.....in order to have a wider > popup I tried width:auto; which gave me a slightly wider > popup...but not the 90em that the ShowPopup code is specifying. I have > changed the .popup code to read width:90em; ....which gets the width I > want....but how do I have the width of the popup controlled by the > ShowPopup parameters and not by the StyleSheet (which does allow any > flexibility in widths)? > > Thankss in advance > Skye > > On 28 Fev, 09:01, Morris Gray <[email protected]> wrote: > > > On Feb 27, 7:47 am, skye riquelme <[email protected]> wrote: > > > > Now when I put this same > > > code into a treeview TW it gives me a skinny little popup with one > > > horizontal slider bar and TWO vertical slider bars. > > > In StyleSheet there is this popup code. But two vertical slider bars > > is very odd... > > > .popup { > > max-height:275px; > > min-height:auto; > > width: 160px; > > overflow: auto; > > margin:auto; > > -moz-border-radius : 0.65em 0.2em 0.2em 0.65em; > > background:#eee; > > color:#900; > > > } > > > I gather something > > > in the twt-treeview-executive.html coding is overriding this > > > code > > > The Treeview code was there first :-) So what is trying to override > > what:-) > > > Morris > > > On Feb 27, 7:47 am, skye riquelme <[email protected]> wrote: > > > > Hi All > > > > I have been using the code <<tiddler ShowPopup with:Diario > > > LearningJournal "" "" 80em sticky>> in the MainMenu of various TWs and > > > it works fine.....opens a wide useful popup. Now when I put this same > > > code into a treeview TW it gives me a skinny little popup with one > > > horizontal slider bar and TWO vertical slider bars. I gather something > > > in the twt-treeview-executive.html coding is overriding this > > > code....but what...the StyleSheet and StyleSheetLayout only seem to be > > > setting popup colors. How can I have the ShowPopup return to its > > > normal behaviour?? > > > > Thanks in Advance > > > 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.

