B4J Question Issue with [B4X] AS WheelPicker PlusMinus Example

wimpie3

Well-Known Member
Licensed User
Longtime User
I've downloaded the example from https://www.b4x.com/android/forum/threads/b4x-as-wheelpicker-plusminus-example.129627/

When running the example under B4J, I get this:

1742650196998.png


There seems to be an issue with the rounded corners, and the numbers are showing through the arrows too. Possibly the example has been made for an old version of WheelPicker. Might be worth posting an update?
 

Alexander Stolte

Expert
Licensed User
Longtime User
I recommend this library for what you have in mind, the AS_WheelPicker is only guaranteed to work for B4A and B4i.
 
Upvote 0

wimpie3

Well-Known Member
Licensed User
Longtime User
I recommend this library for what you have in mind, the AS_WheelPicker is only guaranteed to work for B4A and B4i.
Oh no are you serious? That means that everything based on the wheelpicker won't work on B4J? Like the date wheel? That's really bad news.
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
I develop large management software for desktop devices together with the devexpress framework full-time and have never had a use case where I needed a wheelpicker. Dates and times are always entered via text. Selection is always realized via combobox or lookups. Desktop is not the same as mobile.
 
Upvote 0
Top