Clifford Bressette
unread,Dec 6, 2012, 8:35:27 PM12/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Hey glad to help.
My last reply was deleted before it was viewable, so I'm going to try this again.
If you are interested in why this code wasn't executed then all I can say is that (it seems) JS code which isn't tagged with systemConfig and thus loaded on startup then erroneous code is ignored. This has greatly impeded debugging for myself, but a simple solution which worked for me is that I put 'alert("It worked!")' at the end of that block of code. Then even when the code won't produce instantly apparent output then you still know that there were no obvious errors in the code so it was executed.
If you are interested in seeing the actual plugin in action I am creating a tiddlyspot to showcase the working messaging system. You should know beforehand that this system depends on the ForEachTiddlerPlugin, the InlineJavascriptPlugin, the NestedSliderPlugin and the DataTiddlerPlugin. All tiddlers which make the messaging system are tagged 'messaging'. Also the Inbox tiddler is entirely dependant upon the active username, so if you wish to see the tiddlers which are intended for another user then you must change the current username. the username (if you don't know is accessible from the right sidebar under options).
anything else I'd love to help.