Re: [pygtk] I need help about progress bar.

2000-08-23 Thread Javi Roman
[EMAIL PROTECTED] escribió: On Tue, 22 Aug 2000 11:23:47 +0200, Javi Roman [EMAIL PROTECTED] wrote: Profit not to understand the operation of the progress bar. Somebody to indicate to me as it would be the code to implement the following thing: Simply I want that when pressing

[pygtk] Insisting with the progress bar

2000-08-23 Thread Javi Roman
I need an explanation the operation of the progress bar. I have the following program and with himself not to produce the wished effect. Order "time.sleep(5)" produces the pause but the window that contains the progress bar disappears. --- BEGIN CODE #!/usr/bin/env python # from gtk import *

Re: [pygtk] drag and drop

2000-08-23 Thread Aaron Optimizer Digulla
Quoting Steve Cresawn [EMAIL PROTECTED]: I' have a window that contains 2 clists, and I'm trying to drag and drop from each of them to the other one. However, I don't want to be able to drag and drop from either to itself. I do want to be able to drag to reorder each list,

Re: [pygtk] drag and drop

2000-08-23 Thread Steve Cresawn
Aaron Optimizer Digulla wrote: Quoting Steve Cresawn [EMAIL PROTECTED]: I' have a window that contains 2 clists, and I'm trying to drag and drop from each of them to the other one. However, I don't want to be able to drag and drop from either to itself. I do want to be

Re: [pygtk] drag and drop

2000-08-23 Thread Aaron Optimizer Digulla
Quoting Steve Cresawn [EMAIL PROTECTED]: Very well then. Assuming I give up on the idea of using reorderable clists, can you tell me how I can do the rest of what I want? That is, drag from either list to the other, but not to itself? Thanks again, Steve Just use two different sets of