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)
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
Initial view 7-16, notice no scrollbar visible.
Scroll up one click: hours midnight to 7 come into the view, we wouldn't expect that.
Scroll up second click: Hey! no hours visible at all ?