Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start:plugins:common [2020/12/22 10:08]
adminmar deleted double quote
start:plugins:common [2021/02/09 12:53]
adminmar Changed yak cmd installation capture to make it generic
Line 6: Line 6:
 === Activation form === === Activation form ===
 The activation window automatically shows up when the plugin is loading and a valid license or trial is not registered. The activation window automatically shows up when the plugin is loading and a valid license or trial is not registered.
-If you want to see, change or remove your license while the plugin is already loaded, you can use the Rhino commands **//PluginName//_License**.+If you want to see, change or remove your license while the plugin is already loaded, you can use the Rhino commands **//PluginName//_License**. \\
 An activation status is always visible on the upper right corner of the form, if the icon is green your plugin will be enabled: An activation status is always visible on the upper right corner of the form, if the icon is green your plugin will be enabled:
 {{ :start:plugins:activationform_status.jpg?nolink |}} {{ :start:plugins:activationform_status.jpg?nolink |}}
Line 15: Line 15:
 This tab's two main buttons let you Check-out (Activate) or Check-in (Desactivate) your license from our license server. This tab's two main buttons let you Check-out (Activate) or Check-in (Desactivate) your license from our license server.
 {{ :start:plugins:activationform_commercialtab.jpg?nolink&400 |}} {{ :start:plugins:activationform_commercialtab.jpg?nolink&400 |}}
-When the checkbox //"Enable floating licenses"// is checked, every TomKod's plugins will try to desactivate the license automatically when closing (Making it avalable for another of your computers)  \\  \\  +When the checkbox //"Enable floating licenses"// is checked, every TomKod's plugins will try to desactivate the license automatically when closing (Making it available for another of your computers)  \\  \\  
-Finally, a license certificate (*.TkLic) can be selected at the bottom if this tab. It allows to activate a license offline, but the license won't be floating anymore. If you need one, contact us at [[https://www.tomkod.com/contact/]]+Finally, a license certificate (*.TkLic) can be selected at the bottom of this tab. It allows to activate a license offline, but the license won't be floating anymore. If you need one, contact us at [[https://www.tomkod.com/contact/]]
  
 ==== Toolbar ==== ==== Toolbar ====
Line 29: Line 29:
 <code>"D:\Program Files\Rhino 6\System\Yak.exe" install 'PluginName'</code> <code>"D:\Program Files\Rhino 6\System\Yak.exe" install 'PluginName'</code>
 If you add this in a batch file (*.bat) at windows startup, it is probably the best way to keep all your plugins up-to date ;-) If you add this in a batch file (*.bat) at windows startup, it is probably the best way to keep all your plugins up-to date ;-)
-{{ :start:plugins:table:table_install_yak.jpg?nolink |}}+{{ :start:plugins:tk_install_yak.jpg?nolink |}}
 </WRAP> </WRAP>