Low-ce app vertical scaling

Hi Jeroen, There is a setting available to achieve something very similar: When no component is selected, there is a ‘Fit to view’ option available in the settings tab of …

Invoke HTTP Session from QAction

Hi, I believe that your use case aligns with the goal of the pid attribute | DataMiner Docs within the Request tag. As mentioned in the docs page its purpose …

Remove all Widgets from Section

Looking at your code, and implying that you view instance is a Dialog, you’re removing the widgets from the Dialog, while the Section.Clear() only clears the widgets from the Section. …

Remove all Widgets from Section

I can think of 2 possible reasons: do you use an InteractiveController? This is responsible for the event loop. do you Rebuild your dialog after you cleared the section?

On gauge the values are not visible?

Hi Apurva, If the parameters that are visualized as Gauge components do not show a value when they actually have one, then you have probably encountered a software issue. You …

How to implement bearer token refresh?

Hi Maya One way to refresh your token is to check the status code and the response for every request in a QAction. You could trigger a new bearer token …

Multiple Set on Table parameters for DVE’s

Hi, This is not specifically related to DVE elements, but also applies to regular elements. When opening the dropdown list of “Table Index” then it is populated with the indices …