Welcome to Axure Community Site Sign in | Join | Help
in Search

Set Panel State in New Window

Last post 05-12-2008, 6:16 PM by martin. 5 replies.
Sort Posts: Previous Next
  •  02-27-2006, 8:43 PM 194

    Set Panel State in New Window

    Is it not possible to do a case where you

    Open Page 1 in Current Window
    and Set Panel to State 1

    It won't show me the states that are part of the window I'm linking to so that I can configure it in the UI dialogue.
  •  02-28-2006, 12:20 AM 195 in reply to 194

    Re: Set Panel State in New Window

    Hi Greg,

    Axure RP does not currently allowing setting states on a page from another page.

    You could create a copy of the Page 1 and set the default panel state to the desired state and link to the copy of Page 1.

    This is how I imagine this might work in Axure RP in the future.

    OnClick

       Set "variable" = "1"

       Open Page 1 in Current Window

    Then on Page 1:

    OnPageLoad

       If "variable" = "1"

          Set Panel to State 1

    I think the addition of a PageLoad event, the ability to set a variable that is carried to the next page, and the ability to perform actions as a condition of the variable could be very useful.

  •  03-01-2006, 1:00 PM 196 in reply to 195

    Re: Set Panel State in New Window

    Yes this would work and would actually be very useful for a number of applications where you would want to simulate carrying over variables.
  •  06-08-2006, 8:09 PM 422 in reply to 196

    Re: Set Panel State in New Window

    I agree, this would be great.  I am stretching Axure to mock up set top apps.  One of their most useful UI features is the "sticky menu" where all screens remember their last state.  I would love to see this feature added.

    It wouldn't even necessarily require the addition of variables but could be as simple as setting a flag in the panel object that tells it to remember "where it was" whenever its host page is navigated away from, or something like that...
  •  05-12-2008, 5:35 PM 2806 in reply to 195

    Re: Set Panel State in New Window

    Okay the request for setting a panel state for a page not the page you are on was requested in 2006. Has there been any progress on making that part of Axure since we are now in version 5?

     If so, I still don't see how to do it. Please advise.

    Thanks,
    Jann

  •  05-12-2008, 6:16 PM 2807 in reply to 2806

    Re: Set Panel State in New Window

    Jann:

    Okay the request for setting a panel state for a page not the page you are on was requested in 2006. Has there been any progress on making that part of Axure since we are now in version 5?

    You can accomplish this using the OnPageLoad variable (and variables in general).  To learn more about how to do this, take a look at this training page: http://axure.com/p202_6.aspx.

     

View as RSS news feed in XML