Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
2k views

Google like edit/combo control for Delphi?

Everyone probably knows what I mean, but to clarify the control would need to: Fire an event when user edits the text. The event would provide a SuggestionList: TStrings which you could fill with ...
9
votes
4answers
17k views

How can I create an editable dropdownlist in HTML?

I'd like to create a text field with a dropdown list that lets the user to choose some predefined values. The user should be albe to type a new value or to select a predefined one from a dropdown ...
7
votes
2answers
236 views

Swing component and jdk version issue

I have a combo box. After selecting an item in combo box new JDialog opens. When i use JDK 1.6_06, I am able to click on buttons in JDialog properly. When i use JDK 1.6_24, then i need to click ...
3
votes
2answers
825 views

Read-only combo box in EXT JS

How to make a combo read-only? I know how to make a text box read-only but it doesn't work for combos.
2
votes
0answers
446 views

ExtJS 4 - Combo Box blur event getting fired twice

I have a simple combobox with a blur event. The blur event has an alert called for testing purpose currently. The issue is that this blur event gets fired twice as following: If the cursor is in ...
2
votes
1answer
40 views

Is there a way to create a “header row” for a Winforms ComboBox?

Is there a way to create a "header row" for a winforms combo box? So that's it's always displayed at the top?
2
votes
1answer
85 views

Selecting an item in a combobox in an MVVM framework

I have WPF combobox bound to a ObservableCollection ItemCategoryList <ComboBox Grid.Column="1" Grid.Row="2" Height="Auto" HorizontalAlignment="Stretch" Margin="0" Name="comboBox1" ...
2
votes
1answer
211 views

Doesn't YUI's loader's combo option defeat browser caching?

So if I'm using the YUI loader (on Yahoo's servers) to serve JavaScript, and I tell it to use combinations so several YUI Widgets can be downloaded by the browser in a single request, doesn't that ...
2
votes
3answers
2k views

dependent combo in classic ASP and Ajax?

please can you suggest me an example in classic asp and ajax to make dependent combo? Thank you very much!
2
votes
0answers
400 views

How can I create a Multiple Value Combo box on an Unbound Form

I need your help on MS Access 2007. I have a big problem with my MS Access Unbound Form. How can I create a combo box i do not want bound to a table, show a multiple value List? The Combo is named ...
2
votes
1answer
4k views

How to bind combo box with dataset in WPF

I want to bind the combo with dataset and take the value from combo as parameter to populate another combo in WPF
2
votes
1answer
389 views

How do I create an editable databound combo box in a DataGrid in WinForm?

I have a noob question. I have a WinForm (.net 2.0 in VS 2008) on my form I have a DataGrid. One of the fields in that DataGrid is a combo box that is bound to a separate table. This works, but I am ...
2
votes
6answers
4k views

re-rendering of combox store in Gwt-Ext

i've created a Form Panel, and i'm rendering couple of Combo Boxes in the panel with a store which is populated via an response handler. the problem if i want to render the panel again it renders the ...
1
vote
2answers
36 views

Adding a database ID to an Eclipse Combo

I'm working on a Java application in Eclipse that pulls data out of a MySQL database. I'm populating a combo box with data. So far I can get the value of a field to show up but I can't figure out how ...
1
vote
1answer
71 views

Editable datagrid inside a combo box in WPF?

Is it possible to show an editable datagrid inside a combo box? I have to show the columns of another datagrid in one column and the filter condition in the second column. which is the best way to do ...
1
vote
1answer
96 views

Jquery UI autocomplete combo box issue

I'm trying to use this example http://jqueryui.com/demos/autocomplete/#combobox . But it shows blank option by default. instead of "Select one...". How to fix that problem? ANy suggestions? And one ...
1
vote
1answer
74 views

Silverlight combobox acting like menu

I want to modify silverlight combobox behavior. I want to open dropdown by mouse entering to combobox but not clicking, that iseasy to do when handling MouseEnter event and seting IsDropDownOpen ...
1
vote
1answer
35 views

SWT: How to getSelectionCount from a CCombo control?

From a TEXT i can do it through: ((Text)control).getSelectionCount(); But, how can i access it on a CCombo? ((CCombo)control).getSelectionCount(); is not implemented... Thanks.
1
vote
0answers
318 views

ExtJS - Hiding ComboBox based on other Combo value

I'm having a weird issue where I'm defining a combo has hidden:true, which works fine, but when I show the combobox and select a value from it, it hides. Here's some example code: (I'm using some ...
1
vote
1answer
128 views

Winforms C# application crash in one selecting combobox

On selecting any items in the combo box, it is saying invalid argument. Value is not valid for length . Parameter name : length This occurs in swedish os only but in englis OS of win 7 it is not. I ...
1
vote
1answer
40 views

gtk_message_dialog in a GtkCombo callback

I'm developing an app in C using Gtk. I have a GtkCombo with some restrictions that should launch an error message when user selects wrong entries in the list. The problem is that when callback ...
1
vote
2answers
225 views

Mutually Exclusive comboboxes that binds to same data source - MVVM implementation

I'm not sure my Title is right but this is the problem I am facing now.. I have the below XAML code.. <ItemsControl.ItemTemplate> <DataTemplate> ...
1
vote
3answers
1k views

jquery: keypress, ctrl+c (or some combo like that)

I'm trying to create shortcuts on the website i'm making. I know I can do it this way: if(e.which == 17) isCtrl=true; if(e.which == 83 && isCtrl == true) { alert('CTRL+S COMBO WAS ...
1
vote
1answer
774 views

How to set selected item in QComboBox with QtreeView

i have the following code for QComboBox with WtreeView set as combo view this->db->select("SELECT top 10 company, address, phone, id FROM data"); QTreeView *ptv = new QTreeView(this); ...
1
vote
2answers
512 views

VB.net: How do I “refresh” my comboBox?

I have a combobox that is populated by a database table I have. In my Load event for my form I have it populated by... Me.BusinessTableAdapter.Fill(Me.BillingdbDataSet.Business) My problem is ...
1
vote
0answers
2k views

What is the difference between Combo box and drop down list in asp.net Ajax Control Toolkit

What is the difference between Combo box and drop down list in asp.net Ajax Control Toolkit
1
vote
0answers
614 views

Populate InfoPath Combo Box

I am trying to populate a drop down and found this page, which provides part of the solution: ...
1
vote
2answers
6k views

C# combobox selected index changed fires old value

I have a situation when I want to change the selected value of a combo box in a windows forms application by using Ctrl-Left ori Ctrl-Right. However if the combobox is the selected control on the form ...
1
vote
1answer
3k views

PHP Combo Box AJAX Refresh

I have a PHP page that currently has 4 years of team positions in columns on the page. The client wants to select the players in positions and have first, second and thrid choices. Currently the page ...
1
vote
1answer
132 views

Choosing column from other table/object

I have a DataGridView which DataSource is connected to objects. Everything works OK (I can edit that objects and the change is persisted) until I want to choose using the combobox connected object (in ...
0
votes
1answer
30 views

How to Get value from Infragistics combo

I am using Infragistics igCombo in my web form. I am using ASP.NET MVC 3 as a server side technology. I can easily bind data but can't get the value which user selects and sends to the server. I want ...
0
votes
1answer
75 views

SWT Combo Box Default selection

Im a newbie to swt..I have an SWT Combo box with 2 entries. Currently, it shows a blank selection as the user did not select any. Is there any way to make sure that even if the user does not select ...
0
votes
1answer
49 views

How do I add an image to a combo in Extjs?

I managed to add a images in the extjs combo selection list however after selecting an item did not manage to have the same images displayed int he collapsed combo. I tried changing the template ...
0
votes
2answers
287 views

ExtJS 4 - How to avoid grid column value becoming null when column editor is combo-box?

I have a column in a grid with editor as combo-box. When the grid is loaded then all the column values get displayed properly. The issue is, when user clicks at the column (having combobox as ...
0
votes
1answer
43 views

ConcurrenModificationException with 2 dependent Combos (ZK Framework)

I have a zul wich has two dependent combos. When an item of the first combo (cb_empresa_detalle) is checked then the second combo (cb_agente_detalle) loads its items. In my controller I have this ...
0
votes
1answer
31 views

Premature closing of hosted usercontrol in toolstrip menu

I'm hosting a usercontrol in a toolstrip dropdown using the technique described here: http://windowsclient.net/blogs/faqs/archive/2006/07/12/how-can-i-add-a-user-control-to-a-toolstrip.aspx. This ...
0
votes
1answer
69 views

Extjs linked combos - let parent values have same child values

I have linked combos that work if the parent value has a unique identifier. However, I have 4 options in the parent combo that should have the same value for the child combo. I've given these the same ...
0
votes
2answers
368 views

ExtJS 4 - How to display template having width greater than the width of combo-box?

I have a combo-box in which the values are being displayed in a template. Now, I want the width of the template to be more than that of combo-box and hence I am using matchFieldWidth:false as ...
0
votes
3answers
154 views

how to submit combo box value with out form using javascript?

I need to submit combo box value with out form. When I click on any value of combo that suppose to submit automatically using javascript. I am using PHP in backend. <select name="select" ...
0
votes
2answers
790 views

ExtJS 4 ComboBox AutoComplete Problem

I have an extjs combobox used for auto-complete having following configuration: xtype:'combo', displayField: 'name', valueField:'id', store: storeVar, queryMode: 'remote', minChars:2, ...
0
votes
0answers
94 views

Extjs4 ComboBox emptyText (if assigned at runtime) validates the form on Submit

If we creates a combo with static emptyText then it works on all browsers. But when we give it emptyText at runtime then in IE it validates the form with emptyText at the time of form submit.
0
votes
0answers
103 views

how to pass value of a combo box of one form in another form

hello everyone my name is lalit. for the last few days i was a program for my project ihave reached to some completion of the program but sttill i am facing some problem's so please help me in my ...
0
votes
1answer
34 views

Data in Combo Box in form not relfecting in Access Report

Morning, I have been battling with this problem for weeks now and simply cannot find a solution. I am using MS Access 2007 I have a table caled "Policy Information" where all of my data is stored. ...
0
votes
1answer
206 views

Cascading Combo box HTML

I am not really a web person and am having trouble creating a cascading combo box. I have my options, but when I cannot figure out how to do a JavaScript command to switch the second box depending on ...
0
votes
1answer
349 views

extjs4 : chained combo

I'm trying to add some dynamic data into a "livesearch" combo box. I've a set of 2 combos. The first one allow you to select some data. The second combo is a "livesearch" combo that should have a ...
0
votes
2answers
120 views

Reload the combo box after insert query?

I want to reload the combo box so that it would display the values recently entered by me. The Language used is C#.Net 2005..I am making a windows application. Please guide me?
0
votes
0answers
137 views

Winforms Combobox default selected value on no match

Using win-forms, vs 2008. I have a combo box on a form that has as it data source an array list of a custom class with int and string properties. Obviously the string is the selection text displayed ...
0
votes
1answer
72 views

php combo list values from function

I wanted the category_list function value to be inside my combo box but it's not working. Any gurus out there to help me? thanks! this is working <tr> <td><?php echo ...
0
votes
1answer
369 views

Ext js combo not working properly

I'm new in ExtJS and I'm trying to display a window with a combo, a cancel and an OK button but the combo does not seem to be working properly: It's not showing the label and when I click the picker ...
0
votes
1answer
237 views

using extjs jsonstore subdata in an combo field

following extjs3 problem: i have an json store: dbStore = new Ext.data.JsonStore({ url: '/?[action]=getFormData', storeId: 'formdata', fields: [{'database':['name', 'id'], ...

1 2