Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
367 views

multiple comboboxes in R using tcltk

I have been trying to define multiple combo boxes in R using the tcltk package but to no avail. I am using the below code. My inspiration was here, however I can't seem to just label them comboBox1, ...
1
vote
1answer
1k views

WPF Cascading ComboBoxes

I am successfully databinding and using WPF Comboboxes and have had some success with cascading some of the Comboboxes by triggering the update on the child combo when the parent combos ...
0
votes
1answer
54 views

Vaadin Comobox not sending changeEvent

I have 3 comboboxes. Two of them works great but my third is not sending change events to my listeners, however, if I do select the empty row(null select) then I get the event. Has anyone had this ...
0
votes
1answer
73 views

VSTO Excel, Save Combo Box Text, ComboBoxes Reset Upon Workbook Opening?

I have several ComboBoxes in an Excel VSTO Solution. The combos are windows forms combos. The issue is that I'd like selected value in the combo to be repopulated when the user reopens the ...
0
votes
1answer
54 views

How to put XDocument elements into Comboboxes (second box dependent on first) (C# .net 3.5)

I'm trying to take XML and display two comboboxes. The first combobox will contain a distinct list (i.e., no duplicates) from the provinceCode elements. The second combobox will show only nameEN ...
0
votes
3answers
89 views

Updating Multiple ComboBoxes

In my project I have about 100 comboboxes, every combobox holds the same items. I want to "update" every combobox like this: When an item is selected in combobox A, all other comboboxes shouldn't ...
0
votes
1answer
28 views

multi-selection [combo] boxes

My selection is still a 'popup' style instead of always being open [a box] with the options vertically aligned to the top ie a combo-selection box. i am using the following code within a fields for ...
0
votes
3answers
776 views

combo box in datagrid

What is the difference between normal combobox and the combobox in datagrid? I mean to say I'm not able to give my value in combobox(in datagrid) but I am able to give (type any value) in normal ...