Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Bonjour


Jean-Francois Nifenecker wrote:

Pouvez-vous préciser le besoin ?



+1 pour l'extrême concision de la question... y compris son sujet :)

Si la question est relative à la programmation tu peux essayer :

sub PysGererFen

Dim PysDoc as object
Dim PysNomDoc as string

PysNomDoc  = convertToUrl("c:\test\fen.odt")
PysDoc = starDesktop.loadComponentFromUrl(PysNomDoc, "blank", 0, Array())
print "par défaut"
PysDoc.CurrentController.Frame.ContainerWindow.IsMinimized = true
print "minimize"
PysDoc.CurrentController.Frame.ContainerWindow.IsMinimized = false
print "retour par défaut"
PysDoc.CurrentController.Frame.ContainerWindow.IsMaximized = true
print "maximize"

end sub


--
View this message in context: http://nabble.documentfoundation.org/Question-tp3198032p3200124.html
Sent from the Users mailing list archive at Nabble.com.

-- 
Envoyez un mail à users+help@fr.libreoffice.org pour savoir comment vous désinscrire
Les archives de la liste sont disponibles à http://listarchives.libreoffice.org/fr/users/
Tous les messages envoyés sur cette liste seront archivés publiquement et ne pourront pas être 
supprimés

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.