B4A Library [Class] Vertical, Horizontal and Circle Seekbars

tdocs2

Well-Known Member
Licensed User
Longtime User
Thank you for sharing. Excellent work on the seek bars!

Best regards.

Sandy
 

JTmartins

Active Member
Licensed User
Longtime User
I would like to be able to handle values from negative to positive...a range like -10 to + 10.

any help ?
 

merlin2049er

Well-Known Member
Licensed User
Longtime User
Got the vertical sliders in my app. Just having difficulty positioning them (on a tablet). They look fine on a phone.
 

derez

Expert
Licensed User
Longtime User
Ver 7.3 - circlebar looks fine on high resolution devices (I didn't notice but it was bad before...), by increasing the lines density.
 

derez

Expert
Licensed User
Longtime User
Ver 8.0 now has min value and max value. Also additional class named CicrleScale is added to the group, with vintage kind of display - hand and scale. There is also a possibility to add a shadow to the hand (like in the lower object) using my shadow class which is attaced as well.
 

freetoair

Member
Licensed User
Longtime User
why do I get this error during compile:

Compiling generated Java code. Error
B4A line: 13
Private Activity As Activity
javac 1.8.0_60
src\derez\circleseek\hseekbar.java:79: error: cannot find symbol
_activity = new anywheresoftware.b4a.objects.ActivityWrapper();
^
symbol: variable _activity
location: class hseekbar
1 error
 

derez

Expert
Licensed User
Longtime User
I'm not at home, touring amazing Japan. I'll be able to check only in one more week.
 

derez

Expert
Licensed User
Longtime User
freetoair
please show all the code lines that refer to the hbar object
 

freetoair

Member
Licensed User
Longtime User
We get that message when I try to compile demo program that was downloaded from the post #1. But it's alright, i'am now rewrote only part of the H-bar, probably was some typo.

regards!
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…