sbook said:
It’s on my to-do list for the day.. I haven’t forgotten ya
I’d be able to push it through quicker if you could give me a test caseA small, self-contained application class that shows the effects of a problem. It should use only default assets so that it can be posted in the forum in code tags and run as-is by the developers. (or a jmetest class where the behavior is exhibited)
Well I took a quick pass at trying to write a test caseA small, self-contained application class that shows the effects of a problem. It should use only default assets so that it can be posted in the forum in code tags and run as-is by the developers., but I wasn’t really able to reproduce the original bug easily. What this change allows one to do is basically setup an interface in an absolute manner, in my case I set it up at 1920×1080 and then rescale the entire gui to fit any resolution. This is where the bug revealed itself in that after the rescale, the hotspots for the components were not in the correct location.
I could spend more time on this I suppose if you really need me to, although I’m a bit pressed right now.