Liquid UI Forum

Using Your Liquid UI Products => WS aka Web Scripts (Attended RPA for SAP) => Topic started by: chirag.amin@guixt.com on August 23, 2016, 02:07:14 PM

Title: LiquidUI: noscrollbar Command
Post by: chirag.amin@guixt.com on August 23, 2016, 02:07:14 PM
This example illustrates the noscrollbar command. The noscrollbar command hides any scrollbars in SAP screens.  It can be used to suppress or hide scrollbars within a specified area in a SAP screen. This is very useful if a user has deleted a large number of fields or other elements, making a scrollbar unnecessary. The scrollbar at the right-hand edge of the window is the lone exception to the command - it is not suppressed when using the noscrollbar command.

LiquidUI Code:

del("G[Communication]");
noscrollbar();