problem a imageviews

ivanreus

Member
Licensed User
Longtime User
good morning
I have a problem
I have a layout I want to go 8 imageviews showing when you press the Next or Previous button.
the problem is that I get an error if more than 5 imageviews charge.
pictures with. png
what is the problem?
thanks
ivan
 

mangojack

Well-Known Member
Licensed User
Longtime User
Ivan .. What is the error message ? Maybe show some code thats causing the error..

Cheers mj
 
Upvote 0

ivanreus

Member
Licensed User
Longtime User
thanks for replying
the error is: the object should first be initialized.
the imageviews are fine, I've tested in groups of 5 have no problems but the layout does not support more than 5 images at a time.
 
Upvote 0

ivanreus

Member
Licensed User
Longtime User
I'm testing it without putting code, just by the layout with 8 imageviews
the images are. png and weigh 750 kb each
if the sample charge 5 images well
six images gives me the error message objetc Should be initialized first
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Seems to be more a low memory issue han anything else, try to use a smaller image, not in pixel size but in KBs
 
Upvote 0
Top