Actually I cant figure out what youre doing there.. I never call Resources.open, it seems to be done already when it comers into initVars? Do I need to do it again and pass the dpi? And why isnt there simply a version of getImage() that lets you get images from any DPI?
Also it doesnt seem to work for me, no matter what I call it always gives me back the same images:
example inside initVars I do
res= Resources.open("/theme.res", Display.DENSITY_LOW);
or
res= Resources.open("/theme.res", Display.DENSITY_2HD);
but the images still look identical?
I expected them to be different sizes?