<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 119: Action Editor resurrected</title><link href="https://sourceforge.net/p/pythoncard/feature-requests/119/" rel="alternate"/><link href="https://sourceforge.net/p/pythoncard/feature-requests/119/feed.atom" rel="self"/><id>https://sourceforge.net/p/pythoncard/feature-requests/119/</id><updated>2011-04-17T02:19:19Z</updated><subtitle>Recent changes to 119: Action Editor resurrected</subtitle><entry><title>Action Editor resurrected</title><link href="https://sourceforge.net/p/pythoncard/feature-requests/119/" rel="alternate"/><published>2011-04-17T02:19:19Z</published><updated>2011-04-17T02:19:19Z</updated><author><name>John Henry</name><uri>https://sourceforge.net/u/ecs106/</uri></author><id>https://sourceforge.net3c0963a923ab14e7d1f4f1f6786898b857b40a7c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In 2004, there was a experimentalResourceEditor released with PythonCard.  To be honest, it wasn't very good (in my humble opinion).  However, it had one feature that I like a lot - the Action Editor.  This is a dialog for selecting which action (or methods) to activate for a particular widget.  For instance, if you created a button, you can select mouseClick, mouseMove, and so forth.  It was very nice because now I don't have to memorize which widget can do what.  I just select that from a list.&lt;/p&gt;
&lt;p&gt;It appears the code was never finished - or at least to the degree I like to see it.  With a later release of layoutEditor (not sure if it was later or not but nonetheless, layoutEditor is what I use), this feature was dropped - or never included in layoutEditor.&lt;/p&gt;
&lt;p&gt;Well, I like the feature so much that I decided to have it resurrected.  With the attached package (need to overlay on top of the existing one - do your backup of the entire Pythoncard directory because I did some mod to model.py and so forth), you will see a ActionEditor button in the Property Editor window and when clicked, brings up the original ActionEditor (cleaned up and debugged).&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;In addition to just setting the actionBinding of the widget, I went a little further:  it actually generates a code-stub for each of those actions (!!!) which helps me tremendously.  I hope this mod is useful to othres.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>