Re: [pygtk] Turning the PyGTK+ brand into something more than it currently is

2012-11-19 Thread pier carteri
effort on windows... To have a good support on windows platform is essential and ca be the key feature If we create an hype on giobject, people will expect to have at least the same level of functionality and documentation of pygtk... Just my 2 cent Thanks ! Pier On Sun, Nov 18, 2012 at 6:36 PM

[pygtk] pygoocanvas questions

2011-04-26 Thread pier carteri
; is it possible to create a grid with only vertical lines Thank you! Pier ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] just for info [a bit OT]

2006-03-14 Thread pier carteri
Hi to all,I've just discover this:http://mail.python.org/pipermail/python-announce-list/2006-March/004773.htmlIt's not directly relate to pygtk but I think it' s a very nice project and someone on this list may help with ideas or code.thank you for your attention! Pier

Re: [pygtk] Whole App Cursor Setting

2005-10-30 Thread pier carteri
() gtk.main() --8 you can get more infos about gdk.window on http://www.pygtk.org/pygtk2reference/gdk-class-reference.html Regards Pier On 10/28/05, Loris Caren [EMAIL PROTECTED] wrote: I'm trying to put up a watch cursor while my app

[pygtk] create help for a multiplatform app

2005-07-28 Thread pier carteri
package (not sure if these widget are also available for windows) and they must have also python bindings 4) Other ideas? Which street should I follow? Thank you! Pier ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo

Re: [pygtk] Is this the most reasonable way to put a stock icon in a Button?

2005-07-27 Thread pier carteri
Hi Francesco, probably I didn't undestand you question but: close_button = gtk.Button(stock =gtk.STOCK_CLOSE ) Is that what you need? For more info http://www.pygtk.org/pygtk2reference/class-gtkbutton.html#constructor-gtkbutton Regards Pier On 7/26/05, Francesco Marchetti-Stasi [EMAIL

Re: [pygtk] set_text problem

2005-07-25 Thread pier carteri
gtk.event_pending(): gtk.main_iteration() Regards Pier ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

[pygtk] sourceview and gtkmozembed for windows

2005-06-01 Thread pier carteri
is download the tarball and compile yourself please give me some infos about the simplest way to obtain the environment (cygwin, ..others?) Thank you! Pier ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read

[pygtk] gtk dock widget

2005-05-16 Thread pier carteri
Hi to all, I'm looking for a dock widget to use in my pygtk app. I' ve searched a bit with google and I' ve found that probably gdl is what i need. But I was not able to find any infos/homepage of this project. Have you any tips or ideas? Thanks Pier

[pygtk] gdl.DockBar question

2005-05-16 Thread pier carteri
Hi to all, I've played a bit with gdl package (thanks John for you previous mail). In my example (see attach) I've problems with the DockBar because it never shows icons when items are minimized. Please consider that I don't have any documents about these widget, and my code is merely based on

[pygtk] error loading gtksourceview

2005-02-20 Thread pier carteri
Hi to all, I' ve downloaded and installed gtksourceview v 1.1.92 and then downloaded and installed gnome-python-extra 2.9.4. But when I try to load gtksourceview in python I get the following error: import gtksourceview Traceback (most recent call last): File stdin, line 1, in ? ImportError:

Re: [pygtk] gnomeprint questions

2003-11-28 Thread Pier Carteri
but probably not for your, so change it... I hope this can help! Regards Pier Il mer, 2003-11-26 alle 17:18, Fernando San Martn W. ha scritto: El mi, 26-11-2003 a las 12:51, Pier Carteri escribi: Hello! I'm trying to print the contens of a gtkTextBuffer using gnomeprint, and I've

[pygtk] gnomeprint coordinates

2003-11-22 Thread Pier Carteri
Hi to all, I'm playing with gnomeprint and I've the following question: as default the origin of the coordinates is on the bottom-left corner but I prefer it on the top-left, how can I change it? Thank you! Best regards! Pier -- Pier Carteri [EMAIL PROTECTED

Re: [pygtk] Py_Shell.py

2003-11-05 Thread Pier Carteri
=code.InteractiveConsole(locals()) Hope this helps Best regards! Pier Il mar, 2003-11-04 alle 23:55, Yang Zheng ha scritto: Hello Pier, That fixed my problem, thanks a lot for your program and help! I know this is going to be a bit out of scope of the GUI, but I was wondering if it's

Re: [pygtk] Py_Shell.py

2003-11-05 Thread Pier Carteri
not sure... Best regards! Pier Il mer, 2003-11-05 alle 14:23, John Hunter ha scritto: Pier == Pier Carteri [EMAIL PROTECTED] writes: Pier I attached a new version of Py_Shell that fix a couple of Pier problem: - avoid duplicated entry into the autocompletetion Pier list - the width

Re: [pygtk] Py_Shell.py

2003-11-04 Thread Pier Carteri
that remains is write the pages.. ). I will post the link ASAP Best regards! Pier Il mar, 2003-11-04 alle 02:52, Malcolm Tredinnick ha scritto: On Tue, 2003-11-04 at 12:26, Yang Zheng wrote: Instead of a popup, I would like to embed your console into a window with other existing features

Re: [pygtk] Py_Shell.py

2003-11-04 Thread Pier Carteri
) Best regards! Pier Il mar, 2003-11-04 alle 12:35, Jan Weil ha scritto: Hi Pier, nice work! Thanks a lot! Just some comments: 1) I had to add an 'import pygtk pygtk.require('2.0')' to make it work. 2) If I scroll back in history using 'up' I am not able to get back to the empty

Re: [pygtk] Py_Shell.py

2003-11-04 Thread Pier Carteri
that somethings is wrong with your configuration; are you sure you have installed pygtk into the right location? The script doesn't find the required version of pygtk Hope this help! Best regards! Pier ___ pygtk mailing list [EMAIL PROTECTED

Re: [pygtk] put small images into a TextView border window

2003-11-03 Thread Pier Carteri
! Pier Il gio, 2003-10-30 alle 10:22, Pier Carteri ha scritto: Hi to all, can someone tell me how to put an image into the border window of a gtkTextView? Any examples? -- Pier Carteri [EMAIL PROTECTED] attachment: shot.png___ pygtk mailing list

[pygtk] put small images into a TextView border window

2003-10-30 Thread Pier Carteri
Hi to all, can someone tell me how to put an image into the border window of a gtkTextView? Any examples? Thank you! Best regards Pier Carteri -- Pier Carteri [EMAIL PROTECTED] ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman

[pygtk] control pasted text

2003-10-28 Thread Pier Carteri
solution. Has anyone some tips about this? Where should I look for clipboard informations? Thank you! Best Regards Pier Carteri -- Pier Carteri [EMAIL PROTECTED] ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] gnome-print tutorial

2003-10-13 Thread Pier Carteri
? Thankyou! Best regards Pier -- Pier Carteri [EMAIL PROTECTED] ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Re: [pygtk] Get characters in a TextView

2003-10-11 Thread Pier Carteri
! Pier Il sab, 2003-10-11 alle 06:37, Dvik ha scritto: Hi! I'd like to know what are the 2 characters around the cursor in a TextView in a given moment. How should I do it? I found TextIter.get_char(), but it only gets the next character, not the previous. Besides, I don't know how to create

[pygtk] Py_Shell.py

2003-10-04 Thread Pier Carteri
Anderson for pygtk-console.py James Henstridge for gtkcons.py (Gtk 1 version) so many thanks to them! I' sending this with the hope it can be usefull to someone else. Best regards Pier Carteri -- Pier Carteri [EMAIL PROTECTED] # # Py_Shell.py : inserts the python prompt in a gtk

[pygtk] draw on TextView borders

2003-02-15 Thread Pier Carteri
already done this? How? Any tips or code example will be great Thank you! Pier Carteri ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

[pygtk] error with libglade

2002-12-12 Thread Pier Carteri
The gui was correctly displayed so my question is: what does this warnings/errors mean? Can I simply ignore it? I'm on RH 8.0 with pygtk2-1.99.12 gnome-python2-1.99.11 libglade2-2.00 Thank you! Regards Pier ___ pygtk mailing list [EMAIL PROTECTED

Re:[2] [pygtk] replace tab with spaces

2002-07-22 Thread Pier Carteri
with some spaces. I've tried to added a callback to the insert-text signal but using this event I obtain a buffer with some spaces after a tab (instead of one with only spaces). Which signal should i use? Thank you Pier Carteri Christian Reis [EMAIL PROTECTED] wrote on 21/07/02 21.21.26: On Sun, Jul

[pygtk] GtkTextBuffer.set_modified

2002-05-01 Thread Pier
Hi to all, with the new release of pygtk I've problem with gtkTextBuffer.set_modified method More precisely it semms to be broken, please can anybody check it? Thanks Pier ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman

[pygtk] pygtk2 init error

2002-03-19 Thread Pier
-packages/gtk/__init__.py, line 19, in ? ImportError: /usr/lib/python2.2/site-packages/gtk/_gtkmodule.so: undefined symbol: PyUnicodeUCS4_SetDefaultEncoding (gtk2 rpms ver2.0 from gtk.org) Any idea? Pier ___ pygtk mailing list [EMAIL PROTECTED

[pygtk] GtkTextTags and cursor position

2002-03-19 Thread Pier
Hi, I've a gtkTextBuffer with many tags applied, and I want to know if the cursor is into a region where for example a tag named default is applied: how can I do? Thank you Pier Carteri ___ pygtk mailing list [EMAIL PROTECTED] http

[pygtk] pygtk for gtk2

2002-03-16 Thread Pier
? James can you arrange a new release? (doesn't matter if is not a stable release or one of 1.99.x )? Thank you Pier ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq

[pygtk] TextBuffer and g_utf8_validate

2002-03-04 Thread Pier Carteri
line 476 (gtk_text_buffer_emit_insert): assertion 'g_utf8_validate (text, len, NULL)' failed The files are normal text file; where is the error? (gtk2 1.3.14 python2.2 pygtk 1.99.7) Thank you! Pier ___ pygtk mailing list [EMAIL PROTECTED] http

Re: [pygtk] gtkMessageDialog

2002-03-03 Thread Pier Carteri
-1.3.12-90 glib2-1.3.12-90 glib2-devel-1.3.12-90 because they seems to be incomplete packages. Have a nice week! Pier Il ven, 2002-03-01 alle 16:59, [EMAIL PROTECTED] ha scritto: Hi to all, for create a gtkMessageDialog I do the following (according with gtk demo): dlg=gtk.MessageDialog(win

[pygtk] gtk.TextIter

2002-02-02 Thread Pier Carteri
Hi to all, I'm learning the new gtk2 and in particular the multiline text widgets (TextBuffer TextView Co.) My idea is to see if I can use theese widgets in my app. The app is basically and editor for Python and since now I've used the Scintilla widget that's very cool! So first question: Is it

[pygtk] mainloop vs mainiterator

2001-10-12 Thread Pier Carteri
method that probably is what I need: can you please tell me what's the difference between mainloop and mainiterator ? Best Regards Pier Carteri ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

Re: [pygtk] mainloop vs mainiteration

2001-10-12 Thread Pier Carteri
I'm sorry, I've mispelled: the method is not mainiterator but mainiteration; the question is the same: mainiteration vs mainloop On 12 Oct 2001 10:36:19 +0200, Pier Carteri wrote: Hi to all, I've created a small class that show a splash screen with an image and a progressbar. At the end

[pygtk] gnome-print

2001-04-13 Thread Pier
Hi, is gnome-print currently supported by pygnome and if yes, could you please send me a small example about how to use it? Thanks Pier ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] pixmap and label on notebook

2001-02-03 Thread Pier Carteri
it , but it will be better if i create it by code; can you suggest me how to do it? Thanks a lot Pier Carteri [EMAIL PROTECTED] ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] double click on a CList

2001-01-31 Thread Pier
Hi to all i need to handle a double click on a row of a CList but i can't figure the name of the signal ("double_click" does not work); any idea Tks Pier ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] two small questions

2000-12-01 Thread Pier
in operation. What are the arguments for the button_connect method? How can I add a pixmap to a button (that is not a stock_button)? Thanks a lot for your attention! Bye -- Pier Carteri :) [EMAIL PROTECTED] ___ pygtk mailing list [EMAIL PROTECTED

[pygtk] manage table items

2000-09-27 Thread Pier
Hi to all, I'm working on a program that creates a Table run-time with the right dimension . After that the program fills the table with labels. My question is how can I refer to the label that is (for example) in the first row and second column of the Table? Thanks to all Pier Carteri [EMAIL