Control like combo box .....
#4
Hi, Hitcher Thanks for Help.
I tried your suggestion , I put one list control (with two choices) just below a button with following condition:
<visible>Control.HasFocus(4) | Control.HasFocus(5) </visible>

where 4 is id of button & 5 is id of the list control. when I move mouse over button the list becomes visible otherwise not visible. This is ok but I want to that list should be visible when I click on the button not just focus,
so what should be the condition in <visible> ?? </visible> of list control ?

And when I click on a choice of the list control the action is performed which I have written in
<onclick> ... </onclick>
but the label of the above button should also be changed as with selected choice label & list should become invisible.
So how can I do that?

Please HELP Thank You.
Reply


Messages In This Thread
Control like combo box ..... - by slinuxgeek - 2012-03-15, 07:51
RE: Control like combo box ..... - by Hitcher - 2012-03-15, 11:07
RE: Control like combo box ..... - by slinuxgeek - 2012-03-15, 14:34
RE: Control like combo box ..... - by `Black - 2012-03-15, 14:43
Logout Mark Read Team Forum Stats Members Help
Control like combo box .....0