Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
FLX  
View profile  
 More options Nov 9, 5:50 am
From: FLX <flx...@gmail.com>
Date: Mon, 9 Nov 2009 02:50:50 -0800 (PST)
Local: Mon, Nov 9 2009 5:50 am
Subject: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
Please see http://dl.dropbox.com/u/50769/TiddlyPedia.html

I would like the tabs to be placed in the toolbar instead of above it,
how can I do this?

Thank you in advance!

Regards,

Dennis


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobias - http://tbGTD.tiddlyspot.c om  
View profile  
 More options Nov 10, 10:57 am
From: "Tobias - http://tbGTD.tiddlyspot.com" <beertob...@googlemail.com>
Date: Tue, 10 Nov 2009 07:57:47 -0800 (PST)
Local: Tues, Nov 10 2009 10:57 am
Subject: Re: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
Hi Flx,

That is a very tricky one.as the toolbar is rendered in every tiddler
whereas - so far - tiddlersbar only gets rendered once... in the
PageTemplate. So you cannot simply put TiddlersBar into the
ViewTemplate.

I guess, the best you can try is to position '#tiddlersBar'
absolutely, with css and have the toolbar 'clear:both' if Tiddlersbar
is coming too close... e.g. have it create a linebreak.

Tobias.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobias - http://tbGTD.tiddlyspot.c om  
View profile  
 More options Nov 10, 11:36 am
From: "Tobias - http://tbGTD.tiddlyspot.com" <beertob...@googlemail.com>
Date: Tue, 10 Nov 2009 08:36:19 -0800 (PST)
Local: Tues, Nov 10 2009 11:36 am
Subject: Re: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
Hi Dennis,

I played a bit with it and this is what I have come up:

http://bit.ly/3dJNWo

See the changes in EditTemplate, ViewTemplate and the last section in
StyleSheet.

Tobias.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FLX  
View profile  
 More options Nov 10, 2:24 pm
From: FLX <flx...@gmail.com>
Date: Tue, 10 Nov 2009 11:24:55 -0800 (PST)
Local: Tues, Nov 10 2009 2:24 pm
Subject: Re: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
Hi Tobias,

Thanks! That looks a whole lot better! Isn't it possible to skew the
toolbar over all the way to the right, so that it has those fancy
tabs? I really liked those.
Also, for some reason I have very weird tab switching behavior. When I
click on one it switches around instead of remaining in a static
position.

Do you know anything about this?

Thanks,

Dennis

On Nov 10, 5:36 pm, "Tobias - http://tbGTD.tiddlyspot.com"


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobias - http://tbGTD.tiddlyspot.c om  
View profile  
 More options Nov 11, 7:52 am
From: "Tobias - http://tbGTD.tiddlyspot.com" <beertob...@googlemail.com>
Date: Wed, 11 Nov 2009 04:52:22 -0800 (PST)
Local: Wed, Nov 11 2009 7:52 am
Subject: Re: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
Hi Dennis,

1) I couldn't quite figure out how to meaningfully make tiddlersbar
wrap around the toolbar once the toolbar was 'up there'. When I
fiddled with it, tiddlersbar would always be hidden behind the toolbar
(at some point) which was not good at all. It should be a rather
simple thing for you to style the buttons as buttons though. However,
I would NOT recommend placing it at the same height as tiddlersbar.
For one, how would you imagine wrapping of excess tabs to happen?
2) As for... "When I click on one it switches around instead of
remaining in a static position." ...I have no idea what that means.

Tobias.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobias - http://tbGTD.tiddlyspot.c om  
View profile  
 More options Nov 11, 11:33 am
From: "Tobias - http://tbGTD.tiddlyspot.com" <beertob...@googlemail.com>
Date: Wed, 11 Nov 2009 08:33:09 -0800 (PST)
Local: Wed, Nov 11 2009 11:33 am
Subject: Re: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
Hi Dennis,

The weird switching behaviour you're experiencing is due to
OpenTopPlugin... disable it! What did you want to use it for anyways?

Tobias.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FLX  
View profile  
 More options Nov 13, 5:18 am
From: FLX <flx...@gmail.com>
Date: Fri, 13 Nov 2009 02:18:23 -0800 (PST)
Local: Fri, Nov 13 2009 5:18 am
Subject: Re: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
I dunno, I must have tried it and didn't delete it! Thanks for solving
that iffy problem :)

Ok last one: How to stylize inline tabs?
Sorry for the newbish questions (i really hate it) but can't get
inline tabs to style correctly, I'd like to change things such as the
background color on a active item and hover. I've added a tab example
at http://dl.dropbox.com/u/50769/TiddlyPedia.html

Much appreciated Tobias!

Thanks,

Dennis

On Nov 11, 5:33 pm, "Tobias - http://tbGTD.tiddlyspot.com"


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tobias Beer  
View profile  
 More options Nov 13, 12:11 pm
From: Tobias Beer <beertob...@googlemail.com>
Date: Fri, 13 Nov 2009 09:11:29 -0800 (PST)
Local: Fri, Nov 13 2009 12:11 pm
Subject: Re: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
Styling can be hairy, above all across browsers, but once you get a
grip on the how-to's it get's less and less complicated, especially
the basics. So, if you haven't yet, first get FIREBUG for Firefox.
Then inspect elements rendered by the browser (like tabs) as to what
they consist of... you will find css classes, like...

.tabSetWrapper
.tab
.tabSelected
.tabUnselected
.tabContents
etc... which give you an idea of the actual html structure underlying
to tabs

Knowing this, and that you may have different areas for which you want
to style tabs differently,like
.viewer
#tiddlerDisplay
#sidebar
#mainMenu

...you can put stuff into your Stylesheet, like
.viewer .tab {border: 3px solid #999;-moz-border-radius:3px; -webkit-
border-radius:3px;background:#eee;}
#sidebar .tabContents .externalLink {text-decoration:none;border-
bottom:1px dotted #eee;}

For more examples, you could sneak into the StyleSheet as part of
[[tbGtdTheme]] of my tbGTD
http://tbGTD.tiddlyspot.com

There you find .tab style-definitions especially for the sidebar and
those vertical tabs (which I use for my help-section) which I created
recently together with Eric Schulman...
http://verticaltabs.tiddlyspot.com

Here's some viable information with examples on css...
http://www.w3schools.com/CSS/


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Hough  
View profile  
 More options Nov 13, 4:59 pm
From: Alex Hough <r.a.ho...@googlemail.com>
Date: Fri, 13 Nov 2009 21:59:58 +0000
Local: Fri, Nov 13 2009 4:59 pm
Subject: Re: [twdev] Re: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?

On FireBug: search YouTube for Firebug and Css: gets you started...

ALex
[1]
http://video.google.com/videosearch?q=YouTube+for+Firebug+and+Css&um=...
or
http://tinyurl.com/yjzr722

2009/11/13 Tobias Beer <beertob...@googlemail.com>

--
http://www.multiurl.com/g/64

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FLX  
View profile  
 More options Nov 18, 10:51 am
From: FLX <flx...@gmail.com>
Date: Wed, 18 Nov 2009 07:51:30 -0800 (PST)
Local: Wed, Nov 18 2009 10:51 am
Subject: Re: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
Thanks all! It's a great help to me. I have one problem left and that
is a ugly border (#EEEEEE) running around div.viewer and through the
tabs. Check http://dl.dropbox.com/u/50769/TiddlyPedia.html for a
example. I tried everything I could using firebug and DOM inspection,
I can't get rid of it. ...help?

Thanks,

Dennis

On Nov 13, 10:59 pm, Alex Hough <r.a.ho...@googlemail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
FLX  
View profile  
 More options Nov 24, 5:09 pm
From: FLX <flx...@gmail.com>
Date: Tue, 24 Nov 2009 14:09:31 -0800 (PST)
Local: Tues, Nov 24 2009 5:09 pm
Subject: Re: Properly integrate TiddlersBarPlugin in TiddlyPedia theme?
Anyone? I still haven't been able to fix it.

It would be of great help to me.

Thanks!

Dennis

On Nov 18, 4:51 pm, FLX <flx...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google