Thanks for the feedback, Mans. I'm really impressed myself what could be done with html scripts alone - without any plugins - by starting out to get MenuMore in a shape to make it more user friendly. Because every time I wanted to implement it in a new TiddlyWiki I had to struggle again. And often what almost drove me crasy was only.. one single dot. :-(
> Would you mind sharing it when you have finished setting it up? > Maybe even with some hints on how to implement your menus to an > original TW?? It's pretty ready for importing a vanilla MenuMore in a blaink TiddlyWiki, therefore I just sum it up here (well, except the TiddlySpot plugins, tiddlers for MenuMore theme and three html scripts, it actually is a blank TW): ∇ TopMenu use this to add, delete or replace top menu items and their links to tiddlers supposed to open in the tiddler area on a click. At the same time it invokes the menu you wish to open in the main menu (note: the menu item itself is defined in the PageTemplate). I changed Ocat's original implementation by adding tiddler transclusion at the beginning of the tiddler, so only the TiddlerName and label have to be changed in the existing parameters, and the out commenting (ie. /% %/) adapted to ones need. For changing whether one wishes all already opened tiddlers closed at the same time of an click one has to make adaptations in the tiddler area commented out (by the adjustments Eric just explained in this threat: http://groups.google.com/group/TiddlyWiki/browse_thread/thread/8c6a054bc5e83f85/1d98c28f51d44628?lnk=gst&q=menumore%23#1d98c28f51d44628 I left the example for not having other tiddlers closed, the answer is in above thread by Eric, and you'll find them in the last lines of the items with the heading !C and !D. They invoke a tiddler without closing already opened, and to leave the tiddler area with a MainMenu change respectively. ∇ PageTemplate this is the place to indicate the menus opening in the main menu area. All you need to do is to replace the name you want to be invoked with a top menu click, and which tiddler you would want to open in edit mode with a click on the menus background (ie the menu itself) Here I used StyleSheet transclusion - which works differently to tiddler transclusion by simply using a forced link - so if you opened the PageTemplate you have to proceed to the TemplateBody tiddler to make the explained changes. For changing the Header gradient do it in the TemplateHeader. You also need to import this two additional tiddlers, TemplateBody and TemplateHeader, or paste it into the main PageTemplate tiddler at the place and replacing their links. ∇ StyleSheet this defines many styles, also some which aren't necessary for ManuMore alone. Since it's not that big just don't bother and import it as a whole. ∇ SwitchMenu this is an optional item, for additionally switching the MainMenu off. I found it on Paolo Soares site, but there it has been replaced with Eric's inline script since now. ∇ SwitchBar Optional as above. But this time to open the by default closed right sidebar. ∇ Footer Notice of original coders and locations. ∇ Home A home button, closing all open tiddler and reverting to the default tiddlers without a menu change, optional. If you also want to use a second mode, with a completely different TopMenu and main menus again (which is but a PageTemplate switch only, to invoke the other PageTemplate indicating the second TopMenu) - import also the following: ∇ TopMenu2 ∇ PageTemplate2 For the popup on hover you need: PopUp, which is really ShowPopup by Erik but adapted to open popups on hover.. Which brings me to a new questions: :-) 1) As it is, a popup opens below and at the first letter of a popup link. How do I change the css to have it open to the left of it? 2) Also I haven't found out where I lost the original behavior of MenuMore to start up with an opened MainMenu. Any help with this, or a different solution would be highly appreciated. 3) How do I trim the search box, so it can be placed into the TopMenu without widening it? 4) I'm grateful for any other suggestion, other css tweaks or html scripts worth the inclusion... regards.. PS: There are NO OTHER DEPENDENCIES, or the need for a special tag. On 27 Mai, 20:50, Måns <[email protected]> wrote: > Hi Wolfgang > > I like your MenuFlex very much indeed!! > There is a lot of customization going on - and I can't really adapt it > as it is. (lack of braincells I fear..) > Would you mind sharing it when you have finished setting it up? > Maybe even with some hints on how to implement your menus to an > original TW?? > That would be GREAT.. > Nice and very impressive TW you have made so far! > > Regards Måns Mårtensson > > On May 27, 10:09 am, wolfgang <[email protected]> wrote: > > > > You can achieve this with just a slight tweak to > > > http://www.TiddlyTools.com/#ShowPopup > > > by changing > > > onclick="..." > > > to > > > onmouseover="..." > > > > enjoy, > > > -e > > > > Possible? > > > I would have lost my bet.. thanks again. > > > regards.. > > >http://menuflex.tiddlyspot.com/#MainMenu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

