For that quickly dwindling minority of folks on this group who are still with TWC :-), what do 'store.notifyAll(...)' and store.notify(...) do, please.
I have a script that deletes a given tiddler via 'store.deleteTidler(victimTiddler);'. The delete part seems to be going fine except that the hyper link still shows up in the sidebar and when I click the link, the link is dead. I am guessing I need to do some sort of synch and when I was looking to fix that I noticed notify and notifyAll functions. I am wondering if I need to call one of those or some other similar function after I delete a tiddler. If yes, is there a counterpart function I need to call when I create a tiddler via 'store.saveTiddler(myTiddler)'? Thanks for your time and help! Cheers; 'best, shankar -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/ed862fe4-7264-4eaf-b934-289775c42c01%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
