Tagged Questions
The combo-box tag has no wiki summary.
1
vote
0answers
25 views
How to make JavaScript multilevel combo box to open page in iframe?
I'm having a problem and seems nobody knows the answer to my question as I have posted this in a few forums and got no reply.
I have this double combo box that opens a page in iframe. I'd like to add ...
1
vote
4answers
2k views
How do I combine a Combo Box with a Tree in Swing?
For my application, I want a Combo Box that displays its elements when dropped down as a Tree. Problem is, I'm not versed well enough in Swing to know how to go about doing this. At least without ...
0
votes
2answers
316 views
How to get combo-box display values using the Data field?
I have set the combo-box data to "first;second;third" in the resource editor, but when i compile the program, the combo-box is totally empty, i cant see there any items at all.
Also, how do i set ...
0
votes
1answer
381 views
Ext JS/GWT Combobox
So i have a somewhat strange problem.
Im testing a GWT combobox with selenium and im having trouble executing the click command on a specific combo list value.
This is the code i am using:
...
0
votes
2answers
1k views
WPF, Linq to SQL, C# > How to Populate and Save A Combobox
Pulling my hair out. I've got a table 'Belts' with columns 'BeltID' and 'BeltColor'. I've got a Linq to SQL generated class, and am trying to populate a combobox and it's only partially working. ...
0
votes
3answers
198 views