Screen resoultion

Hi All,
I am developing small application by using Photon, Now my monitor
Configuration setup by 800x600 svga, 16-Bit High color/64k. With above
configuration my application runs fine.
If I runs my application in other systems screens colors and sizes are
changes, I think this is the problem with Video card resolution.
How to make screens for all video drivers.
Now my application made with main window size 800x600, and I created so
many child windows.

Thanks,
With Best Regards,
Suresh Kumar. Kavula

Hello Suresh

Can you be a little more specific? What do you mean sizes and screen
colors have changed? If you move to a higher resolution and you
maximize your window, then yes things will change based on where they
are positioned in the window, what is achored, what is not, etc. You
could make you window so that a user can’t maximize it or so that it
cannot be resized. This will help you out when going to a screen
resolution that is higher than 800x600.

If you are worried about going to a smaller resoltion, then you will
have to go through your windows and make sure that the widgets are
anchored properly in there containers so that when the window is resized
it looks correct to you.

As for the colors, what colors are you using in your app? How do they
look different? Are you going to a higher bit dpeth or a lower bit depth?

Thanks,
Rodney


Suresh Kumar wrote:

Hi All,
I am developing small application by using Photon, Now my monitor
Configuration setup by 800x600 svga, 16-Bit High color/64k. With above
configuration my application runs fine.
If I runs my application in other systems screens colors and sizes are
changes, I think this is the problem with Video card resolution.
How to make screens for all video drivers.
Now my application made with main window size 800x600, and I created so
many child windows.

Thanks,
With Best Regards,
Suresh Kumar. Kavula