PDA

View Full Version : Question : project - page size



ricardohdezsv
04-22-2008, 11:10 AM
:huh
Help:


What is the maximun "page size" that all computers accept without problems, when one project is opened?

1000 x 800 ?
800 x 600
700 x 500

My question is : If I use for example 1000 x 800 , this will run "ok" in the users´ computers.

And what is the maximun page size that I can use in one project, that it will be displayed "ok" in all computers

Thanks and sorry for my bad english,

RH

GoOgLe
04-22-2008, 11:13 AM
800x600 i think

ShadowUK
04-22-2008, 11:15 AM
640x480.

But there is no global allowed resolution. If you want it to dynamically size you could always setup the Auto-Resize and start off small, then allow expansion.

longedge
04-22-2008, 02:44 PM
I always assume 1024x768. If I'm doing anything that is not 'in house only' I put 800X600 page/s in as well. I test the display properties at project startup and then re-size the window and goto the lower res pages if necessary.

Perhaps we could have a System.AutoDestruct() action for any times that 640x480 is detected :D

ShadowUK
04-22-2008, 02:49 PM
if (System.GetDisplayInfo().Width == 800 and System.GetDisplayInfo().Height == 600) then
Application.Exit()
end