Search the web
Sign In
New User? Sign Up
EasyListBox
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Hi, I just read the email from Chris Hayes, and the key point that he makes, and that all my users want is the Access style combo box, where when a user starts...
scottmahler2002
Offline Send Email
Feb 16, 2004
8:59 pm
2
Hi Scott, Thanks for the extra information. What I had envisioned for the combo box is a filter, i.e. when you type, it doesn't go right to a record, but...
Peter Brunone
peter_brunone
Offline Send Email
Feb 16, 2004
9:10 pm
3
... People want to type and it goes to closest match instead of the lame 1 letter match. Scott got the need right. Your other filter scenario could be an...
Charles M. Carroll
charlesmarkc...
Online Now Send Email
Feb 16, 2004
11:10 pm
4
So we're not really talking about a combo box at all (in Scott's/your scenario)... just better selection criteria based on user input, right? ... letter match....
Peter Brunone
peter_brunone
Offline Send Email
Feb 16, 2004
11:48 pm
5
Well, if you've ever used Microsoft Access, we are talking about the Combo Box that comes with it. --Scott _____ From: Peter Brunone...
Scott Mahler
scottmahler2002
Offline Send Email
Feb 16, 2004
11:49 pm
6
Peter here is some code that you mite consider using for a web dropdown combo.. There is a sample of it's use on the article's page. ...
westdh1932
Offline Send Email
Feb 17, 2004
3:42 am
7
Hi Dennis! Thanks for the info. Actually, you were one of the first people I thought about when brainstorming the combo box process. The code you posted is...
Peter Brunone
peter_brunone
Offline Send Email
Feb 17, 2004
3:49 am
8
Version 0.9.8 is out, with enhanced keyboard interaction, AND... the DisplayType property now has a third option, called "combo". -Peter ... From: Scott Mahler...
Peter Brunone
peter_brunone
Offline Send Email
Feb 18, 2004
10:26 pm
9
I need help for running the EasyListBox component in .NET 2003. I have added the dll to the bin and referenced it from add reference dialog and added the...
poroyx
Offline Send Email
Feb 19, 2004
4:20 pm
10
Hi all, I am having problems while trying to add a EasyListBox control to a webform I did: +Copy the dll to bin directory +Add a reference to the dll +Added...
poroyx
Offline Send Email
Feb 19, 2004
4:20 pm
11
Hi Serter, This may be a silly question, but are you completely sure it was included in your References? It sounds like it's still missing. Can you show us...
Peter Brunone
peter@...
Send Email
Feb 19, 2004
7:30 pm
12
Hi Peter,thanks for the reply In fact I don't have a code I have just one control on my webform as: <EASYLISTBOX:EASYLISTBOX id="customDemo" style="Z-INDEX:...
poroyx
Offline Send Email
Feb 20, 2004
10:46 pm
13
Serter, We'll need a little more to figure this out. Could you send the whole page? You can mail it privately to peter@... if you don't want to...
Peter Brunone
peter@...
Send Email
Feb 21, 2004
12:12 am
14
Hi everyone... In a week or so, I hope to release EasyListBox 1.1 and I'd like a bit of feedback on some of the functionality before I give you folks the beta....
Peter Brunone
peter@...
Send Email
Mar 4, 2004
5:30 am
15
You heard it here first! You can get a sneak preview of some of the cool new features coming in EasyListBox 2.0, including (but not limited to): - Drag-select...
Peter Brunone
peter@...
Send Email
Apr 4, 2004
5:59 am
16
I should add that the Help isn't very complete, so feel free to ask questions here. The next release should be much better documented. Cheers, Peter...
Peter Brunone
peter@...
Send Email
Apr 4, 2004
6:00 am
17
Greetings... Today's special is linked lists with movable, swappable items. Give it a whirl by downloading the latest version (example aspx files included) at...
Peter Brunone
peter@...
Send Email
Apr 13, 2004
9:15 am
18
Oops... Those links should be http://easylistbox.com/moveItemLists.aspx And http://easylistbox.com/childlists.aspx ... From: Peter Brunone...
Peter Brunone
peter@...
Send Email
Apr 13, 2004
9:27 am
19
Version 2 is out. I still have some enhancements to make on the help file, and one or two demos to fill out on the site, but overall, I'm just about ready to...
Peter Brunone
peter@...
Send Email
Apr 15, 2004
11:49 am
20
Just an FYI to let you know version 2.1 joined us a few days ago. There were some bugs fixed and one or two minor features added (listed at...
Peter Brunone
peter@...
Send Email
Apr 21, 2004
3:59 am
21
Guys...help! I just cannot get the most basic example of EasyListBox to work! The DLL is in the bin folder of the app as required! Where am I going wrong! ... ...
andyg@...
thebluebear
Offline Send Email
Apr 29, 2004
12:44 am
22
Hi Andy, There are two problems with the code below. First of all, to use EasyListBox (or just about any other ASP.NET control), you need to enclose it in a...
Peter Brunone -- Easy...
peter@...
Send Email
Apr 29, 2004
1:50 am
23
... A start would be to run some of the HTML output from ELB through the W3C's validator (with that doctype specified): http://validator.w3.org/ -g Gary Pupurs...
Gary Pupurs
gpupurs
Offline Send Email
Apr 29, 2004
2:30 pm
24
Peter thanks for your quick response and advice. I did originally try it with the form tag and still found it failing so I convinced myself I had even got that...
andyg@...
thebluebear
Offline Send Email
Apr 29, 2004
3:12 pm
25
Yeah, it's kind of frustrating; you can have the doctype statement, but if you include a pointer to a DTD, Internet Explorer is forced to *ignore* some of its...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 29, 2004
3:38 pm
26
Peter In your example for the combo box you magically populate this from somewhere! There doesnt appear to be any code in the demo shown that pulls data from...
andyg@...
thebluebear
Offline Send Email
Apr 29, 2004
5:22 pm
27
Andy, Once again, you're giving me helpful ideas for expanding the FAQ and tutorials :) Actually, in most of the demos on the site, I just use the handy...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 29, 2004
5:36 pm
28
Hi All, This is an awesome control that I think I will be able to put to good use. My question is: No matter where on my form I place the control it allways...
Kent Combs
kcombsus
Offline Send Email
May 6, 2004
7:31 pm
29
Hi Kent, Can you send some code (the rendered HTML code as well as your aspx code), along with the browser and OS you're using? It seems strange that the...
Peter Brunone (EasyLi...
peter@...
Send Email
May 6, 2004
7:37 pm
30
Sorry, the browser is IE6 and OS is W2K Kent ... aspx code), along with the browser and OS you're using? It seems strange that the control would show up in...
Kent Combs
kcombsus
Offline Send Email
May 6, 2004
7:45 pm
Messages 1 - 30 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help