Page 1 of 1

WD 6.5.1 MultiUser CustomScriptButton behavior

PostPosted: Mon Mar 22, 2021 2:33 am
by schoissi
hi,
when i make a multi user interface (group values are set to session),
and have a custom script button,
it triggers the scripts inside,
following the session/client behavior,
however, i can see the "physical" clicking of the button itself in every web client...

again, the scripting works fine,
it's just that it is visible everywhere when someone clicks it.

aside of the "visual bug",
would that have any impact on performance/executing the inside script properly, especially when having a lot of simultaneous users using this button.

is that supposed to be like that?

best,
Roman

Re: WD 6.5.1 MultiUser CustomScriptButton behavior

PostPosted: Mon Mar 22, 2021 2:34 pm
by justyn roy
I've noticed this too - it should not have any effect on other clients.

It's for this reason that I use labels instead - it is fairly easy to use CSS to make some very nice-looking buttons.
This way, you can also have unique text on them too depending on which user is logged in.
Have a different language per user for example.

I've attached my CSS file that I like to use for a lot of projects.
We can't upload .css to this forum, please just change the .txt to .css before bringing it in to your Widget and it should work.

Regards,