Hi,
I was wondering if it is possible to assign the style parameter to the Desktop UI. By default, I think the Desktop UI hasn't any style set. How can I establish the style parameter to "windows" so it works as in the User Interface manager case, where the style is set within the argument list ?
Thank you
Using -style parameter in Desktop UI
Search
Re: Using -style parameter in Desktop UI
in the config file:
[httpServer]
uiArguements = "-p vision/login.pnl -menuBar -iconBar -style fusion"
also learn about config.webclient file for things just for remote UIs.
[ui]
#over ride any config file entries, or add special properties for remote UI/Mobile/Phone
[httpServer]
uiArguements = "-p vision/login.pnl -menuBar -iconBar -style fusion"
also learn about config.webclient file for things just for remote UIs.
[ui]
#over ride any config file entries, or add special properties for remote UI/Mobile/Phone
-
- Posts: 20
- Joined: Fri Feb 08, 2019 12:48 pm
Re: Using -style parameter in Desktop UI
Hi,
I set the "uiArguments" parameter to"-p vision/login.pnl -menuBar -iconBar -style windows" within the config file (using config.webclient file), but it doesn't work. Is there any additional step to perform in order to load the arguments?
Thank you
I set the "uiArguments" parameter to"-p vision/login.pnl -menuBar -iconBar -style windows" within the config file (using config.webclient file), but it doesn't work. Is there any additional step to perform in order to load the arguments?
Thank you
-
- Posts: 20
- Joined: Fri Feb 08, 2019 12:48 pm
Re: Using -style parameter in Desktop UI
I noticed that these arguments are loaded when I use ULC access. However, they are not loaded when I Desktop UI
-
- Posts: 373
- Joined: Tue Jan 15, 2019 3:12 pm
Re: Using -style parameter in Desktop UI
Just add the '-style' option to the command used to start the Desktop UI.
-
- Posts: 20
- Joined: Fri Feb 08, 2019 12:48 pm
Re: Using -style parameter in Desktop UI
Thank you. I didn't know if it was possible and how to do it.