IBM Support

SOM.exe (Store Order Management RCP Application) is launched in minimized mode

Troubleshooting


Problem

SOM.exe (Store Order Management RCP Application) is launched in minimized mode

Symptom

On the Linux systems, Sterling RCP client launches in minimized mode instead of fit to window

Environment

Linux

Resolving The Problem

To explicitly send a Maximize request by implementing the
IYRCPostWindowOpenInitializer extention point.
public void postWindowOpen() {
Display.getCurrent().getActiveShell().setMaximized(true);
}

[{"Product":{"code":"SS6PEW","label":"IBM Sterling Order Management"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":"Sterling Call Center and Store","Platform":[{"code":"PF016","label":"Linux"}],"Version":"8.5","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SS6PEW","label":"IBM Sterling Order Management"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":" ","Platform":[{"code":"","label":""}],"Version":"","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
16 June 2018

UID

swg21683009