I always want to have a function to drag/drop view component to the running project, so I can dynamically program the interface.
It's similar like the operation in ignition designer, but instead, it's drag/drop on a live/running project.
Whether there's a way it can be achieved in perspective?
I have tried the dashboard, and tried to add template view to the screen.
The template view has a few parameters, I have synced them to the viewParams, but somehow I cannot find a setting that allow me to configure these parameters in runtime mode.
Another questions is whether there's a setting that allows the template views to overlap with each other in Dashboard? From my current experience, the previously placed view template will dash to the corner of the screen if the newly placed view is going to interfere with the previous one.
Configuring will turn on the edit button in the run-time widget being configured. You then monitor the configuring parameter and enable / disable components in the view to, for example, display a text field so they can configure the widget's titlebar, etc.
when clicking on the widgets, is there any way to know which widget is selected?
For example, there are 10 widgets created in the dashboard, still in the editing mode, if I click on one of the widgets, how do I know the index number of this selected widget?