Ayuda con wxpython

Antonio Gutiérrez Rodríguez info en xilus.es
Lun Sep 25 22:13:12 CEST 2006


Lo de español creo que es imposible. La única opción creo que es
reeditar los archivos .py del wx y traducir el menú a mano y teniendo en
cuenta que no esté en una dll sino en los ficheros .py

En cuanto a lo de la posición del menu window, creo que si se puede
modificar su posición, lo leí en algún sitio pero no recuerdo donde.
Luego si lo vuelvo a ver te lo comento ;-)

Saludos

El lun, 25-09-2006 a las 21:15 +0200, Javi escribió:
> todo perfecto, ya consigo que desaparezca el menu windows, pero me gustaria 
> hacer otra pregunta mas sobre este tema, y es, puedo hacer que ese menu 
> aparezca en español? y puedo hacer que ese menu no me aparezca el ultimo?
> 
> Gracias de nuevo por vuestra ayuda
> 
> 
> ----- Original Message ----- 
> From: "Antonio Gutiérrez Rodríguez" <antonio en xilus.es>
> To: <python-es en aditel.org>
> Sent: Monday, September 25, 2006 10:15 AM
> Subject: Re: [Python-es] Ayuda con wxpython
> 
> 
> A ver, para que te funcione el evento, es lo que te ha dicho el compañero 
> Fabian.
> Para quitar el menú "Windows" hay un estilo a la hora de crear el menú que 
> te lo quita.
> En el metodo __init__ de la ventana, si si, la ventana la mdiparentframe, se 
> tiene que poner el estilo
> wx.FRAME_NO_WINDOW_MENU
> quedaría algo así:
> 
> wx.MDIParentFrame.__init__(self, id = -1, name='', parent = ventanapadre, 
> style = wx.FRAME_NO_WINDOW_MENU, title="ventana sin menu window")
> 
> Pruebalo y verás como desaparece del menú.
> 
> Como ya te han comentado los compañeros, esto solo es para windows, ya que 
> en linux no se soporta las ventanas mdi con wxpython.
> 
> Espero que esto resuelva tu problema
> 
> Antonio Gutiérrez Rodríguez
> 
> _______________________________________________
> Python-es mailing list
> Python-es en aditel.org
> http://listas.aditel.org/listinfo/python-es
> 
> 
> 
> 
> 
-- 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.3">
</HEAD>
<BODY>
<PRE>

<HR NOSHADE SIZE="3">

<FONT COLOR="#008000">Antonio Guti&#233;rrez Rodr&#237;guez</FONT>
<FONT COLOR="#008000"><A HREF="mailto:antonio en xilus.es">antonio en xilus.es</A>&nbsp;| <A HREF="http://www.xilus.es">www.xilus.es</A></FONT>
<FONT COLOR="#008000">C/Antequera, 10</FONT>
<FONT COLOR="#008000">23640 Torre Del Campo</FONT>
<FONT COLOR="#008000">(Ja&#233;n)</FONT>

</PRE>
<FONT SIZE="1"><FONT COLOR="#969696">ATENCI&#211;N: Antes de imprimir este mensaje, valore si verdaderamente es necesario. Una tonelada de papel implica la tala de 15 &#225;rboles y el consumo de 250.000 litros de agua. El Medio Ambiente es cuesti&#243;n de TODOS.</FONT></FONT><BR>
<BR>
<FONT SIZE="1"><FONT COLOR="#969696">Este correo electronico y, en su caso, cualquier fichero anexo al mismo, contiene informaci&#243;n de caracter confidencial exclusivamente dirigida a su destinatario o destinatarios. Queda prohibida su divulgaci&#243;n, copia o distribuci&#243;n a terceros sin la previa autorizaci&#243;n escrita de &quot;Xilus&quot;. Si no es Ud. el destinatario del mensaje le ruego lo destruya sin hacer copia digital o f&#237;sica, comunicando a Xilus v&#237;a e-mail la recepci&#243;n del presente mensaje. Toda declaracion de voluntad contenida debera ser tenida por no producida. Gracias.</FONT></FONT><BR>
<BR>
<FONT SIZE="1"><FONT COLOR="#969696">Nota: Los acentos han sido omitidos de forma intencionada.</FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#969696">_______________________________________________________________________________________________ </FONT></FONT><BR>
<FONT SIZE="1"><FONT COLOR="#969696">The information in this e-mail and in any attachments is confidential and solely for the attention and use of the named addressee(s). You are hereby notified that any dissemination, distribution or copy of this communication is prohibited without the prior written consent of &quot;Xilus&quot;. If you are not the formal receiver of this message please destroy it without making any digital or physical copy and inform &quot;Xilus&quot; , by e-mail, of the reception of the present message. Any whatsoever involuntary declaration contained herewith must be taken as having no legal effect. Thank you.</FONT></FONT>
</BODY>
</HTML>




Más información sobre la lista de distribución Python-es