LongRange RV31

To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
jasonzhou
Posts: 130
Joined: Wed Jan 11, 2017 3:26 pm

LongRange RV31

Post 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
Attachments
Example of message box style
Example of message box style
1.png (6.77 KiB) Viewed 24364 times
Example of PopoverDimBackground
Example of PopoverDimBackground
2.png (97.05 KiB) Viewed 24364 times
Post Reply