ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> pythoncard
pythoncard
RE: [Pythoncard-users] PythonCard 0.6.3.1
by Kevin Altis other posts by this author
Jan 28 2002 8:00PM messages near this date
[Pythoncard-users] PythonCard 0.6.3.1 | [Pythoncard-users] PythonCard release 0.6.3
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: pythoncard-users-admin@[...].net
>  [mailto:pythoncard-users-admin@[...].net]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
>  Pythoncard-users@[...].net
>  https://lists.sourceforge.net/lists/listinfo/pythoncard-users
> 


_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
Thread:
Kevin Altis
Kevin Altis

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved