Open paulbalomiri opened 10 years ago
The actual issue with the audible click seems to be related to the fact that the OS Provider UI Elements used are of button class for the number picker's +
and -
, and of checkbox type for the checkbox.
Using another Button subclass might make the behaviour consitent for the audible touch behaviour.
Don't start playing around with sounds, just try fo find another subclass that behaves under most Android OS in the same manner as the +
and -
buttons
This is an aggegate for several minor issues:
+
or-
) and only seems to appear if the option is not initialized as a checkboxVisibility/enabling rules for numberpicker in checkbox state ( set_zero_checked = true)
value = 0
andset_zero_checked = True
value = 1
andset_zero_checked = True
simax_value = 1
value = max_value=0
, but DISABLEDvalue = min_value=max_value=1
, but DISABLEDIn states 3 and 4 the checkbox shall be visible but not enabled, thus yielding no visible or audible effects
Conditions for resolving this issue:
position
,height
orwidth
upon pressing interaction with it.