3. running the action from python console works2. there is new 'Say hello' menu item under 'Tools' menuHiI'm writing demo python plugin that adds menu item to insert 'hello' into A1 cellThe function to change a spreadsheat is ok (see below) but I can't make UI to actually call it
and need help with thatDetails:1. gnumeric's plugin manager shows new 'abc' plugin with 1 user interface action
4. running same action from menu does not (seems that it just isn't called)
To run it from console1. click on a 'say hello' menu item, that adds new interpreter2. open python console, select 'abc' interpreter
3. run f_abc_action1(0,0) and see 'hello' in A1 cell
--
Regards, Anatoly