PDA

View Full Version : how to make a sliding list



mimo
07-30-2009, 12:47 PM
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 .

mimo
07-30-2009, 09:46 PM
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 .

mwreyf1
07-31-2009, 10:09 AM
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.

T3STY
07-31-2009, 03:23 PM
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.

mimo
08-01-2009, 01:21 PM
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 .