<shlomi.schwart z@gmail.com> wrote in message
news:1122993020 .639216.299990@ f14g2000cwb.goo glegroups.com.. .[color=blue]
> Hi All,
> Is it possible to open the select (ComboBox) drop down list by script?[/color]
Not open it, but change selection is possible by script.
> Is it possible to open the select (ComboBox) drop down list by script?
You cannot. But you can set mySelectBox.siz e = 8
It will expand the select box, but the layout around will go to hell.
Not really an option, just to mention...
VK wrote:[color=blue][color=green]
> > Is it possible to open the select (ComboBox) drop down list by script?[/color]
>
> You cannot. But you can set mySelectBox.siz e = 8
> It will expand the select box, but the layout around will go to hell.
> Not really an option, just to mention...[/color]
10X .... what I've tried to do is to CLIP the select with the style
property and open the drop down list by clicking on an image ....
Comment