|
From: Kevin A. <al...@se...> - 2002-01-28 19:59:03
|
The grief continues. I tried editing some menus in the resourceEditor and
realized that 'loseFocus' events aren't firing, thus the menu editor doesn't
work. The missing line is
name = 'loseFocus'
in event.py as shown below.
class LoseFocusEvent( Event ) :
name = 'loseFocus'
def __init__( self, aSource ) :
Event.__init__( self, aSource )
So now I get to do a 0.6.3.2 after all.
ka
> -----Original Message-----
> From: pyt...@li...
> [mailto:pyt...@li...]On Behalf Of Kevin
> Altis
> Sent: Saturday, January 26, 2002 5:02 PM
> To: pythoncard-Users
> Subject: [Pythoncard-users] PythonCard 0.6.3.1
>
>
> It seems I am doomed to bug fix after bug fix. So now there is a
> proto-0.6.3.1.zip which fixes the problem of none of the samples working
> when your locale.getdefaultlocale() returns None and then I attempt to log
> the language and country code. Argh.
>
> Release 0.6.3.1 2002-01-26
> made sillywalk.gif and lrggumby.gif opaque to fix GTK drawing
> fixed exception when locale.getdefaultlocale() is None
>
> ka
>
>
> _______________________________________________
> Pythoncard-users mailing list
> Pyt...@li...
> https://lists.sourceforge.net/lists/listinfo/pythoncard-users
>
|