Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Problem with different resolutions  (Read 1778 times)

0 Members and 1 Guest are viewing this topic.

Lux

  • Newbie
  • *
  • Posts: 1
    • View Profile
Problem with different resolutions
« on: May 02, 2010, 11:20:01 am »
Hey,

my project supports many different resolutions (from 800*600 to 2048*1536).
My Problem: Am I supposed to load a really huge graphic file and then resize it, if the resolution is smaller than 2048*1536? Or is there another way, that doesn't use as much memory? Of course I could use one image for each resolution, but this doesn't seem like a good solution..

Mindiell

  • Hero Member
  • *****
  • Posts: 1261
    • ICQ Messenger - 41484135
    • View Profile
Problem with different resolutions
« Reply #1 on: May 02, 2010, 09:51:26 pm »
You can use a view, in order to always use the same graphics and the same resolution. This will be automatically adapted to the reel resolution of the user window
Mindiell
----

 

anything