On 01/10/2013 at 11:44, xxxxxxxx wrote:
I'm trying to create a CommandData plugin.
It is running fine the first time I choose it from the plugins menu.
The dialog appears and, when I press OK, it does its work and then it closes.
But, when I try to execute it a second time, I get an error in the console.
Something like this:
TypeError: Execute expected bool, not None
I'm following a code sample that I found here, called "ResBasedMenuPlugin.pyp"
What could be wrong?
Rui Batista