Using Your Liquid UI Products > WS aka Web Scripts (Attended RPA for SAP)

LiquidUI: Using rf_barcode Option

(1/1)

chirag.amin@guixt.com:
This example illustrates the use of the "rf_barcode" option. This option is for the inputfield command and is usually used specifically for Android devices. On the LiquidUI app for iOS, any inputfield can have the choice of using a barcode scan instead of typing in a value. As of version 2.0.14.0, the LiquidUI app for Android does not have this supported. The way to work around this is using the "rf_barcode" option. With this option set to true for an inputfield, the same behavior can be achieved.


LiquidUI Code:

del("F[Notification]");

inputfield([2,0],"Notification",[2,25],{"size":12, "rf_barcode":true});



See attachments..

Navigation

[0] Message Index

Go to full version