Xojo Plugins?

Hello All,

Well after searching and reading everything I have found on XOJO, I still cant find out how to install plugins from a third party. Do I simply copy the supplied plugin folder to the plugin folder under the XOJO folder? Do all plugins have the xojo_plugin extension? After I place said plugin into the Plugins folder, will they show up as a control to use with my project?

Simply place it in the Plugins folder, yes.

Older plugins have rbx extensions.
Not all controls implement controls visible in the library.
Classes show up in auto complete only.

And restart Xojo if it’s already started.

Thanks everyone