drbootsie
05-01-2008 06:13:56
I'd like to change the mouse cursor during runtime several times. Can i do that with sg like setTexture?
kungfoomasta
05-01-2008 07:09:33
Are you using a recent version of QuickGUI? There is no setTexture function anymore.
Right now you have to call the "setSkin" function, in the future I will add a "setSkinComponent" function for it.
drbootsie
05-01-2008 18:55:23
No, not a recent one. Actually i am using the version bundled with python-ogre 1.1 and in that version i definitely have to use setTexture.
I hope it will be avaible sometime on python-ogre also.
Thank you so much for making QGUI