Hi,<br><br>I made a PopupApplet plasmoid one can see here :<br><a href="http://img3.imageshack.us/content.php?page=done&amp;l=img3/6124/contextchooser.png">http://img3.imageshack.us/content.php?page=done&amp;l=img3/6124/contextchooser.png</a><br>
<br>What makes this plasmoid unusual is that the Popup showing/hiding is not controlled by an icon as it&#39;s supposed to be, but by a click on the label.<br>To realize that, I tricked, by not setting the PopupIcon (with setPopupIcon) as I&#39;m supposed to do (a known trick on #plasma)<br>
<br>The problem is : it seems that this trick has undesirable side-effects : <br>1/ When the plasmoid just have been started, the first click on the label show the menu but hide it right away. Then the behaviour become normal.<br>
2/ When resizing, the mouse cursor keeps the form of the resizing-double-arrow even when we hover the popup<br>3/ The scroll bars are ugly<br><br>I would be very grateful if someone could tell me :<br>- if the problems I evoked really are side-effects of my trick<br>
- if it is, how I could solve the problem <br><br>Thank you all,<br><br>Cheers,<br><br>Charly<br><br>PS : part of the code on <a href="http://pastebin.com/d501133b4">http://pastebin.com/d501133b4</a><br>