Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Timebar

When we set a timerange then scrolling up-down or arrow up-down messes up the timebar.
We see it with this setup

ctrl = @window:'.SCHEDULE'

set_property(ctrl,'OLE.TimeRange',7:@fm:16)
set_property(ctrl, "OLE.TimeBarAMPM", 0)
set_property(ctrl,'Autosize', 0)

data = 'ENT'
data<1,2> = 1
data<1,3> = 1961
data<1,4> = 'Ed Keeman'

set_property(ctrl, 'OLE.EntityList',data)
set_property(ctrl, "EntityChecked[All]", 1)

Comments

Sign In or Register to comment.