Hi, I’m new here and I’m in need of some basic help.
I need to create a CRUD from a MIPPlugin, I need a CRUD inside the XProtect Smart Client (a new page), my consumer needs it that way
And I can not do this in a separate application. In the future it will have the need for new pages to insert more information, in the examples I saw the creation of camera pages, event information and other existing functions, but I did not find anything that would suit me (Edits, labes, Grids and insertions in the data base) something done from the beginning.
I would like you to indicate a topic or material for study, or even a project that has something similar, so I have some reference, thank you.
Working inside the Smart Client you want to develop a Smart Client plugin.
When you in the MIP Documenation pick Plug-in Development in the top bar you will see valuable pages of information and samples in the left hand side.
Most notable perhaps is the plugin development -getting started page, this also refers on how to always start by creating a new project using the template.
There is much information and many samples.. Do not hesitate to ask new questions when diving into plugin development.
If you are a Milestone partner there is free eLearning on MIP SDK - https://www.milestonesys.com/newsletters/2017/developer-community-update-october-2017/Free-MIP-SDK-eLearning/
Thanks for the reply, Andersen.
I had already attended these tutorials and studied some examples that use camera control, add / delete hardware, and other options.
but currently my need is basically to pass software to an XProtect Smart Client page.
I know that for this I need to develop from a smart client plugin, but when building a smart client plugin I can not use the visual tools of .Net, that’s what I need, a registration screen, build fields so the user can type this information without leaving the XProtect Smart Client enter this information just by navigating between the tabs … is it possible? Or in this case I have to create a separate application and only integrate the database?
You do use the visual tools in Visual Studio and .NET when you develop the user controls of a plugin.