Is there any way to add more items to the Tool Box on Map in SmartClient. So that user can click on that and select a device from available devices and drop selected device to the map with custom icon.
Please find the attached image for reference
Is there any way to add more items to the Tool Box on Map in SmartClient. So that user can click on that and select a device from available devices and drop selected device to the map with custom icon.
Please find the attached image for reference
You cannot add another item to the toolbox, but you can add your own items for the dialog that pops up after selecting the MIP item (the puzzle piece) in the toolbox. This is done through an Event Server plug-in. Have a look at the SensorMonitor sample for inspiration: https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/sensormonitor/readme.html&tree=tree_1.html
Thanks!