On Tue, Jul 29, 2008 at 11:12 PM, Eric Firing <[EMAIL PROTECTED]> wrote:
> Eric Bruning wrote:
>>
>> On Tue, Jul 29, 2008 at 10:53 PM, Eric Firing <[EMAIL PROTECTED]> wrote:
>>>
>>> Eric Bruning wrote:
>
>>> I gave it a quick try with gtk backend. The polygon is drawn based on
>>> clicks, but noth
On Tue, 29 Jul 2008 16:43:42 -0500
"John Hunter" <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 29, 2008 at 4:38 PM, Paul Kienzle
><[EMAIL PROTECTED]> wrote:
>
>> Okay, how about
>>if not hasattr(self,'IsVisible'):
>>self.IsVisible = lambda self: True
>> in __init__
>>
>> That way it will
On Wed, Jul 30, 2008 at 10:58 AM, Nils Wagner
<[EMAIL PROTECTED]> wrote:
> Sorry for the delay and thank you for your patience.
> Here is the output of the "never-ending story"
Could you try again with r5932
-
This SF.Net em
I tried with the Tk backend, and I'm seeing the same problem as Eric F
has with GTK. The problem seems to be with idle_event not getting
triggered on some of the backends.
The checkins having to do with idle_event from the end of June
indicate that idle_event is still somewhat experimental.
What'
On Wed, Jul 30, 2008 at 4:31 PM, Eric Bruning <[EMAIL PROTECTED]> wrote:
> I tried with the Tk backend, and I'm seeing the same problem as Eric F
> has with GTK. The problem seems to be with idle_event not getting
> triggered on some of the backends.
>
> The checkins having to do with idle_event fr