[TIMOB-9202] BlackBerry: Implement important Titanium.UI.OptionDialog functionality
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-06-27T20:44:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 13 BB, 2013 Sprint 13, Release 3.2.0 |
Components | BlackBerry |
Labels | notable |
Reporter | Francois Boisvert |
Assignee | Pedro Enrique |
Created | 2012-05-23T07:03:35.000+0000 |
Updated | 2017-03-08T18:48:15.000+0000 |
Description
For now used native DropDown component for OptionDialog. In future when modal dialog will be supported by cascades, we need to switch to something more similar thing for OptionDialog, as already in Android and iPhone.
Elements Remaining: Properties: cancel : Number destructive : NumberCreation-Only titleid : String Methods: getCancel( ) getDestructive( ) getTitleid( ) setCancel( Number cancel ) setTitleid( String titleid )
This control needs to be implemented using custom dialog functionality of Cascaes
PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/117
Closing ticket as resolved.