Sorry about the time to reply to this.

I was wondering if this could be done with css.
I've deployed some code to @linksocial that adds a class notLoaded to
the following bubble until it has been loaded.
As you can see in this space you can use background-image to put a gif
in the bubble while this happens.

I'd rather not resort to encouraging hijacking in this case as it
could be a pain to debug future problems if different following
plugins work differently..
Does this help you at all?

Jon

On Jul 2, 5:12 pm, PMario <[email protected]> wrote:
> Hi Jon,
>
> I want to display a little ajax loader "snake" [1], while the function
> is collecting the info.
>
> Could you expose 2 functions eg:
>
> preStartSearch(place); and preDisplayResult(place);
>
> like this
> var macro = config.macros.linkedTiddlers = {
>   preStartSearch: function (place) {};
>   preDisplayResult: function (place) {};
> ....
>
> You could call them before you start searching and before you display
> the result. So they could be easily hijacked, to display and clear, a
> "loading" animated gif. I want to have mine inside the following
> bubble.
>
> regards
> mario.
>
> [1]http://www.ajaxload.info/

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

Reply via email to