Skip to content

Transfert the plugin to a client

Weather forecast plugin (part 3)

This example is the part 3 of a complet plugin in three parts which ultimately displays the weather forecast in a window.

In this part, we will transfer the weather forecast plugin to a client. To do this, we will use the transfer command in Plugin Studio.

Warning

Note that the part 2 Create a window must be completed before this step.

  1. Open Plugin studio
  2. Click twice on the weather forecast plugin to open its contextual menu
  3. Click on the transfer command
  4. Select a client from the list of clients
  5. Click on Restart the client after the transfer

    weather-transfert

  6. Click on the Transfer button

  7. The plugin is copied to the selected client

    weather-transfert-complet

  8. Client restarts

  9. Check the result on the client
Note

We were able to transfer the plugin to a client because there are no import modules or functions that might not be identical on the client.

For other plug-ins, first check that the imported modules exist and that the functions are compatible.
Then check whether certain files are no longer required, such as the intention and action files, and if so, delete them.



Create a window - Part 2Introduction