Forum Discussion
Beginner_O
15 years agoNew Contributor
I can not assign different values.
OBJECT PROPERTIES Window:
wMAX = 0 (TC does not allow to change this value)
wMIX = 0 (TC does not allow to change this value)
wPosition = 0
------------------- -------------------------------
So if I try to re-write the script manually like this:
Sub Test6
Dim scrollBar
Set scrollBar = Aliases.SimClient.dlg.ScrollBar
scrollBar.wPosition = 0
scrollBar.wPosition = 5
scrollBar.wPosition = 10
scrollBar.wPosition = 20
End Sub
It fails.
OBJECT BROWSER: Failed to set the scroll bar position to 5. 0 was set instead of it.
REMARKS: Minimum: 0 Maximum: 0.
Aliases.SimClient.dlg.ScrollBar
(Sys.Process("SimClient").Window("#32770", "ROTATE", 1).Window("ScrollBar", "", 1))
Related Content
- 5 years ago
Recent Discussions
- 14 hours ago
- 4 days ago