• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-Mar-2022-

META-INF/H03-Mar-2022-2415

toolPanelPocBasic/H03-Mar-2022-3725

toolpanels/H03-Mar-2022-1211

CalcWindowState.xcuH A D03-Mar-20221 KiB3021

Factory.xcuH A D03-Mar-20221.1 KiB3526

MakefileH A D03-Mar-2022733 3018

description.xmlH A D03-Mar-2022524 145

readmeH A D03-Mar-2022574 149

toolpanel.componentH A D03-Mar-2022642 178

toolpanel.pyH A D03-May-20224.8 KiB14068

readme

1
2This extension is a Proof of concept on implementing Toolpanel in Python
3
4- make will create the oxt
5    - provided sdk environment is set
6    - alternatively zip the files and name it toolpanel.oxt
7- install it
8- activate Task Panes in menu (check View > Task Pane menu)
9- enjoy!
10
11The events of the controls (Click me button) in the task panel are handled by basic macro code to illustrate that Toolpanel definition and events codes are independent. One could use any language to react on events
12
13Then focus only on .py and xml files for the toolpanel activation analysis
14