Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2009
    Posts
    137

    how to make a sliding list

    how to create sliding list which disappear when the mouse is not over it . i am not talking about combobox here . i mean image list with buttons or text to choose from.

    i attached example from indigorose.com to show what i mean . what i mean is exactly like this example of AMS site .
    Attached Images

  2. #2
    Join Date
    Jul 2009
    Posts
    137

    u can open site

    u can open AMS site to know what i meant . and what i meant is to create like the AMS site exactly . if there are any example for it that would be great .

  3. #3
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    You could just do it in a web object.

    The tree object does basically the same thing, although you first have to click on the menubar to activate it.

  4. #4
    Join Date
    Feb 2009
    Posts
    1,285
    Quote Originally Posted by mimo View Post
    how to create sliding list which disappear when the mouse is not over it ..
    In the object's "OnLeave" event, put the .$object$.SetVisibility action, and the object will disappear if you leave it.

  5. #5
    Join Date
    Jul 2009
    Posts
    137

    thank u

    Quote Originally Posted by T3STY View Post
    In the object's "OnLeave" event, put the .$object$.SetVisibility action, and the object will disappear if you leave it.
    thank u . i tried to do this but it didn't work because the list contains buttons or text to choose from and when i am over them by mouse that means that i left the list so everything disappear .

Posting Permissions

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