- Moderator
- #31
Here we are !
For it work in basic home, I gave you an example :
The plugin name is calculatrice.
The buttonCaption is Calculator.
The plugin ID is 6044.
Then :
And calc is launched is you have the good plugin ID
Here is the xml BasicHomeEditorDefines.xml :
Note that you can change the name "Calculator" in the xml without problem BUT, you have to fill the good plugin name (calculatrice) and the plugin ID (6044) here.
Hope it helps...
For it work in basic home, I gave you an example :
The plugin name is calculatrice.
The buttonCaption is Calculator.
The plugin ID is 6044.
Then :
And calc is launched is you have the good plugin ID
Here is the xml BasicHomeEditorDefines.xml :
XML:
<define property="true" evaluateNow="true">#HOME16.name:Calculator</define>
<define property="true" evaluateNow="true">#HOME16.plugin:calculatrice</define>
<define property="true" evaluateNow="true">#HOME16.hyperlink:6044</define>
<define property="true" evaluateNow="true">#HOME16.parameter:</define>
<define property="true" evaluateNow="true">#HOME16.hover:hover_calc.png</define>
<define property="true" evaluateNow="true">#HOME16.background:Animations\BasicHome\plugins.jpg</define>
<define property="true" evaluateNow="true">#HOME16.iconfocus:tb_menu.png</define>
<define property="true" evaluateNow="true">#HOME16.iconnofocus:tb_menuNF.png</define>
<define property="true" evaluateNow="true">#HOME16.active:#(iif(or(eq(#HOME16.plugin,''),plugin.isenabled(#HOME16.plugin)),' ',''))</define>
<define property="true" evaluateNow="true">#HOME16:#(string.format('{0}{1}',#HOME16.name,iif(eq(#HOME16.active,' '),'',#PLUGERROR)))</define>
Note that you can change the name "Calculator" in the xml without problem BUT, you have to fill the good plugin name (calculatrice) and the plugin ID (6044) here.
Hope it helps...