[JIRA] (JENKINS-50841) When I check become and save, but it is not reflected.

2019-08-23 Thread craf....@gmail.com (JIRA)
Title: Message Title Raphaël COMBEAU

[JIRA] (JENKINS-50841) When I check become and save, but it is not reflected.

2019-08-23 Thread craf....@gmail.com (JIRA)
Title: Message Title Raphaël COMBEAU

[JIRA] (JENKINS-50841) When I check become and save, but it is not reflected.

2019-08-23 Thread craf....@gmail.com (JIRA)
Title: Message Title Raphaël COMBEAU

[JIRA] (JENKINS-50841) When I check become and save, but it is not reflected.

2019-08-23 Thread craf....@gmail.com (JIRA)
Title: Message Title Raphaël COMBEAU

Re: [pygtk] How to set a wiget, eg a button size?

2012-04-20 Thread craf
you're doing? Regards Craf ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] run a program with 2 windows on separate monitors

2012-01-11 Thread craf
Yes, but I reckon window management is out of the scope of GTK+. Use the same class on both windows (IIRC windows spawned by the same GTK+ executable use the same class by default). Then write a window manager that groups windows by class (where class = Application name). Thank you!.

[pygtk] run a program with 2 windows on separate monitors

2012-01-10 Thread craf
Hi. Is it possible to run a program with 2 windows on separate monitors? Example: Monitor One Monitor Two ___ ___ | _ | | _ | || || ||

[pygtk] [Fwd: Gtk.Box, homogeneous and expand]

2012-01-03 Thread craf
Hi. Test this... import gtk class App: def __init__(self): self.ventana = gtk.Window() self.ventana.set_default_size(100, 100) self.ventana.set_position(gtk.WIN_POS_CENTER) self.hbox1 = gtk.HBox() self.hbox2 = gtk.HBox(True)

Re: [pygtk] [Fwd: Gtk.Box, homogeneous and expand]

2012-01-03 Thread craf
And I don't see how to use that if I have two pack_start() and one pack_end() and want all my objects to be of the same size, like this : [|abc|| a | | . |] Hi. test if it helps import gtk class App: def __init__(self): self.window = gtk.Window()

Re: [pygtk] Fullscreen on second monitor

2011-12-25 Thread craf
as the newest, I do not recognize the second monitor. Regards. Craf -Mensaje original- De: Thomas Güttler guet...@thomas-guettler.de Para: pygtk@daa.com.au Asunto: [pygtk] Fullscreen on second monitor Fecha: Sat, 24 Dec 2011 23:26:27 +0100 Hi, how can I show the fullscreen window

Re: [pygtk] set focus in dialog

2011-11-18 Thread craf
Hi Andrew Works very well! Thank you very much. Best Regards. Cristian -Mensaje original- De: Andrew Steele andrew.ste...@gmx.com Para: craf pyclut...@gmail.com Cc: Pygtk pygtk@daa.com.au Asunto: Re: [pygtk] set focus in dialog Fecha: Fri, 18 Nov 2011 15:23:20 + #!/usr/bin/env

Re: [pygtk] Site down

2011-11-18 Thread craf
Thank you Dieter. Regards, Cristian -Mensaje original- De: Dieter Verfaillie diet...@optionexplicit.be Para: craf pyclut...@gmail.com Cc: Pygtk pygtk@daa.com.au Asunto: Re: [pygtk] Site down Fecha: Fri, 18 Nov 2011 20:03:13 +0100 On 16/11/2011 15:59, craf wrote: Hi. Does anyone

[pygtk] Site down

2011-11-16 Thread craf
Hi. Does anyone know if the site is under maintenance? Regards. Craf ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] window set_default_size VS set_usize

2011-11-15 Thread craf
-Mensaje original- De: Liu ChuanRen liuchuan...@gmail.com Para: pygtk@daa.com.au Asunto: [pygtk] window set_default_size VS set_usize Fecha: Sat, 22 Oct 2011 13:36:14 -0400 Hi all, I am a beginner, my first question is what is the different between window method set_default_size VS

Re: [pygtk] Refresh DrawingArea

2011-11-11 Thread craf
Hi Dieter. Thanks for you answer. Regards. Cristian -Mensaje original- De: Dieter Verfaillie diet...@optionexplicit.be Para: craf pyclut...@gmail.com Cc: Pygtk pygtk@daa.com.au Asunto: Re: [pygtk] Refresh DrawingArea Fecha: Fri, 11 Nov 2011 09:30:44 +0100 On Thu, 10 Nov 2011 19:08:32

[pygtk] Refresh DrawingArea

2011-11-10 Thread craf
Hi. Is there a way to refresh a control DrawingArea?. Thanks in advance. Regards. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] Double row in a liststore, or in a Treeview

2011-10-28 Thread craf
Hi Andrew. Thank you for your answer!! The code works very Fine!. Best Regards Cristian. -Mensaje original- De: Andrew Steele andrew.ste...@gmx.com Para: craf pyclut...@gmail.com Cc: Pygtk pygtk@daa.com.au Asunto: Re: [pygtk] Double row in a liststore, or in a Treeview Fecha: Fri, 28

[pygtk] Double row in a liststore, or in a Treeview

2011-10-27 Thread craf
KB - google.cl | | | --- Any indication, Thanks Regards. Craf ___ pygtk mailing list pygtk

Re: [pygtk] importing list from another python file

2011-10-25 Thread craf
Hi Ravi. Why don't use the class ConfigParser, for save your config. http://docs.python.org/release/2.6.7/library/configparser.html?highlight=configparser#ConfigParser.ConfigParser Best Regards. Craf -Mensaje original- De: ravi ravi shaw...@yahoo.co.uk Para: pygtk@daa.com.au Asunto

Re: [pygtk] Treeview adding content dynamically

2011-10-15 Thread craf
Hi. This? http://www.learngtk.org/pygtk-tutorial/liststore.html Regards. Craf -Mensaje original- De: Arun p das arunpdas...@gmail.com Para: Glade Users Mailing List glade-us...@lists.ximian.com, Pygtk Mailing list pygtk@daa.com.au Asunto: [pygtk] Treeview adding content dynamically

Re: [pygtk] Treeview adding content dynamically

2011-10-15 Thread craf
Hi. This? http://www.learngtk.org/pygtk-tutorial/liststore.html Regards. Craf -Mensaje original- De: Arun p das arunpdas...@gmail.com Para: Glade Users Mailing List glade-us...@lists.ximian.com, Pygtk Mailing list

Re: [pygtk] Treeview adding content dynamically

2011-10-15 Thread craf
Hi. This? http://www.learngtk.org/pygtk-tutorial/liststore.html Regards. Craf -Mensaje original- De: Arun p das arunpdas...@gmail.com Para: Glade Users Mailing List glade-us...@lists.ximian.com, Pygtk Mailing

[pygtk] Problems with coordinates in a drawing area control

2011-10-14 Thread craf
: ___ | | | | | | | | | | | | |(0,0)_| I tested with cr.translate (-200, -200), but does not work. I appreciate any suggestions. Regards. Craf. DATES: Python 2.6.4 Ubuntu 9.10 Gnome 2.28.0

Re: [pygtk] Problems with coordinates in a drawing area control

2011-10-14 Thread craf
Hi Jamie Thank you very much for answering, if you could give me a small example,I appreciate it. I probe with cr.translate(0,-1 * 200), but nothing Regards Craf -Mensaje original- De: Jamie Bliss astronouth7...@gmail.com Para: craf pyclut...@gmail.com Cc: Pygtk pygtk@daa.com.au Asunto

[Vala] [Geani] Is Dead?

2011-05-23 Thread craf
Hi. I am a Python programmer and gtk. Looking to learn other languages​​, I found vala and simplified version Genie. Vala and Geanie found fantastic and I have sought information about them on the web. About Vala I found lots of information, but I found Geanie only fragments of it.

Re: [Vala] [Geani] Is Dead?

2011-05-23 Thread craf
-Mensaje original- De: Jamie McCracken jamie.mccr...@gmail.com Para: craf pyclut...@gmail.com Cc: Lista Vala vala-list@gnome.org Asunto: Re: [Vala] [Geani] Is Dead? Fecha: Mon, 23 May 2011 12:41:58 -0400 Im still maintaining Genie although Vala appears to be in a slow state of development

Re: [Vala] [Geani] Is Dead?

2011-05-23 Thread craf
-Mensaje original- De: Reid Thompson reid.thomp...@ateb.com Reply-to: reid.thomp...@ateb.com Para: craf pyclut...@gmail.com Cc: Lista Vala vala-list@gnome.org Asunto: Re: [Vala] [Geani] Is Dead? Fecha: Mon, 23 May 2011 13:39:45 -0400 On 05/23/2011 12:32 PM, craf wrote: About Vala I

Re: [pygtk] sentence twice impression

2011-05-16 Thread craf
-Mensaje original- De: Alessandro Dentella san...@e-den.it Para: craf pyclut...@gmail.com Cc: Python Pygtk pygtk@daa.com.au Asunto: Re: [pygtk] sentence twice impression Fecha: Mon, 16 May 2011 09:13:49 +0200 On Sun, May 15, 2011 at 10:26:50PM -0400, craf wrote: Hi. It is possible

[pygtk] sentence twice impression

2011-05-15 Thread craf
Hi. It is possible to prevent the print statement, printed on the screen 2 times? Code:- #!/usr/bin/env python import gtk class RadioButton: def __init__(self): self.window = gtk.Window() self.vbox =

Re: [pygtk] Pygtk toggle hide show with time interval

2011-05-06 Thread craf
hi. import gtk, pygtk pygtk.require('2.0') import time class test(): def __init__(self): self.window=gtk.Window(gtk.WINDOW_TOPLEVEL) self.window.connect=('delete_event',lambda wid, we: gtk.main_quit()) self.window.show() gtk.gdk.flush() print show time.sleep(2)

Re: PyGTK, Glade/libglade. What am I doing wrong?

2011-05-06 Thread craf
On May 6, 2011 7:05 PM, Даниил Рыжков daniil...@gmail.com wrote: Sorry for my English (I could not find help in the Russian community) I'm trying to learn PyGTK and Glade. I made test window in Glade and saved it as test.glade (attached). Then I wrote script test.py(attached,

[pygtk] Autocomplete in Widget ComboBoxEntry

2011-04-29 Thread craf
Hi. There a way to assign the event autocomplete to a widget ComboBoxEntry? Thanks in advance. Regards Cristian ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] Method set_wrap_mode of widget TextView

2011-04-29 Thread craf
Hi. Anyone know if the method of widget gtk.TextView (set_wrap_mode) , can be applied also to widget gtksourceview? Regards. Cristian Abarzúa F. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK

Re: [pygtk] Method set_wrap_mode of widget TextView

2011-04-29 Thread craf
-Mensaje original- De: Giuseppe Penone gius...@gmail.com Para: craf pyclut...@gmail.com Cc: Python Pygtk pygtk@daa.com.au Asunto: Re: [pygtk] Method set_wrap_mode of widget TextView Fecha: Fri, 29 Apr 2011 22:48:27 +0200 As you can read from the reference page (http://www.pygtk.org

Re: [Python-es] Recordar órdenes

2011-04-29 Thread craf
¡Hola a tod@s! Estoy tratando de usar Python 3.1 desde el terminal. Mi problema actual es que no consigo acceder a las órdenes anteriores mediante el uso de las flechas de dirección, sino que tengo que tipearlas de nuevo. En Python 2.6 podía tener acceso a esas órdenes mediante las flechas arriba

Re: [pygtk] Number lines in a textview control

2011-04-28 Thread craf
you have to use gtksourceview rather than gtktextview: http://www.pygtk.org/pygtksourceview/class-gtksourceview.html#method-gtksourceview--set-show-line-numbers cheers, Giuseppe. Hi Giuseppe. Thank for the information! Regards cristian ___ pygtk

[pygtk] Number lines in a textview control

2011-04-27 Thread craf
Hi. I searched Google, but can not find a clear way of how to number lines in a TextView control. Any information you could give me an idea, thanks in advance! Regards. Cristian Abarzúa ___ pygtk mailing list pygtk@daa.com.au

Re: [pygtk] pygoocanvas questions

2011-04-26 Thread craf
Hi to all, I've a couple of questions regarding pygoocanvas. (I'm asking here but if there is a better place let me know! ) -suppose you have a canvas with many items (rects, text, lines), how can i empty the canvas? -with a GridItem I can create a grid with both vertical and horizontal lines;

[OT] Disable creation of pyc files in DrPython

2011-04-20 Thread craf
Hi. I wonder if anyone uses Python DrPython as editor. I need to know if you can disable the creation of Pyc files created by the program. In the Geany editor you can add the parameter -B, but not if it can in this editor. Thanks in advance. Regards Cristian Abarzúa F --

Re: [OT] Disable creation of pyc files in DrPython

2011-04-20 Thread craf
On 20.04.2011 15:21, craf wrote: Hi. I wonder if anyone uses Python DrPython as editor. I need to know if you can disable the creation of Pyc files created by the program. In the Geany editor you can add the parameter -B, but not if it can in this editor. I don't know DrPython, but Python

Re: [Python-es] CGI - importar clases

2011-04-17 Thread craf
-Mensaje original- De: Jesús Genicio jgeni...@gmail.com Reply-to: La lista de python en castellano python-es@python.org Para: La lista de python en castellano python-es@python.org Asunto: Re: [Python-es] CGI - importar clases Fecha: Mon, 18 Apr 2011 00:34:08 +0200 El día 17 de abril de

Re: Python IDE/text-editor

2011-04-16 Thread craf
Look this: http://portableapps.com/apps/development/geany_portable Regards. Cristian -- http://mail.python.org/mailman/listinfo/python-list

Re: [pygtk] Whait is PyGObject

2011-04-11 Thread craf
-Mensaje original- De: jors worby...@gmail.com Para: craf pyclut...@gmail.com Cc: pygtk@daa.com.au Asunto: Re: [pygtk] Whait is PyGObject Fecha: Mon, 11 Apr 2011 10:21:05 +0200 El dom, 10-04-2011 a las 22:15 -0300, craf escribió: Hi everyone I am an enthusiastic new user of Pygtk

[pygtk] Resize the control panel

2011-04-11 Thread craf
Hi. I'm trying the paned widget and let me know how I can change the size of its panels. I've tried the following code: #!/usr/bin/env python import gtk class Pane: def __init__(self): window = gtk.Window() window.set_default_size(400,400) pane = gtk.HPaned()

Re: [Python-es] Lista de Django en español

2011-04-11 Thread craf
Hola Leonel. Sinceramente pienso como tu. Lo ideal es que hubiera buena onda en la lista, ya que es un punto de encuentro para todos aquellos que recién empezamos en este fascinante mundo de Python. No conozco a los moderadores de la Lista, pero me gustaría que incluyeran su opinión sobre cual es

[pygtk] Whait is PyGObject

2011-04-10 Thread craf
Hi everyone I am an enthusiastic new user of Pygtk and I have been some doubts about the new module PyGObject. In Pygtk I managed to make some simple programs for my personal use and I have to say I fell in love with its simplicity and beauty. My first question has to do with PyGObject. What

Re: [sqlite] Trouble inserting null value from txt file

2011-04-08 Thread craf
>-Mensaje original- >De: Jean-Christophe Deschamps >Reply-to: General Discussion of SQLite Database > >Para: General Discussion of SQLite Database >Asunto: Re: [sqlite] Trouble inserting null value from txt file >Fecha:

Re: [sqlite] Trouble inserting null value from txt file

2011-04-08 Thread craf
>-Mensaje original- >De: Pavel Ivanov <paiva...@gmail.com> >Para: General Discussion of SQLite Database <sqlite-users@sqlite.org> >Cc: craf <pyclut...@gmail.com> >Asunto: Re: [sqlite] Trouble inserting null value from txt file >Fecha: Fri, 8 Apr 2

[sqlite] Trouble inserting null value from txt file

2011-04-08 Thread craf
Hi. I'm new to SQLite and I am looking for a way to insert null data from txt file. My database is: CREATE TABLE t (id integer primary key autoincrement, name text); The data in the file data.txt are: null,"Peter" null,"Xavier" The problem occurs when I import the data:

[sqlite] Trouble inserting null value from txt file

2011-04-08 Thread craf
Hi. I'm new to SQLite and I am looking for a way to insert null data from txt file. My database is: CREATE TABLE t (id integer primary key autoincrement, name text); The data in the file data.txt are: null,Peter null,Xavier The problem occurs when I import the data:

Re: [sqlite] Trouble inserting null value from txt file

2011-04-08 Thread craf
-Mensaje original- De: Pavel Ivanov paiva...@gmail.com Para: General Discussion of SQLite Database sqlite-users@sqlite.org Cc: craf pyclut...@gmail.com Asunto: Re: [sqlite] Trouble inserting null value from txt file Fecha: Fri, 8 Apr 2011 13:34:25 -0400 There is a way to insert null

Re: [sqlite] Trouble inserting null value from txt file

2011-04-08 Thread craf
-Mensaje original- De: Jean-Christophe Deschamps j...@antichoc.net Reply-to: General Discussion of SQLite Database sqlite-users@sqlite.org Para: General Discussion of SQLite Database sqlite-users@sqlite.org Asunto: Re: [sqlite] Trouble inserting null value from txt file Fecha: Fri, 08 Apr

Re: [Python-es] [OT] Cargar información en una base de datos SQLite desde un archivo .sql

2011-04-08 Thread craf
, 8 Apr 2011 08:28:13 -0300 El día 7 de abril de 2011 16:50, craf pyclut...@gmail.com escribió: Hola. Estoy probando la base de datos SQLite con python, y para cargarle datos he creado un archivo datos.sql, para insertarlos en una base de datos llamada bdatos.db La estructura del archivo

Re: [Python-es] Enviar imagenes mediante sockets

2011-04-08 Thread craf
-Mensaje original- De: tny a.por...@gmail.com Reply-to: La lista de python en castellano python-es@python.org Para: La lista de python en castellano python-es@python.org Asunto: Re: [Python-es] Enviar imagenes mediante sockets Fecha: Fri, 08 Apr 2011 12:28:42 +0200 te recomiendo el

Re: [Python-es] Enviar imagenes mediante sockets

2011-04-07 Thread craf
día 6 de abril de 2011 21:51, Abraham Zamudio abraham.zamu...@gmail.com escribió: Es absolutamente necesario con sockets ... porque me parece mas natural hacer con algun modulo que implemente el paso de mensajes : mpi4py . 2011/4/6 craf pyclut...@gmail.com Hola. Estoy probando los

[Python-es] Mejor forma de almacenar imagenes en Sqlite

2011-04-07 Thread craf
Hola. En estos momentos estoy probando con Sqlite para almacenar imágenes en el. Mi duda surge ya que al ir almacenando dichas imágenes, el tamaño de la base de datos va creciendo. He leído varias discusiones sobre si conviene o no guardarlas en la BD, así como que no es bueno y solo se debiera

Re: [Python-es] Mejor forma de almacenar imagenes en Sqlite

2011-04-07 Thread craf
Muchas gracias por la aclaración!, voy a enfocarlo como ustedes lo han probado. Saludos. Cristian ___ Python-es mailing list Python-es@python.org http://mail.python.org/mailman/listinfo/python-es FAQ: http://python-es-faq.wikidot.com/

[Python-es] [OT] Cargar información en una base de datos SQLite desde un archivo .sql

2011-04-07 Thread craf
Hola. Estoy probando la base de datos SQLite con python, y para cargarle datos he creado un archivo datos.sql, para insertarlos en una base de datos llamada bdatos.db La estructura del archivo datos.sql es: #- #Creación de Tabla y carga de

Re: [Python-es] Mejor forma de almacenar imagenes en Sqlite

2011-04-07 Thread craf
Skype: mlacunzav MSN: mlacun...@hotmail.com Y! messenger: mlacunzav On 07/04/11 11:09, craf wrote: Hola. En estos momentos estoy probando con Sqlite para almacenar imágenes en el. Mi duda surge ya que al ir almacenando dichas imágenes, el tamaño de la base de datos va creciendo. He leído

Re: [Python-es] [OT] Cargar información en una base de datos SQLite desde un archivo .sql

2011-04-07 Thread craf
, 7 Apr 2011 23:04:49 +0200 Hola craf! Te recomendaría que leyeras y aprendieras las cosas como la mayoría de la gente hace, autofomandose o pagando una clase. ¿Entonces para que está la lista? Esto es una lista de usuarios, no el soporte técnico, ni mucho menos profesorado a distancia, las dudas

[Python-es] Enviar imagenes mediante sockets

2011-04-06 Thread craf
Hola. Estoy probando los sockets en Python y he visto la forma en como funciona para enviar string. Mi consulta es si alguien sabe en donde se puede encontrar algo de información sobre como enviar imágenes mediante Sockets. Utilizo Python 2.7 y he leído la información con respecto a los Sockets

Re: [Tkinter-discuss] Treeview with a single column header

2011-04-06 Thread craf
-Mensaje original- De: Emiliano Gavilán emilianogavi...@gmail.com Para: tkinter-discuss@python.org Asunto: Re: [Tkinter-discuss] Treeview with a single column header Fecha: Wed, 6 Apr 2011 17:49:09 -0300 ... The problem is that the title puts me in a second column and the data in the

Sending pictures using sockets

2011-04-06 Thread craf
Hello. I'm testing the sockets in Python and I've seen the way in which works to send string. My question is if anyone knows where can find some information on how to send pictures through Sockets. I use Python 2.7 and have read the information regarding Sockets of the Python website, but I can

[Tkinter-discuss] Treeview with a single column header

2011-04-05 Thread craf
I'm testing the treeview widget, and I want to display data in a single column with a header. My code to do this is: --CODE--- import Tkinter import ttk master = Tkinter.Tk() tabla = ttk.Treeview(master, columns=('widgets')) tabla.heading('widgets', text='Item') tabla.pack()

[Python-es] Consulta sobre PyGObject

2011-04-04 Thread craf
Hola. Veo que en la pagina web de Pygtk se recomienda que las personas que comienzan a programar con PyGtk usen la instrospección PyGOject. Pregunta: ¿Alguien sabe que es PyGObject?, ¿Porqué es mejor?, y ¿donde se puede leer algo mas completo que lo que hay en la web de PyGtk? Desde ya muchas

Another location of the PyGTK tutorial

2011-04-03 Thread craf
Hi. Anyone know if the pygtk tutorial that was in this direction http://www.learnpygtk.org/pygtktutorial/index.html, can be located elsewhere. Regards. Cristian -- http://mail.python.org/mailman/listinfo/python-list

Another location of the PyGTK tutorial

2011-04-03 Thread craf
Hi. Anyone know if the pygtk tutorial that was in this direction http://www.learnpygtk.org/pygtktutorial/index.html, can be located elsewhere. Regards. Cristian -- http://mail.python.org/mailman/listinfo/python-list

about Pyclutter

2011-04-03 Thread craf
Hi Does anyone know how mature is Pyclutter?. Regards Cristian Abarzúa -- http://mail.python.org/mailman/listinfo/python-list

[Fwd: Re: Another location of the PyGTK tutorial]

2011-04-03 Thread craf
¡Thank you very much Dotan! Regards. Cristian - Mensaje reenviado De: Dotan Cohen dotanco...@gmail.com Para: craf p...@vtr.net Cc: Python Ingles python-list@python.org Asunto: Re: Another location of the PyGTK tutorial Fecha: Sun, 3 Apr 2011 13:40:35 +0300 http

[Fwd: Re: about Pyclutter]

2011-04-03 Thread craf
Thanks for the answer. Regards. Cristian - Mensaje reenviado De: Blockheads Oi Oi breamore...@yahoo.co.uk Para: python-list@python.org Asunto: Re: about Pyclutter Fecha: Sun, 03 Apr 2011 11:41:32 +0100 On 02/04/2011 17:54, craf wrote: Hi Does anyone know how mature

[Python-es] Acerca de Pyclutter

2011-04-02 Thread craf
Hola. He visto que existe una librería llamada pyclutter, que permite crear interfaces dinámicas para escritorios. ¿Alguien la ha probado?. Saludos. Cristian ___ Python-es mailing list Python-es@python.org

About list Pyclutter

2011-04-02 Thread craf
Hi. Does anyone know if pyclutter has a mailing list? Regards. Cristian Abarzúa -- http://mail.python.org/mailman/listinfo/python-list

site Pytgtk

2011-04-02 Thread craf
Hi. Gtk tutorial on who was in this direction was excellent: http://www.learnpygtk.org/pygtktutorial/index.html. Does anyone know by chance if you are in pdf or moved to another site? Regards. Cristian Abarzúa F. -- http://mail.python.org/mailman/listinfo/python-list

Prueba de correo

2011-04-02 Thread craf
-- http://mail.python.org/mailman/listinfo/python-list

[Tkinter-discuss] [Fwd: Re: justify text in Text widget]

2011-02-16 Thread craf
- Mensaje reenviado De: Michael Lange klappn...@web.de Para: tkinter-discuss@python.org Asunto: Re: [Tkinter-discuss] justify text in Text widget Fecha: Tue, 15 Feb 2011 21:45:04 +0100 Thus spoketh Michael O'Donnell michael.odonn...@uam.es unto us on Tue, 15 Feb 2011

[Tkinter-discuss] justify text in Text widget

2011-02-15 Thread craf
Hi. Is there any possibility to justify the text within a Text control?. In my example code, I set the text using the wrap option value 'word' Code:-- import Tkinter master = Tkinter.Tk() master.geometry('150x100') t =

[Python-es] [Fwd: Re: Problema de empaquetado]

2011-02-11 Thread craf
- Mensaje reenviado De: Arnau Sanchez pyar...@gmail.com Reply-to: La lista de python en castellano python-es@python.org Para: python-es@python.org Asunto: Re: [Python-es] Problema de empaquetado Fecha: Fri, 11 Feb 2011 18:30:52 +0100 On Thu, 10 Feb 2011 20:34:18 -0300 craf

[Python-es] Problema de empaquetado

2011-02-10 Thread craf
Hola. Estoy tratando de empaquetar algunos controles, utilizando para ello Pygtk. El código es el siguiente: - #!/usr/bin/env python import gtk class App: def __init__(self): window = gtk.Window() window.set_default_size(200,

[Python-es] Averiguar version de python desde script

2011-02-08 Thread craf
Hola. ¿Existe alguna forma de averiguar que versión de Python está ejecutándose, mediante un script de Python?. Por consola se que se puede ejecutar Python -V. Desde ya, muchas gracias. Saludos. Cristian Abarzúa F. S.O : Ubuntu 9.10 Python : 2.6.4 Gnome: 2.28.0

[Python-es] [Fwd: Averiguar version de python desde script]

2011-02-08 Thread craf
- Mensaje reenviado De: craf p...@vtr.net Reply-to: La lista de python en castellano python-es@python.org Para: Python España python-es@python.org Asunto: [Python-es] Averiguar version de python desde script Fecha: Tue, 08 Feb 2011 20:02:33 -0300 Hola. ¿Existe alguna

Re: [Python-es] pestañas en interfaz gráfica con tkinter

2011-02-03 Thread craf
-Mensaje original- De: Spectrum Cuarenta y ocho k s_...@yahoo.com Reply-to: La lista de python en castellano python-es@python.org Para: python-es@python.org Asunto: [Python-es] pestañas en interfaz gráfica con tkinter Fecha: Thu, 3 Feb 2011 02:53:07 -0800 (PST)

[Tkinter-discuss] How to avoid screen flicker when using themes

2011-01-27 Thread craf
Hi everyone. I am currently learning to use themes or skins for ttk controls on a PC with Ubuntu. The code I attached, place a vertical and horizontal panedwindow control. The theme I use is 'clam'. CODE:== #! /usr/bin/env python

[Tkinter-discuss] [Fwd: Re: Modify the Tab Order]

2011-01-07 Thread craf
Thanks, Andrei.! Regards. Cristian Abarzua F. De: Nemes Andrei teh_sh_meis...@yahoo.com Para: craf p...@vtr.net Asunto: Re: [Tkinter-discuss] Modify the Tab Order Fecha: Thu, 6 Jan 2011 21:13:40 -0800 (PST) Oh, I forgot, you can still use the pack method too if you want ti. It just

[Tkinter-discuss] [Fwd: Problems with hotkeys]

2011-01-07 Thread craf
- Mensaje reenviado De: craf p...@vtr.net Para: Python Tkinter Ingles tkinter-discuss@python.org Asunto: [Tkinter-discuss] Problems with hotkeys Fecha: Fri, 07 Jan 2011 20:18:05 -0300 Hi. I'm trying to use the hotkeys access to controls. My code is as follows

[Tkinter-discuss] Modify the Tab Order

2011-01-06 Thread craf
Hi. I wonder if you can change the tab order, first, pass the button 'two' and then the button 'one', without changing the pack of buttons. CODE:-- import Tkinter import ttk master = Tkinter.Tk() b1 = Tkinter.Button(master, text='One') b1.pack(side='right')

[Tkinter-discuss] Use underline

2010-12-29 Thread craf
Hi. I wonder how I can run the code button when you press alt-h. Use underline, but I can not connect. code: import Tkinter class App: def __init__(self, master): self.root = master b = Tkinter.Button(self.root, text='Hello', underline=0) b.pack()

[Tkinter-discuss] [Fwd: Re: Use underline]

2010-12-29 Thread craf
- Mensaje reenviado De: pyt...@bdurham.com Para: craf p...@vtr.net, Python Tkinter Ingles tkinter-discuss@python.org Asunto: Re: [Tkinter-discuss] Use underline Fecha: Wed, 29 Dec 2010 13:52:08 -0500 Cristian, You have to bind your Alt key presses separately

[Tkinter-discuss] [Fwd: Re: Change control styles ttk.Scrollbar]

2010-12-23 Thread craf
- Mensaje reenviado De: Michael Lange klappn...@web.de Para: tkinter-discuss@python.org Asunto: Re: [Tkinter-discuss] Change control styles ttk.Scrollbar Fecha: Thu, 23 Dec 2010 18:53:48 +0100 Hi, Thus spoketh craf p...@vtr.net unto us on Thu, 23 Dec 2010 10:49:27

[Tkinter-discuss] [Fwd: Off Topic : Tkinter in everyday life]

2010-12-20 Thread craf
Hi. I want to thank everyone for the excellent feedback to my questions. I think we all share the view that Tkinter is a rough diamond. Through all the examples that have selflessly shared, I can see that their limitations are given only by the limits of our imagination. it has been refreshing

[Tkinter-discuss] [Fwd: Anyone using Tkinter for mobile device applications?]

2010-12-20 Thread craf
- Mensaje reenviado De: pyt...@bdurham.com Para: Python-Tkinter tkinter-discuss@python.org Asunto: [Tkinter-discuss] Anyone using Tkinter for mobile device applications? Fecha: Sun, 19 Dec 2010 12:40:04 -0500 Wondering if any of you are using Tkinter for mobile device

[Tkinter-discuss] lambda function to simplify

2010-12-17 Thread craf
Hi. According to this code -- import Tkinter class App: def __init__(self, master): self.root = master self.b1 = Tkinter.Button(master) self.b1.pack() self.b1.bind('Button-1', lambda

[Tkinter-discuss] Upload control parameter sashpos to load the program.

2010-12-17 Thread craf
Hi. I'm trying that opening the window, the position of the handle, is located where you want, using the method sashpos, in the following code from tkinter import * from tkinter import ttk class App: def

[Tkinter-discuss] [Fwd: Re: Upload control parameter sashpos to load the program.]

2010-12-17 Thread craf
- Mensaje reenviado De: Michael Lange klappn...@web.de Para: tkinter-discuss@python.org Asunto: Re: [Tkinter-discuss] Upload control parameter sashpos to load the program. Fecha: Sat, 18 Dec 2010 02:41:57 +0100 Hi, Thus spoketh craf p...@vtr.net unto us on Fri, 17 Dec

[Tkinter-discuss] Off Topic : Tkinter in everyday life

2010-12-17 Thread craf
Hi everyone.! I apologize in advance, since English is not my native language and some things can not understand and misinterpret. Very recently I found Python and Tkinter. Needless to say, I find a tool Tkinter extremely cool and functional, which I am discovering little by little every day.

[Tkinter-discuss] Calling functions outside the class

2010-12-16 Thread craf
Hi. I'm testing this code: --- from Tkinter import * class MyApp: def __init__(self, parent): self.myParent = parent ### (7) remember my parent, the root self.myContainer1 = Frame(parent)

[Fwd: Re: Calling function from another module]

2010-12-16 Thread craf
- Mensaje reenviado De: Peter Otten __pete...@web.de Para: python-list@python.org Asunto: Re: Calling function from another module Fecha: Thu, 16 Dec 2010 13:16:30 +0100 Grupos de noticias: comp.lang.python craf wrote: Hi. The query code is as follows

[Python-es] Llamar a funcion en otro modulo

2010-12-15 Thread craf
Hola. El código de consulta es el siguiente: -- import Tkinter import tkMessageBox class App: def __init__(self, master): master.protocol(WM_DELETE_WINDOW,salir) def salir(): if tkMessageBox.askyesno('','Salir'):

[Tkinter-discuss] [Fwd: Change ttk.Notebook tab's font or font height?]

2010-12-15 Thread craf
- Mensaje reenviado De: pyt...@bdurham.com Para: Python-Tkinter tkinter-discuss@python.org Asunto: [Tkinter-discuss] Change ttk.Notebook tab's font or font height? Fecha: Wed, 15 Dec 2010 00:54:37 -0500 Is there a way to change the ttk.Notebook tab's font or font height?

[Tkinter-discuss] as close windows by separate modules

2010-12-15 Thread craf
Hi. I have two modules: main.py- from tkinter import * from tkinter import ttk from code import Option class App: def __init__(self, master): master.protocol(WM_DELETE_WINDOW,Option.quit) master = Tk() master.geometry('640x480') app = App(master)

Calling function from another module

2010-12-15 Thread craf
Hi. The query code is as follows: -- import Tkinter import tkMessageBox class App: def __init__(self, master): master.protocol(WM_DELETE_WINDOW,quit) def quit(): if tkMessageBox.askyesno('','Exit'): master.quit()

  1   2   3   >