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)