Tagged Questions

1
vote
2answers
59 views

Can’t get jQuery autcomplete to work. (ASP.NET MVC)

Hi, I'm trying to follow the example in this post by tvanfosson. I just can't get it to work. I think the problem is with my JavaScript (?). I say that because if I navigate in m …
1
vote
2answers
29 views

Is it possible to customise drupal node reference and pass your search and a argument from another field

I'm trying to create a bespoke form in drupal, with a node reference field. I'd like to add a little extra functionality to the node reference auto complete. I've created a view, …
2
votes
5answers
98 views

Fast Javascript String Replacement

Hey there geniuses of SO! This is for an autocomplete plugin that needs to accept data as an array of arrays and convert it using a format string (or regex). The format string cou …
1
vote
1answer
39 views

How can I eliminate the initial load time on the Silverlight Autocompletebox control?

I have a Silverlight Autocompletebox to show a list of staff members, and it is working great. I get the data by loading a BusinessObjects list. My problem is that the very first …
0
votes
1answer
16 views

Auto-complete in WPF - Making a popup unfocusable

I'm trying to create a custom UserControl that will mimic auto-complete as it works within Intellisense using WPF. I'm using a TextBox and a Popup containing a ListBox within my co …
0
votes
1answer
33 views

ASP.NET AJAX Toolkit Combobox need to press enter twice to postback

Hi, im using a ComboBox for a feature in my application, and i have AutoCompleteMode="Suggest". However, after i type the in the textbox for a search, and press Enter, nothing hap …
1
vote
1answer
31 views

Retrieving a jQuery autocompleted field

I am using the jQuery autocomplete plugin and have wired up an input field to retrieve values from a back end database as text is entered which can then be selected. I then have a …
6
votes
2answers
104 views

Don’t show uninteresting files in Emacs completion window

How do I prevent Emacs from showing me all the files I'm not interested in (such as ~ backup files, .pyc files, or .orig files) when I: C-x C-f TAB ? It is working in one respect: …
0
votes
1answer
18 views

Is it possible to move the “AutoComplete.vb” file out of the App_Code folder and into a new namespace/project?

When setting up the Ajax Control Toolkit's AutoComplete control, it creates an AutoComplete.asmx and a AutoComplete.vb file. The AutoComplete.vb file automatically ends up in the …
1
vote
1answer
30 views

Categorized results – jQuery autocomplete plugin

Hi there! I'm looking for an autocomplete plugin that makes it easy to categorize search results. If that's unclear, take a look at Apple.com's search bar (top right). I know tha …
0
votes
2answers
57 views

AutoComplete textbox and “Hide Pointer While Typing” in windows

How can the "Hide Pointer While Typing" option be disabled by application? I'm having an issue with the cursor hiding and not getting it back without pressing escape or losing wind …
0
votes
1answer
13 views

vbscript autocomplete

Hello, Does someone know where can i find a vbscript autocomplete, google style (no postback)? Thanks
0
votes
3answers
72 views

jquery autocomplete doesn’t work on localhost

Hi there I hope you can help me. I have used on a localhost aspx page the following code so it autocompletes. It works perfect. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 …
0
votes
2answers
46 views

Autopopulate textboxes in Sieble CRM system, trough webBrowser1 in c#

Do any have any experience how this cold be done, if you look at the image im looking for a solution to programacly change the Name field to somehing else stored inn a variable fro …
4
votes
4answers
85 views

Trap the enter key, but not when choosing the browser’s autocomplete suggestion

I have some textboxes on a page and I want to click a link when the user presses enter in any of them. I can easily trap the enter button using javascript (by looking for 13 in ev …

1 2 3 4 5 27 next
15 30 50 per page