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.
- Open
Plugin studio
- Click twice on the
weather forecast
plugin to open its contextual menu - Click on the
transfer
command - Select a client from the list of clients
-
Click on
Restart the client after the transfer
-
Click on the Transfer button
-
The plugin is copied to the selected client
-
Client restarts
- 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.