[TIMOB-8843] BlackBerry: Implement UI.View based on R4
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-31T13:35:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2012-11 BB, BB Preview 3 |
Components | BlackBerry |
Labels | extra_large |
Reporter | Francois Boisvert |
Assignee | Pedro Enrique |
Created | 2012-04-20T11:34:17.000+0000 |
Updated | 2017-03-02T21:44:37.000+0000 |
Description
Every UI control in Titanium extends the View and as such inherit methods from it. This implementation is missing from the current framework. It needs to be implemented asap so as to minimize the rework to be done in existing controls at the time this is implemented.
To facilitate this change, we will likely include a container for all controls that we have, so the View methods to act upon.
Downgraded to High priority. The change will be to add a container at the NativeControlObject level, rename the class to NativeViewObject and implement all the View methods, properties and events. Talk to DavidC or JP for details.
sz: You can use bb:cascades::Control]
Cascades Release: R4 Elements Implemented: 106 Elements Remaining: 25 Details: anchorPoint, height, width need to be revisited to complete documented behaviour Many properties depend on R6 for getting the actual width and height of the container
Closing ticket as Blackberry is no longer supported.