Liquid UI Forum

Using Your Liquid UI Products => WS aka Web Scripts (Attended RPA for SAP) => Topic started by: Benjamin Dasari on August 09, 2017, 12:02:54 PM

Title: Liquid UI - "windowsize" command
Post by: Benjamin Dasari on August 09, 2017, 12:02:54 PM
Purpose:
Re-size or re-position popup windows in SAP.
The windowsize command is used to re-size or re-position onscreen popup windows in SAP.

The syntax is as follows:
   windowsize([startRow, startCol, width, height]);
   
NOTE: The windowsize command does not take any options.   

Liquid UI Code:
----------------------------------------------------------------------------------------------------------------------------------------------
Script File Name: RSM04000_ALV_NEW.E2000.sjs
----------------------------------------------------------------------------------------------------------------------------------------------
// "/o" - Session Popup
windowsize([15,4,80,12]);

See attachments for code samples!