Global Slider Control Setting

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kmartin7
    Forum Member
    • Jun 2002
    • 57

    Global Slider Control Setting

    I would like to be able to set the slider to a position on each page, and have the position be the same for sliders on each successive page. Like setting volume on page1, then going to page2 and having the volume the same as page1.

    Any ideas?
  • Worm
    Indigo Rose Customer
    • Jul 2002
    • 3971

    #2
    Either use a variable and set the slider value in the Preload event, or look into inheritance in the Page's propertyvto use the same slider throughout the project.

    Comment

    • kmartin7
      Forum Member
      • Jun 2002
      • 57

      #3
      "or look into inheritance in the Page's propertyvto use the same slider throughout the project."

      This is what I need to do, but have no idea how to do it. The scripting is new to me. Using something like the following will not work:

      result = Page1.Slider.GetSliderPos("Plugin1");

      Comment

      Working...
      X