Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1793] Android: Allow OptionDialog to not Have Radiobuttons

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionDuplicate
Resolution Date2020-02-12T15:24:06.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsandroid, feature, optiondialog
ReporterDon Thorp
AssigneeRene Pot
Created2011-04-15T03:02:34.000+0000
Updated2020-02-12T15:24:06.000+0000

Description

See http://developer.appcelerator.com/helpdesk/view/42631">Helpdesk 42631 basically provide a configuration option that allows hiding the radiobuttons that appear on the option dialog if possible.

Comments

  1. John Veldboom 2011-04-15

    Might be a nice option to be able to replace those radiobuttons with images. I believe I've seen this in some other native Android apps.

  2. KT 2012-08-30

    Maybe I'm looking at this too simplistically, but it seems one thing to do would be that, if there's no selectedIndex, then use AlertDialog.Builder.setItems() instead of AlertDialog.Builder.setSingleChoiceItems(). Having unused radio buttons hanging around looks pretty unprofessional and tacky.
  3. Rene Pot 2020-02-12

    Fixed with TIMOB-26793

JSON Source