B4J Question Slider focus

red30

Well-Known Member
Licensed User
Longtime User
Sometimes I can't grab a slider. The mouse pointer is on the slider, but it does not move. Why it happens?
 

Daestrum

Expert
Licensed User
Longtime User
Could it be where you are updating the bar to the left, you are saturating the queue, so it cannot process the slider movement event?
 
Upvote 0

red30

Well-Known Member
Licensed User
Longtime User
If it's because of queue, how can i be in an endless circle of exchanging in AsyncStreams and eloborate sliders movement?
I think it is because the slider elaborates a mouse position wrongly. If i transfer it, then I can pull it...
 
Upvote 0

red30

Well-Known Member
Licensed User
Longtime User
When turned off setShowTickLabels and setShowTickMarks everything works fine. Why it happens? How can I leave setShowTickLabels and setShowTickMarks for everything to work?
 
Upvote 0

red30

Well-Known Member
Licensed User
Longtime User
Slider does not work because of the sub Xpen. I do not understand why this is happening?
 

Attachments

  • testsld.zip
    369.6 KB · Views: 137
Upvote 0
Top