Thomas Bertani wrote:
> maybe I'm near the soluction :P
> but I can't put parameters in the command /opt/Trolltech/Qtopia/bin/qcop 
> send QPE/Application/qpe 'RotationManager::setCurrentRotation(90)'   
> 
> but the command
> 
> /opt/Trolltech/Qtopia/bin/qcop send QPE/Application/qpe 
> 'RotationManager::defaultRotation()'
> 
> runs... so it seems that it isn't possible to put anything into 
> brackets... why?? oO

try
qcop QPE/Application/qpe 'RotationManager::setCurrentRotation(int)' '90'

:)

-- 
Lorn 'ljp' Potter
Software Engineer, Systems Group, Qt Software, Nokia Pty Ltd

_______________________________________________
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support

Reply via email to