<br><br><div class="gmail_quote">On Thu, Jul 16, 2009 at 9:00 PM, Marco Martin <span dir="ltr">&lt;<a href="mailto:notmart@gmail.com">notmart@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thursday 16 July 2009, Aaron J. Seigo wrote:<br>
&gt; On Thursday 16 July 2009, Marco Martin wrote:<br>
&gt; &gt; but a sick idea come to my mind: what about encoding the pointer value<br>
&gt; &gt; (or another random number, whatever) into the key? :p<br>
&gt; &gt; a key will have the form<br>
&gt; &gt; 7635865:path_300_200_blahblah<br>
&gt;<br>
&gt; how will this work between sessions? (new pointer values)<br>
<br>
</div>the pointer is discarded when saved into the cache (the key has the same old<br>
format) so it should work as before between sessions, what doesn&#39;t work i<br>
think in the patch is that findInCache now doesn&#39;t remove the pointer from the<br>
id, so it always fail, but making it actually remove and discard the pointer<br>
it should work fine<br>
<div class="im"><br>
&gt; between objects with the same svg at the same size? (should share the same<br>
&gt; cache values)<br>
</div>should work, what it could happen is a double save, but an extra control could<br>
be added<br>
<br>
i know this soolution is a trrible hack (now a format in the id string is<br>
required, where before it could be anything), should work, but if someone has<br>
better solutions i am all for it.<br>
now the question is: better this approach or moving the timers in svg and<br>
framesvg again?</blockquote><div><br>Why not having a way/API to discard the caching for an Applet when the handle start resizing (button is pressed) ? And then reactivate it when the mouse is released.<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Cheers,<br>
<font color="#888888">Marco Martin<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Plasma-devel mailing list<br>
<a href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/plasma-devel" target="_blank">https://mail.kde.org/mailman/listinfo/plasma-devel</a><br>
</div></div></blockquote></div><br>