<div dir="ltr">Hi,<div><br></div><div>Wow, doing such "parentboolean" trick is ugly. Anyway I will give it a try...</div><div><br></div><div>About "<span style="font-size:12.8px">Where did you learn that?</span><span style="font-size:12.8px"> </span>" - nowhere, I've invented it! :D</div><div>It just looks prettier to me, nothing more, nothing less. Since the code is done by me, for me, for a hobby stuff, I do not really bother making in appealing for anybody else... ;)</div><div><br></div><div>But, please, do not take such things too seriously. Once upon a time I had to make code naming and formatting guide for quite bunch of people and single thing I've learnt form it is I never ever try to do it again... :D</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-01-30 10:55 GMT+01:00  <span dir="ltr"><<a href="mailto:jollailija@gmail.com" target="_blank">jollailija@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm also experiencing this. Adding<br>
running: boolenAtParentOrSomething<br>
solved it for me.<br>
<br>
Btw, your code formatting is really weird. Where did you learn that? I understand your way of doing blocks, but that "something            : true" spacing freaks me out :P<br>
<div class="HOEnZb"><div class="h5"><br>
Zoltán Lutor kirjoitti pe tammikuuta 29 22:58:07 2016 GMT+0200:<br>
> Hi,<br>
><br>
> I used a repeating time and after calling stop() method it still triggers.<br>
> Both of debug logs are visible - triggering related one is still coming<br>
> after calling stop()<br>
><br>
> Is it bug or some weird feature? ;)<br>
><br>
><br>
>     Timer<br>
><br>
>     {<br>
><br>
>         id              : refreshTimer<br>
><br>
>         interval        : noRefresh // <- readonly property of parent item<br>
><br>
>         running         : false<br>
><br>
>         triggeredOnStart: false<br>
><br>
>         repeat          : true<br>
><br>
><br>
>         onIntervalChanged: { if ( noRefresh === interval ) {<br>
> refreshTimer.stop() } }<br>
><br>
>         onTriggered: { console.debug("!!! Triggered !!!"); }<br>
><br>
>         onRunningChanged: { console.debug("Running: ", running) }<br>
><br>
>     }<br>
><br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Lähetetty Jollastani<br>
_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></font></span></blockquote></div><br></div>