berads.blogg.se

Create neobook plugin
Create neobook plugin








create neobook plugin
  1. #Create neobook plugin how to#
  2. #Create neobook plugin install#

You can define a subroutine named OnNeoPluginActionError in order to be executed when some action error are found and you can use this variables inside: ListBoxAddItem "SizesList" "0" "]"Īll the NeoPlugins deal with errors in the same way that NeoBook does: when the plugin found an action error the variable store information about the error, so you can take care about this variable when execute an action.īut all the NeoPlugins also incorporate an advanced way to deal with possible action errors. In WebCamsList we have the name of a Webcam deviceĪlertBox "Warning" "Select a Webcam from the list first"

#Create neobook plugin how to#

Take a look at the below code, which show how to use this action: Note that before you call this action you must to call npCamsVideoStart action, in order to retrieve the video resolutions supported by the started Webcam device. Use this action in order to get the supported Webcam video resolution, in order to use the npCamsSetVideoSize action to change the video resolution. Get the supported video sizes list from the specified Cam object. This plugin are imposible without the aid of this people: Then you can specify a Webcam and one of their supported resolution to begin to play the Webcam video into a NeoBook rectangle. The plugin offer to you a list of the available Webcams and their supported resolutions. You can play the Webcam video in a NeoBook rectangle, pause, resume, stop and get images captures from the video. The plug-ins can be organized into two main views: one that offers a plug-in – sub-plug-in listing and one that will display all the sub-plug-is together, in a continuous list.This plugin allow you to control up to two Webcams at same time from your NeoBook publications. Once they have clicked on the provided on-screen control, they will be able to access a long drop-down list that contains all the installed plug-ins. In order to access the plug-ins from their development environment, users will have to click the “Insert Action” button, which is made available when editing newly added items on the current NeoBook workspace. They will allow people to implement a variety of features in the publications that can be created using NeoBook.Īll the provided plug-ins are distributed with design and runtime versions which are coupled with the latest characteristics offered by NeoBook. Having as its main prerequisite the NeoBook package, the plug-in collection is deployed as an executable file whose installation contains 58 plug-ins, 1125 actions and 233 examples that can be used in combination with NeoBook. NeoPlugins Mega Pack is a collection of plug-ins that was comprised to offer people who user NeoBook an accessible way of installing or removing the preferred plug-ins in no time.

#Create neobook plugin install#

This way, they would be able to install the preferred items easily, in just a few clicks, this way avoiding spending unnecessary time gathering the individual plug-ins.

create neobook plugin create neobook plugin

NeoBook users who frequently employ plug-ins for their various undertakings might require a way to have all their plug-ins centralized into a single deployment package.










Create neobook plugin