[pygtk] Pay on Performance! Search engine positioning.

2000-07-18 Thread okpleasemoreinfo
You pay only after results are shown to you. How about that!? We can list your website in all major Search Engines and achieve Top 10 positions. GUARANTEED! If people cannot find your business in the first 30 matches of a search, then submitting was a waste of time, money and hope. Search en

[pygtk] gettext and glade

2000-07-18 Thread Mattias Nilsson
Hi. Is there a way to use gettext with libglade (glade) without fetching every "object" that needs to be translated? If I do as in the code below there will be a lot of labels and stuff to fetch, (but I'm probably just lazy) one could hope for a more "magic" way to do it... (I have figured out

Re: [pygtk] PyGtk drag n drop and reparenting

2000-07-18 Thread acano
On Tue, 18 Jul 2000 09:29:47 +0200, MOULET Xavier FTRD/DMR/ISS <[EMAIL PROTECTED]> wrote: > Hello everybody. As I told in my last email, I spennt another night on this > and could not find what was causing any trouble. The following program > should let me drag a node over another, and then the d

Re: [pygtk] PyGTK and urllib

2000-07-18 Thread James Henstridge
On Tue, 18 Jul 2000, Martijn Faassen wrote: > James Henstridge wrote: > > On Mon, 17 Jul 2000, Martijn Faassen wrote: > [snip] > > Unless I am mistaken, urllib is a syncronous interface, so it will not > > return until it has completed the transfer. This means your application > > will not proce

Re: [pygtk] PyGTK and urllib

2000-07-18 Thread Martijn Faassen
James Henstridge wrote: > On Mon, 17 Jul 2000, Martijn Faassen wrote: [snip] > Unless I am mistaken, urllib is a syncronous interface, so it will not > return until it has completed the transfer. This means your application > will not process any events (mouse clicks, expose events, etc) until th

[pygtk] PyGtk drag n drop and reparenting

2000-07-18 Thread MOULET Xavier FTRD/DMR/ISS
Hello everybody. As I told in my last email, I spennt another night on this and could not find what was causing any trouble. The following program should let me drag a node over another, and then the dragged node becomes a child of the other one. drag_data_set were methods of my node object, which