[TIMOB-12673] The layout 2.0 spec has a start layout and finish method for batch updates. The methods need to be implemented.
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Hold |
Resolution Date | 2015-04-14T17:12:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | n/a |
Reporter | Russell McMahon |
Assignee | Pedro Enrique |
Created | 2013-02-12T06:58:28.000+0000 |
Updated | 2017-03-16T20:26:30.000+0000 |
Description
The methods are in NativeControlObject but need hookup
Isn't that replaced with "applyProperties"?
applyProperties is a more general way to change properties of a proxy in bulk. The layout start/finish methods probably won't really be needed on BlackBerry due to how we run on a single thread. We can automatically batch layout updates at the next "tick" of the event loop when JS code makes updates. The other native platform cannot do the same due to how method/property updates act "async" because having to dispatch between the JS thread and main thread (sending non-blocking messages).
Correct. ApplyProperties is a more general version in that all proxies, not just view proxies, have it. The layout start/finish were never implemented on any platform, and have since been deprecated and removed.
Placing these items on hold for the moment based on community interest.
Closing ticket as BlackBerry is no longer supported by us.