[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-10 Thread Tobias - http://tbGTD.tiddlyspot.com

Ok Morris,

...let's see if we can get into the fixing business.

However, I am not sure, what actually needs fixing. What is the exact
issue with TiddlersBar that it needs special treatment as to core
functions?

I understand that tiddlers won't open correctly if someone disables
TiddlersBar ...as I have removed that line.

Personally, I do not consider this too much of a problem as I'll never
use it's disabling functionality, but rather set a temporary
systemConfigDisable on it. As for tbGTD, permanently disabling it
would be a completely different GUI-approach ...and - right now - I am
not so much inclined to even consider that... may others do so ;-)

Tobias.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-09 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi again

Now I see... it's not Tiddlersbar that jumps ...its the whole
display ...sometimes it takes a while. I know that one and I sureley
am glad to see you have a fix Morris. That's great!

Tobias.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-09 Thread Tobias - http://tbGTD.tiddlyspot.com

Hi Morris,

I compared your code to mine and other than my own changes I can't see
any difference... and thus still get the jumping to top of popups. Are
you sure you sent the right link?

Tobias.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-09 Thread Tobias - http://tbGTD.tiddlyspot.com

Well, I just removed

ensureVisible=function (e) {return 0} //disable bottom scrolling (not
useful now)

...from TiddlersBatPlugin.

And now, there is no more jumping to top.
Instead, there is 'ensuring of visibility'.
Dunno if removing that line broke anything.
So far it doesn't seem to have.

Tobias.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-09 Thread Morris Gray

On Nov 10, 1:03 pm, Tobias - http://tbGTD.tiddlyspot.com;
beertob...@googlemail.com wrote:

 I compared your code to mine and other than my own changes I can't see
 any difference... and thus still get the jumping to top of popups. Are
 you sure you sent the right link?

You're right it isn't the modification I intended, it still jumps to
the top with popups, now I can't find it.

I remember deleting the line you did caused some side effect. That's
why I tried to merge the OpenTopPlugin code into it.  I seem to
remember that it had side effects as well (or I didn't do it
properly).

That suggests that not opening at the top when the tabs are disabled
was the side effect. I must have removed that and put the original
code back that you just cut out again:-) I can see the tracks of my
work because the comments on the code you cut out is different between
my different TWs.  At that point I must have been distracted by some
shiny object and forgot about it until now:-)

It's worth doing a permanent fix if you can.

Morris

On Nov 10, 1:03 pm, Tobias - http://tbGTD.tiddlyspot.com;
beertob...@googlemail.com wrote:
 Hi Morris,

 I compared your code to mine and other than my own changes I can't see
 any difference... and thus still get the jumping to top of popups. Are
 you sure you sent the right link?

 Tobias.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-08 Thread Morris Gray

I made a modification to TiddlersBarPlugin last year to stop the
jumping to the top when popups were opened.I use it in all of my
Treeview TWs.  Here's and example.

http://twt-treeview-executive.tiddlyspot.com/#TiddlersBarPluginMG

Perhaps it will work for your situation.  Please let us know the
results.

Morris

On Nov 7, 1:46 am, APL shia...@iol.ie wrote:
 Hi, I've been trying to get FramedLinks plugin working with
 TiddlersBar plugin. The probem is that when FramedLinks opens an
 iframe TiddlersBar jumps to the top of the screen/page. I guess it
 thinks it's a new tiddler that's been opened. Is there any way around
 this?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: FramedLinks and TiddlersBar plugins

2009-11-07 Thread Tobias - http://tbGTD.tiddlyspot.com

Show us a 'Minimal Test Case'...

I, for one, can't even guess what this looks like for you.

Tobias.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---