blackberry / bbUI.js

BlackBerry UI look and feel JavaScript toolkit for WebWorks
Apache License 2.0
312 stars 192 forks source link

Image List can't refresh in onscreenready #1000

Closed MerrickZ closed 10 years ago

MerrickZ commented 10 years ago

as title. error occurs.

tneil commented 10 years ago

This is expected. onscreenready fires before any of the DOM of the screen has been styled and processed. It gives you a chance to modify the DOM directly using the element that is passed into the event.

The JavaScript interfaces for controls are only ready when the ondomready event fires.