1 message in org.openoffice.fr.progCurseur modifié
FromSent OnAttachments
christianwtdJul 26, 2006 5:37 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Curseur modifiéActions...
From:christianwtd (chri@free.fr)
Date:Jul 26, 2006 5:37:07 am
List:org.openoffice.fr.prog

Bonjour à tous,

Je patine... Je n'arrive pas à afficher un curseur de souris modifié. Où est l'erreur dans cette macro ?

Sub Curseur oDocument = ThisComponent

oCurrentController = oDocument.getCurrentController() oFrame = oCurrentController.getFrame() oWindow = oFrame.getContainerWindow()

oPointer = createUnoService("com.sun.star.awt.Pointer") oPointer.SetType(com.sun.star.awt.SystemPointer.WAIT)

oWindow.setPointer(oPointer) msgbox("test")

End Sub

D'avance, merci Bon surf, Christian