Chai_Ren
(Chai Ren)
1
the example of
Test Plugin in extra folder of xojo installation path.
to export a function use below.
REALRegisterMethod(&add5defn);
build the plugin and put testpluginl.xojo_plugin to plugins folder.
on the IDE ,type add5defn,just no find the funciton.
why?
Tim_Hare
(Tim Hare)
2
Did you restart the IDE after you put the plugin in the folder? Plugins are loaded at IDE startup.
Chai_Ren
(Chai Ren)
3
yes,restarted,and find the “box” control on the right panel.
in the IDE type the name of the command.
Not the name of the Definition structure.
Chai_Ren
(Chai Ren)
5
type add5defn ?not corret…
As I expected. Type name of command.