11-11-2020 09:52 AM
Hello,
I am using a remote front panel through the web, and have issues of displaying a user interface prompt. On the VI itself with LabVIEW, the prompt displays well, however on the remote panel, whenever the prompt is supposed to come up, it freezes Internet Explorer and is no longer usable. Is there any idea why this happened?
Thanks!
12-23-2020 06:07 AM
@kepham wrote:
Is there any idea why this happened?
It's remote panel, not remote panels 🙄.
So, the panel is shared, dialog that are created by the VI are not.
You'd have to look for a solution where everything is done with one panel. I don't know if sub panels are supported, but that would be a way to deal with it. Each 'prompt' would be shown in a sub panel that is shown only when there is a prompt. Optionally the rest of the panel should be blocked.