<div dir="ltr"><br><br><div class="gmail_quote">2008/10/3 Lorn Potter <span dir="ltr">&lt;<a href="mailto:lpotter@trolltech.com">lpotter@trolltech.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Thomas Bertani wrote:<br>
&gt; maybe I&#39;m near the soluction :P<br>
&gt; but I can&#39;t put parameters in the command /opt/Trolltech/Qtopia/bin/qcop<br>
&gt; send QPE/Application/qpe &#39;RotationManager::setCurrentRotation(90)&#39;<br>
&gt;<br>
&gt; but the command<br>
&gt;<br>
&gt; /opt/Trolltech/Qtopia/bin/qcop send QPE/Application/qpe<br>
&gt; &#39;RotationManager::defaultRotation()&#39;<br>
&gt;<br>
&gt; runs... so it seems that it isn&#39;t possible to put anything into<br>
&gt; brackets... why?? oO<br>
<br>
</div></div>try<br>
qcop QPE/Application/qpe &#39;RotationManager::setCurrentRotation(int)&#39; &#39;90&#39;<br>
<br>
:)</blockquote><div><br>thanks a lot lorn :P <br></div></div></div>