Page 1 of 1

LongRange RV31

Posted: Thu May 03, 2018 9:14 am
by jasonzhou
LongRange RV31 has been released for iOS and Android.

New features in this version:

(1) Add Style property for ShowMessage operation to specify the display style of message box.
Please read LongRange documentation for more details.

Code: Select all

RDMLX exmaple:
#COM_OWNER.set Property('/Form.Fields.BUTTON4.OnClick.Operation.Style.Width') To('400')
#COM_OWNER.set Property('/Form.Fields.BUTTON4.OnClick.Operation.Style.Height') To('145')
#COM_OWNER.set Property('/Form.Fields.BUTTON4.OnClick.Operation.Style.BackColor') To('Black')
#COM_OWNER.set Property('/Form.Fields.BUTTON4.OnClick.Operation.Style.TitleTextColor') To('White')
#COM_OWNER.set Property('/Form.Fields.BUTTON4.OnClick.Operation.Style.MessageColor') To('Yellow')
#COM_OWNER.set Property('/Form.Fields.BUTTON4.OnClick.Operation.Style.MessageFont.Size') To('20')
(2) Add a common property PopoverDimBackground for iPad.

Code: Select all

RDMLX exmaple:
#com_owner.set Property('/Form.ShowPopover') To(TRUE)
#com_owner.set Property('/Form.PopoverDimBackground') To(TRUE)
Screenshots of above example