LongRange RV31
Posted: Thu May 03, 2018 9:14 am
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.
(2) Add a common property PopoverDimBackground for iPad.
Screenshots of above example
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')
Code: Select all
RDMLX exmaple:
#com_owner.set Property('/Form.ShowPopover') To(TRUE)
#com_owner.set Property('/Form.PopoverDimBackground') To(TRUE)