Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2006
    Posts
    72

    One do it, the other don't!

    Hello AMS Members,

    I have one question; If i have a project that have two or more pages, is it possible to set one of the pages to resize while the other don't?

    Thank you very much for the help!

  2. #2
    Join Date
    Jul 2007
    Posts
    1,512
    set the size of the pages on the preload.

  3. #3
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    I only think you can do this by setting the Properties of the page, but there is only BackgroundType, GradientColorTop, BackgroundColor, ImageFilename, ImageFilename, Description, Keywords for properties.

    So, I think no.

  4. #4
    Join Date
    Jul 2007
    Posts
    1,512
    there might be work around with alot mroe coding tho not sure.

  5. #5
    Join Date
    Aug 2003
    Posts
    2,427
    Quick and dirty - you could re-size your window although it doesn't take account of object position or size.

    I do this with a special 'low res' page which is designed for the purpose and is only shown if the user's screen resolution is less than 1024x768.

  6. #6
    Join Date
    May 2006
    Posts
    5,380
    simple, make the project resizable and in the "On Size" event of the page you do not want to resize put (Window.SetSize) and set the size you want

    when the user tries to resize the window it will lock to the preset size
    Open your eyes to Narcissism, Don't let her destroy your life!!

  7. #7
    Join Date
    Apr 2006
    Posts
    72
    thank you guys, will try your subjections and let you know the result!

  8. #8
    Join Date
    Apr 2006
    Posts
    72
    i TRY that method and for a single moment I through it would work until i when back to the other page. please take a look at the example.
    All I want is the first page to stay the same size while the other can be resized!!
    By the way, im using that resizing code that is around the forum!

    Quote Originally Posted by RizlaUK View Post
    simple, make the project resizable and in the "On Size" event of the page you do not want to resize put (Window.SetSize) and set the size you want

    when the user tries to resize the window it will lock to the preset size
    Attached Files

  9. #9
    Join Date
    Jul 2007
    Posts
    1,512
    you need to go to file save then file export so its a APZ thanks

  10. #10
    Join Date
    Apr 2006
    Posts
    72
    sorry about that.
    here its!
    Attached Files

Posting Permissions

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