Is it possible to make tabs, such as in the sidebar, not take up loading 
time until actually opened? I have identified this as one main reason why 
my cell phone loads so slowly. (Actually for my main TW's I use a MainMenu 
consisting of a fET rendering a TreeView <http://treeview.tiddlyspot.com/>... 
great automated menu, but browser goes into total coma every time I load 
the TW).

I have currently solved it with a 
NestedSliders<http://tiddlytools.com/#NestedSlidersPlugin>construction where 
the buttons stay fixed (like in e.g a horizontal menu) 
that I picked up from Master Eric at some point in history. The content 
does not render until slider opened because the "..." command is used.
In case anyone is interested:

+++[Areas ↴]#panel1:...
<br><<tiddler AreaTab>>
===
&nbsp;&nbsp;+++[ToDo↴]#panel2:...
<br><<tiddler ToDoTab>>
===
&nbsp;&nbsp;+++[Ref. ↴]#panel3:...
<br><<tiddler Reference>>
===
<<DOM move panel1>><<DOM move panel2>><<DOM move panel3>>

(I have my fET-generated TreeView in the AreaTab.)

This is all pretty neat, but while the buttons stay fixed, the tiddler 
content pushes down one another upon opening. Also, you can't have the 
actual tiddlers referred to opened, i.e in the main tiddler column, as it 
confuses the DOM pointers, and me.

Had it been possible to use a NestedSlider-tree instead of the mentioned 
TreeView all together, then that would be even better. Actually, I'll raise 
that as a separate question.

So, my question is if tabs - or any other solution for that matter - could 
be used instead to prevent slow loading?

Thank you!

<:-)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to