Hello all
Just a small thing I noticed. (With the newest Version, the screenshots are with an older Version)
Maybe its a bug, maybe its a feature request. Feel free to postpone this post.
If you have a Massage Prompt in Event -> Before Open, like this:
and you clear it with Powershell:
$session.Events.BeforeConnectionEvent = "None"
$Set-RDMSession $session
Update-RDMUI
you have this:
But the Massage Prompt is still there.
First you have to clear the Text in the "Message" text area with:
$sub.Events.BeforeConnectionPromptMessage = ""
then it works.
It was a bit confusing, because the Event-Tab looks good but the message still appears.
Imo it should be off if I set Events.BeforeConnectionEvent to None.
Design idea: Now if you have a message and set the property to None and save, the message is gone as well. Better would be if you control the pop-up with the BeforeConnectionEvent field. So you can safe the message in the background and the user can restore it.
I think this is good because: Imagine a user set a long message to none and this message is needed later again. The user have to write it all again.
But for sure this is up to you.
Have a great day.
Best regards
Rolf
Hello Rolf,
Thank you for bringing this to our attention, I was able to replicate the behaviour on my end.
I will open a ticket with the engineering team and report back after. I will also bring forth your suggestion at the same time.
Best regards,
Richard Boisvert