Sorry for such a late reply! Been a while since I've checked these. There should be a space in between the = and the -. So it is:
hourToActivate = -this.fields.tickleractivate; Or, "hourToActivate equals NEGATIVE this.fields.tickleractivate"; Simon, if you think this code would be useful email me and I can get you a cleaner version without Google's formatting chops. Been using it for months with no issues. Cheers, Kralik On Jun 1, 3:58 am, Abhi <[email protected]> wrote: > Hi, > > I am trying out your fix and things seems to work for now. Haven't > tried the auto-refresh yet. I will do it soon. > > I am have a doubt with respest to changes to MgtdList > ticklerTime.setHours(this.fields.ticklerhh); > if (this.fields.tickleractivate) > hourToActivate = - > this.fields.tickleractivate; > else hourToActivate = 0; > > is it " =- " i.e hourToActivate = hourToActivate - > this.fields.tickleractivate; > > or it mean hourToActivate = this.fields.tickleractivate. > > I dont know the semantics of this language hence the stupic question. > > Thanks > Abhi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GTD TiddlyWiki" 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/GTD-TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
