Creating Plugins demonstration

agraham

Expert
Licensed User
Longtime User
In response to a question in another forum I have put together this demo which shows how to implement user written plugins in a Basic4ppc application using my http://www.b4x.com/forum/additional-libraries/3045-scripting-library-b4ppc.html where you will now find a help file for the scripting language.

This demo runs the plugin script either on the main thread of the application or on a separate thread. You will therefore also need my http://www.b4x.com/forum/additional...ing-library-optimising-compiler.html#post8739 Note that threading only works when the application hase been optimised compiled.
 

Attachments

  • Plugin1.1.zip
    6.3 KB · Views: 329

marathon332

Member
Licensed User
Longtime User
Thanks very much for your work on this...

I'll now be able to write a lot of added functionality for my apps...

Keep up the terrific work!

--Steve
 
Top