Bug? FlickrViewer runtime error

United Technical Support

Member
Licensed User
Longtime User
Erel,

After running the https://www.b4x.com/android/forum/threads/flickrviewer.34608/ on B4J 3.5, it shown the runtime error.

Error occurred on line: 98 (main).
java.lang.RuntimeException: Object should first be initialized (List).

97 Sub GridPane_Resize(Width As Double, Height As Double)
98 For Each iv As ImageView In ivs
99 iv.Height = Height / 3
100 iv.Width = Width / 3
101 Next
102 End Sub
 

Attachments

  • FlickrViewer-runtime-error.png
    FlickrViewer-runtime-error.png
    74.8 KB · Views: 258
Top