We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Demo_Issue296. Click on the "Goto Row 500" button. Note that this sends:
{"NQ":{"Event":"Scroll","ID":"F1.UPDOWN","Info":[0,500],"NoCallback":0}} the client correctly responds: {"Event":{"EventName":"Scroll","ID":"F1.UPDOWN","Info":[0,500]}}
The grid contents are updated, but the displayed thumb is not moved.
The thumb also does not move if you use the arrowheads, or if you manually set the thumb for either of the scroll bars from the APL session:
)cs demo 'F1.UPDOWN' eWS 'Thumb' 200 'F1.LEFTRIGHT' eWS 'Thumb' 200
The text was updated successfully, but these errors were encountered:
#296 fixed, thumb is now updating
c5a985f
No branches or pull requests
Run Demo_Issue296. Click on the "Goto Row 500" button. Note that this sends:
{"NQ":{"Event":"Scroll","ID":"F1.UPDOWN","Info":[0,500],"NoCallback":0}}
the client correctly responds:
{"Event":{"EventName":"Scroll","ID":"F1.UPDOWN","Info":[0,500]}}
The grid contents are updated, but the displayed thumb is not moved.
The thumb also does not move if you use the arrowheads, or if you manually set the thumb for either of the scroll bars from the APL session:
The text was updated successfully, but these errors were encountered: