<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Arial'; font-size:11pt; font-weight:400; font-style:normal;">On Sunday 18 January 2009 09:34:49 David Baron wrote:<br>
&gt; void MyApplet::mousePressEvent ( QGraphicsSceneMouseEvent *ev ) {<br>
&gt;     if  ( signalsBlocked() ) {<br>
&gt;         Plasma::Applet::mousePressEvent( ev );<br>
&gt;         return;<br>
&gt;     }..........<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>I tried what you proposed... but the above doesn't work with drag/move operations... :-(<br>
If I click and hold on the applet , instead of moving my popup menu appears... </p></body></html>