Hi Stephan

The trouble with an alert() is that it blocks JS execution until the user
clicks OK. And all it tells you is that the POST has been sent to the
server, not when the confirmation comes back.

I've already in alpha-16 replaced the alert of 0 - Fileindex.html with a
proper notification alert. What I was talking about on the hangout was a
progress bar.

Best wishes

Jeremy




On Tue, Nov 26, 2013 at 9:13 PM, Stephan Hradek <[email protected]>wrote:

> I haven't tested yet, but despite the fact that Jeremy said, it's
> difficult, I think I'd be satisfied with this:
>
>     window.alert("Started saving to "+url);
>
> placed in upload.js after line 62 where we have
>
>     http.send(data);
>
>
> currently there.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWikiDev" 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/tiddlywikidev.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to