Android Question Detect value from Round Slider

h4an

Member
Licensed User
Longtime User
When I try to open XUI Views - v2.05 the page is almost empty. Is there any help for XUI Views? That I want to know is, if it possible to detect when a RoundSlider get to 0 during a down counting prosses. I send a command via BT to an Arduino Uno to start the down counting and the Arduino Uno answer with each value (4-3-2-1-0).
 

mcqueccu

Well-Known Member
Licensed User
Longtime User
Use a timer to check for RoundSlider1.Value and use if condition to check if the value less or equal to zero

You can Download the Xui views example and take a look at the code related to Roundslider

You can also get started with Documentations and lots of tutorials here with source code here
 
Upvote 0
Top