Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2007
    Posts
    37

    Grin popup with buttons different size from main page...

    Hi!
    I need help to build:
    1 page that on this page will be ~10 buttons...
    With click on every of this buttons will be opened new page or some popup that will be with 4-5 buttons and much-much smaller size than "main" page... (page/popup will be sized as 4-5 buttons)
    BUT when this page/popup opens "main" window need to be minimizes... and on page/popup will be option "close totaly or only the page/popup"...

    can it be done?

  2. #2
    Join Date
    Aug 2007
    Posts
    37

    Post

    no 1?

  3. #3
    Join Date
    Aug 2007
    Posts
    37

    Grin

    any1? hlp... pls!

  4. #4
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778

    resize pages

    One way to do this would be to place the following code ON PRELOAD of each page.

    Code:
    -- Get the AutoPlay application's window handle.
    handle = Application.GetWndHandle();
    
    Window.SetSize(handle, 600, 400);
    Just change the width and height (600,400) above to whatever value on the subsequent screens.
    When you Page.Jump the child page will be resized.
    Make certain that your project settings are "resizable"
    This example does not minimize pages.

    HTH
    Last edited by holtgrewe; 10-18-2007 at 08:11 PM.

  5. #5
    Join Date
    Aug 2007
    Posts
    37

    Post

    10q!.....................

  6. #6
    Join Date
    Feb 2007
    Posts
    107
    if you want to create many pages with many buttons that`s easy , but if

    you want to create many windows popup with buttons options , i think

    that`s not easy , because kind of windows popup are scripts or codes

    and i think is easy to create wondows popup with maximum 2 buttons

    1 - create or import button

    2 - go Script ( button )

    3 - add action

    4 - choose dialog

    and there choose what you want

    like this


  7. #7
    Join Date
    Aug 2007
    Posts
    37

    Post

    melissa
    i need different sizes windows/pages/popups with my buttons... but standard u can open next only same size page...
    u need manualy change the code of the page...
    now i'm trying holtgrewe's suggestion...

Similar Threads

  1. Best way to share custom buttons with the group?
    By mwreyf1 in forum AutoPlay Media Studio 6.0
    Replies: 10
    Last Post: 04-28-2010, 01:29 PM
  2. buttons disappear
    By mgokkaya in forum AutoPlay Media Studio 6.0
    Replies: 5
    Last Post: 04-11-2008, 02:40 PM
  3. 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
  4. Page Preview and buttons ?
    By RAZS in forum AutoPlay Menu Studio 3.0
    Replies: 2
    Last Post: 12-13-2001, 01:17 PM

Posting Permissions

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