List Info

Thread: Hiding the popup "saved"




Hiding the popup "saved"
user name
2007-01-26 07:07:25
Hi. Each time a message is saved, there is a popup in the top right corner : "Backup saved" - "Main TiddlyWiki file saved" - "close". Is there any possibility of hiding this message or making it disappear after a little while ? I remember having read something about that, but I can't find it any more. Thanks and congratulations for this wonderful Wiki. Jo Boug. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWikigooglegroups.com To unsubscribe from this group, send email to TiddlyWiki-unsubscribegooglegroups.com For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
Re: Hiding the popup "saved"
user name
2007-01-26 07:16:38
To hide thie so it doesn't appear, remove the "messageArea" div from the PageTemplate shadow tiddler. Dawn. On Jan 26, 1:07 pm, "Jo Boug" voila.fr> wrote: > Hi. Each time a message is saved, there is a popup in the top right > corner : "Backup saved" - "Main TiddlyWiki file saved" - "close". > Is there any possibility of hiding this message or making it disappear > after a little while ? > I remember having read something about that, but I can't find it any > more. Thanks and congratulations for this wonderful Wiki. > Jo Boug. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWikigooglegroups.com To unsubscribe from this group, send email to TiddlyWiki-unsubscribegooglegroups.com For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
Re: Hiding the popup "saved"
user name
2007-01-26 07:18:19
I meant to write: To hide the popup message so it doesn't appear, remove the "messageArea" div from the PageTemplate shadow tiddler. My fingers get in the way of the keyboard. Dawn. On Jan 26, 1:16 pm, "Dawn Ahukanna" gmail.com> wrote: > To hide thie so it doesn't appear, remove the "messageArea" div from > the PageTemplate shadow tiddler. > Dawn. > > On Jan 26, 1:07 pm, "Jo Boug" voila.fr> wrote: > > > Hi. Each time a message is saved, there is a popup in the top right > > corner : "Backup saved" - "Main TiddlyWiki file saved" - "close". > > Is there any possibility of hiding this message or making it disappear > > after a little while ? > > I remember having read something about that, but I can't find it any > > more. Thanks and congratulations for this wonderful Wiki. > > Jo Boug. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWikigooglegroups.com To unsubscribe from this group, send email to TiddlyWiki-unsubscribegooglegroups.com For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
Re: Hiding the popup "saved"
user name
2007-01-26 07:21:23
> To hide the popup message so it doesn't appear, remove the > "messageArea" div from the PageTemplate shadow tiddler. Wouldn't it be better to just add "display: none;" to the StyleSheet tiddler for this element then? -- F. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWikigooglegroups.com To unsubscribe from this group, send email to TiddlyWiki-unsubscribegooglegroups.com For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
Re: Hiding the popup "saved"
user name
2007-01-26 07:48:05
That could work too. Dawn. On Jan 26, 1:21 pm, "FND" gmail.com> wrote: > > To hide the popup message so it doesn't appear, remove the > > "messageArea" div from the PageTemplate shadow tiddler.Wouldn't it be better to just add "display: none;" to the StyleSheet > tiddler for this element then? > > -- F. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWikigooglegroups.com To unsubscribe from this group, send email to TiddlyWiki-unsubscribegooglegroups.com For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
Re: Hiding the popup "saved"
user name
2007-01-26 09:39:29
Wouldn';t it be better to just add "display: none;"; to the StyleSheet
tiddler for this element then?

That will not be sufficient, since this "feature" is the one used to show and hide the message area (automatically). I.e. even if you set "display: none" in your stylesheet this will be overwritten with at "display: block"; by TiddlyWiki when it wants to display a message. (On "close" a "display:none" is performed)

Udo

----------
Udo Borkowski
http://www.abego-software.de



On 1/26/07, Dawn Ahukanna < dawn.ahukannagmail.com">dawn.ahukannagmail.com> wrote:

That could work too.
Dawn.

On Jan 26, 1:21 pm, "FND&quot; < F.N.D...gmail.com">F.N.D...gmail.com> wrote:
>; > To hide the popup message so it doesn't appear, remove the
> > "messageArea&quot; div from  the PageTemplate shadow tiddler.Wouldn't it be better to just add "display: none;"; to the StyleSheet
> tiddler for this element then?
>
> -- F.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TiddlyWiki"; group.
To post to this group, send email to TiddlyWikigooglegroups.com
To unsubscribe from this group, send email to TiddlyWiki-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: Hiding the popup "saved"
user name
2007-01-26 09:43:17
> > Wouldn't it be better to just add "display: none;" to the StyleSheet > >tiddler for this element then? > > That will not be sufficient, since this "feature" is the one used to show > and hide the message area (automatically). Oh I see - thanks for clearing that up. Lucky that I didn't go all cocky but phrased it as a question instead... ;) -- F. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWikigooglegroups.com To unsubscribe from this group, send email to TiddlyWiki-unsubscribegooglegroups.com For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
Re: Hiding the popup "saved"
user name
2007-01-29 07:55:31
Thank you all for your replies.

I've tried Dawn's proposition : remove the
"messageArea" div from the 
PageTemplate shadow tiddler.
Ok, it eliminates the top right popup.
But it causes another message box from the browser, that has
to be 
validated, hence no real improvement.

By the way, I should have begun with a presentation of my
goals :
- I want to share my TiddlyWiki over a network disk drive
- for this purpose, I've written a script that encapsulates
the wiki 
and manages a system of lockers, thus enabling multiple
users to work 
within a single Wiki
(although it seems to work fine, some more tests have still
to be 
organized)
- in order to prevent users from risky clicks or
explorations, I want 
to hide or control some messages, hence my question to
Google Groups

Anyhow, after a few hours of painful exploration (it's my
first 
experience with javascript), I've finally identified the
lines to be 
modified in order to meet these needs :
- display limited to 2000 milli seconds
- no link towards the save and backup files

Here is the operation, in case it would be useful to anyone
else :

1°) Replace ...
if(backup)
	displayMessage(config.messages.backupSaved,"file://&qu
ot; + backupPath);
else
... by ...
if(backup)
	{displayMessage(config.messages.backupSaved,"");
	setTimeout("clearMessage()",2000)}
else

2°) Replace ...
if(save)
	{
	displayMessage(config.messages.mainSaved,"file://"
; + localPath);
	store.setDirty(false);
	}
else
... by ...
if(save)
	{
	displayMessage(config.messages.mainSaved,"");
	setTimeout("clearMessage()",2000);
	store.setDirty(false);
	}
else



On 26 jan, 16:43, "FND" <F.N.D...gmail.com> wrote:
> > > Wouldn't it be better to just add
"display: none;" to the StyleSheet
> > >tiddler for this element then?
>
> > That will not be sufficient, since this
"feature" is the one used to show
> > and hide the message area (automatically).Oh I see
- thanks for clearing that up.
> Lucky that I didn't go all cocky but phrased it as a
question
> instead... ;)
>
> -- F.


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


[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )