From: Scott C. <sco...@mi...> - 2006-06-12 19:58:39
|
I'm using PythonCard 0.8.2 on Windows XP Pro with Python 2.4.3. When I add a widget to the screen and have it generate the code for it, it's not automatically generating code stubs for the event handlers. Can I make it do that? I run it with debug options on and I see it's adding bindings for a few things, but not the widgets I added. Are there plans to make it work more like Visual Basic does where you could right-click on a widget edit the Python code for the event handler you select? Scott |