[pygtk] Making my own widget in Pygthon - Some more info

2003-09-24 Thread Monda . Laszlo
Hi, I bring up this subject the second time (unfortunately in another thread - sorry about this), since I haven't recieved any feedback from you. Maybe nobody likes me and I'm just a pain in everyone's ass, but maybe not. So I keep trying :) My detailed problem: I want to write an application

[pygtk] Implementing a Bonobo::Unknown

2003-09-24 Thread Mikoyan
Hi list, I started experimenting with CORBA/Bonobo in Python. So I created an example IDL file containing a CORBA Interface inherited from Bonobo::Unknown. I load this file using ORBit.load_file and I want to give an implemenation to the CORBA interface. The problem is that I have to implement

[pygtk] Implementing a Bonobo::Unknown

2003-09-24 Thread Mikoyan
Hi list, I started experimenting with CORBA/Bonobo in Python. So I created an example IDL file containing a CORBA Interface inherited from Bonobo::Unknown. I load this file using ORBit.load_file and I want to give an implemenation to the CORBA interface. The problem is that I have to implement

[pygtk] Tooltips.

2003-09-24 Thread Michael Bauer
hi all, I'm new to this list, so please don't blame me if this question has been asked before. Im initializing a set of eventboxes with labels inside. I want to add tooltips to this eventboxes, useing the following code. ebox=gtk.EventBox() tooltip=gtk.Tooltips()

[pygtk] DateEdit Problem

2003-09-24 Thread Fernando San Martin W.
i'm trying to show a dateedit widget without time using this: gnome.ui.DateEdit(mktime(t), gtk.FALSE, gtk.TRUE) but doesn't works, the widget show de time section anyway some tips?, what's wrong? Fernando San Martín Woernercounter.li.org Jefe Departamento Informática

Re: [pygtk] PyGTK, Win32 and py2exe: no luck

2003-09-24 Thread Andy Balcombe
I'm honoured :o) There's a small update for the how-to up on the website now. I forgot to include the necessary import statements for a project. http://www.anti-particle.com/py2exe.shtml Andy On Wed, 2003-09-24 at 18:53, Christian Reis wrote: Thanks, I'm officially assigning you to that,

[pygtk] libglade.XML.signal_autoconnect() problems

2003-09-24 Thread Igor Stroh
Hi there, is there any way to find out the signal handler ids for sig.handlers that were connected to widgets using signal_autoconnect() from libglade.XML? The problem is, I have an application with several dialogs that contain gtk.Entry widgets, all those widgets are connect()'ed to the same

[pygtk] Trouble building Python-Gnome 2.0 on Mac Os 10.2

2003-09-24 Thread trophime
I am trying to compile python-gnome 2.0 on Mac Os 10.2.6 to port the newest gramps and gcompris to mac Os X. I am using fink and I manage to create a package for pygtk 2.0 but I cannot compile python-gnome 2.0. I end up with the following error message : generating symbol list for `gconf.la'

[pygtk] socketed popup

2003-09-24 Thread Tuukka Hastrup
Hello, Thanks to PyGTK, my popup application is developing quickly. I just added code so that remote commands can be sent from local sockets. FAQ entry 20.1. could mention that INPUT_READ includes new socket connections, and that the connection handler must return gtk.TRUE if it wants to get

Re: [pygtk] Making my own widget in Pygthon - Some more info

2003-09-24 Thread Tim Evans
[EMAIL PROTECTED] wrote: [snip] And the code begins: top_widget = MyTopWidget() sub_widget = MySubWidget() sub_sub_widget = MySubSubWidget() I'd prefer adding my widgets in the usual PyGTK sytle: sub_widget.add(sub_sub_widget) top_widget.add(sub_widget) Instead of this plain and ugly hack (where

[pygtk] pygtk and databases

2003-09-24 Thread Michal Pasternak
Hi, do you know about any tips or documentation about using GTK widgets to display large amounts of data? I have some TreeViews (both TreeStore and ListStore), to which I have to insert a lot of data. Well, the scrolling seems fast enough, but the insertion of the data lasts some time. Aren't

Re: [pygtk] Problems compiling current CVS head on Win32.

2003-09-24 Thread James Henstridge
On 23/09/2003 5:08 PM, Alif Wahid wrote: Hi folks, I've had some problems compiling the current CVS head of PyGtk-2.1.x on Win32. So I've submitted a patch on bugzilla to fix that. Basically there are some undefined symbols in the official Gtk+-2.2.4 binaries. So I've added empty function stubs

Re: [pygtk] Trouble building Python-Gnome 2.0 on Mac Os 10.2

2003-09-24 Thread James Henstridge
On 18/09/2003 5:28 PM, [EMAIL PROTECTED] wrote: I am trying to compile python-gnome 2.0 on Mac Os 10.2.6 to port the newest gramps and gcompris to mac Os X. I am using fink and I manage to create a package for pygtk 2.0 but I cannot compile python-gnome 2.0. I end up with the following error

Re: [pygtk] pygtk and databases

2003-09-24 Thread Gary Herron
On Wednesday 24 September 2003 11:45 pm, Michal Pasternak wrote: Hi, do you know about any tips or documentation about using GTK widgets to display large amounts of data? I have some TreeViews (both TreeStore and ListStore), to which I have to insert a lot of data. Well, the scrolling seems

Re: [pygtk] Problems compiling current CVS head on Win32.

2003-09-24 Thread Cedric Gustin
At 12:55 PM 9/25/2003 +0800, James Henstridge wrote: On 23/09/2003 5:08 PM, Alif Wahid wrote: Hi folks, I've had some problems compiling the current CVS head of PyGtk-2.1.x on Win32. So I've submitted a patch on bugzilla to fix that. Basically there are some undefined symbols in the official