A common customization is to maximize the USD screen by default. After all it’s going to be your main application!

To do this you need to;

  1. Add an action call on the SetWindowProperty action of Global Manager.
  2. Then add that action to the DesktopReady event to make the window maximize on load.

Step One – Create an action call


Firstly go to the USD actions area and create a new action to maximize the screen, using these settings;

maxscreen4

Step Two – Add the action to Global Manager DesktopReady event


Now go to the hosted control for the global manager, and select the events option. Locate the DeskTopReady event and add an action call for the action you’ve just created.

Maxscreen3

Note the order field, this governs the sequence of actions when multiple actions are to be executed, as in the example below.

Maxscreen5

Now next time you load USD the screen will maximize. A simple modification but one that greatly aids usability.

6 responses to “USD – Maximize the USD Screen by default.”

  1. I am trying to find a way to focus entire USD window when a certain event is fired (e.g. say the user alt+tabs away from USD. A phone call comes in. USD should pop up in front of other windows).

    I have tried using the “WindowState=maximized” as detailed here, but that just changes the size of the window and doesn’t bring it to focus in front of my other windows. Any idea of how I can accomplish my goal?

    Liked by 1 person

  2. Hi Amxim

    If you try to change the WindowState to maximized and it is already maximized nothing happens. Try first running an action to minimize the window. Then run another one to maximize.

    That works for me. Only down side is that when USD has focus already you see the screen flicker.

    Neil.

    Like

Leave a comment

Trending

Website Powered by WordPress.com.