Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2000
    Location
    London, UK
    Posts
    137

    Switching pages with hidden/show object error

    I have a page that has a buttons (not up/down states) that hide and show if the user is over the certain button - they are different sizes buttons so I thought I would try the hide/show - works well too!

    When the button is in the down state, if clicked, it takes you to another page - and if mouseleave, the orginal button comes back up and the mouseover the original button hides and the depressed button shows.
    Now, once the user goes to another page and comes back, the button is still depressed - not in its original state. This has happened on several project of mine.

  2. #2
    Join Date
    Jun 2000
    Location
    Indigo Rose Software
    Posts
    1,943

    Re: Switching pages with hidden/show object error

    Hi,
    The reason that this happens is because the Mouse Leave event never occurs. What you should do is Hide the Depressed Button, and Show the Original State on the PAGE CLOSE event.
    So the user will click the "Depressed Button" and jump to the next page, then when that page is closing the "Depressed" button will be hidden, and the "Normal State" button will be shown.

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

  3. #3
    Join Date
    Jul 2000
    Location
    London, UK
    Posts
    137

    Re: Switching pages with hidden/show object error

    Going to try that tonight. Thanks Mark

Posting Permissions

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