Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4093 > unrolled thread
| Started by | "mamta81" <mamta81@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:48 +0000 |
| Last post | 2011-04-27 15:48 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.java.gui
ComboBox "mamta81" <mamta81@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000
Re: ComboBox "tar" <tar@THRWHITE.remove-dii-this> - 2011-04-27 15:48 +0000
| From | "mamta81" <mamta81@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:48 +0000 |
| Subject | ComboBox |
| Message-ID | <1eee9ff3-e3ae-4e2e-9cd2-e95cd467dd77@b30g2000prf.googlegroups.com> |
To: comp.lang.java.gui
hi all ,
I have a comboBox .whenever i click on it the
dropdownlist shows up but on clicking on any item in the list the
clicked item gets selected and the list disappears.I want the list to
remain so that i can scroll down through the lictby clicking on any
alphabet.
for example suppose i want to see all the items starting with letter
C ,only the first item starting with C gets selected and the drop down
disappears.i should be able to scroll through all the items starting
with C in the dropdown of the combobox.
Please help
---
* Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "tar" <tar@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:48 +0000 |
| Message-ID | <ymi3akrrczm.fsf@blackcat.isi.edu> |
| In reply to | #4093 |
To: comp.lang.java.gui mamta81 <roy.mamta@gmail.com> writes: > hi all , > I have a comboBox .whenever i click on it the > dropdownlist shows up but on clicking on any item in the list the > clicked item gets selected and the list disappears.I want the list to > remain so that i can scroll down through the lictby clicking on any > alphabet. > for example suppose i want to see all the items starting with letter > C ,only the first item starting with C gets selected and the drop down > disappears.i should be able to scroll through all the items starting > with C in the dropdown of the combobox. I guess I don't quite understand what sort of interaction you are trying to achieve. If you are talking about selecting an item with the mouse and then still being able to scroll, then it doesn't seem to make much sense. After all, if you want to scroll, why not just avoid clicking and scroll instead? -- Thomas A. Russ, USC/Information Sciences Institute --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web