I've been playing around with Dabo stable on wxPython 2.7, and so far note these two oddities:
+ Dialogs that used to set focus to the first control on the dialog no longer do so. Specifically, I see this in the login form for the appRecipes demo, and the New Class... dialog in Class Designer. + Possible multiple events. Specifically, in minesweeper I entered my high score and then got another high score dialog, so I entered it again. I then pressed cancel about 5 times in a row. Viewing the high scores shows two identical entries (small game, 12/9, about 58 seconds). We should set up tests for these two cases, and keep playing with it to make sure we have the problems licked. Hopefully by next week sometime we can roll a new 0.7.2s release and announce wxPython 2.7/2.8 compatibility. The multi-event thing is the most serious, and in most cases probably just results in poor performance. The focus thing can likely be fixed by simply setting focus ourselves, or documenting to the user that they should do it. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
