Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2005
    Posts
    39

    Question : project - page size


    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

  2. #2
    Join Date
    Mar 2007
    Posts
    452
    800x600 i think

  3. #3
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    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.

  4. #4
    Join Date
    Aug 2003
    Posts
    2,427
    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

  5. #5
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Code:
    if (System.GetDisplayInfo().Width == 800 and System.GetDisplayInfo().Height == 600) then
         Application.Exit()
    end

Similar Threads

  1. Example: Resize Runtime
    By Adam in forum AutoPlay Media Studio 7.5 Examples
    Replies: 113
    Last Post: 08-17-2009, 10:55 AM
  2. Article: Automatically resize Project to user's screen size
    By Derek in forum AutoPlay Media Studio 7.5 Examples
    Replies: 1
    Last Post: 05-15-2006, 02:34 PM
  3. different page size
    By kansas in forum AutoPlay Media Studio 4.0
    Replies: 6
    Last Post: 02-16-2004, 01:40 PM
  4. HOWTO: Create a Project Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-28-2002, 01:49 PM
  5. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts