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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 334 - 363 of 1726   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
334
... Yes, we did...
mike13echo
Offline Send Email
Jun 2, 2005
6:35 pm
335
I'm using easyListBox as a dropdown with check boxes... and storing the result of the selections as separated values in a database (field set to hold up to 250...
mojohys
Offline Send Email
Jun 3, 2005
2:47 pm
336
Mo,    I've never heard this issue reported before (the checkbox demo on the ELB website has no problem with selected value strings longer than 47).  Can...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 3, 2005
3:26 pm
337
Peter, Thanks for your reply! Correction it maxs out at 50 chars. Can't give you a URL this is running on an intranet. The problem is not in the html but the...
mojohys
Offline Send Email
Jun 3, 2005
4:04 pm
338
Have you done a response.write on the request.form value to see if it's all there? ... In this line, you're explicitly telling the command object to add a...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 3, 2005
4:22 pm
339
Thanks Peter, I shouldn't have missed that! "Peter Brunone (EasyListBox.com)" <peter@...> wrote:Have you done a response.write on the request.form...
Tommy Hysmith
mojohys
Offline Send Email
Jun 3, 2005
4:36 pm
340
Is there a way to apply validation controls?...
mojohys
Offline Send Email
Jun 11, 2005
10:29 pm
341
At this point, you would have to use a custom validator (various ideas are being considered for built-in validation in the future). What sort of rule(s) are...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 12, 2005
12:22 am
342
I'm writing an asp.net application using a form that has 90+ controls/fields... some fields should be required only when another field contains a value! A...
mojohys
Offline Send Email
Jun 12, 2005
1:31 am
343
Is there a way to apply ANY validation control to EasyListBox??...
mojohys
Offline Send Email
Jun 14, 2005
1:45 pm
344
   Yes, I have a workaround for you.  Also, I apologize for not responding to your previous message; apparently Yahoo decided that my mail server was...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 14, 2005
4:31 pm
345
Thanks for your reply! If I'm understanding this correctly we're passing the value of ELB to the input field for validation. I don't believe my code is seeing...
Tommy Hysmith
mojohys
Offline Send Email
Jun 14, 2005
6:45 pm
346
Peter, Like your control v much and will purchase if you get this dropdowns disappearing sorted. When do you expect 2.5 to be released? Will this have support...
connected_maven
Offline Send Email
Jun 16, 2005
5:10 pm
347
I am waiting for the disappearing dropdowns (no more bleeding) to be released. Otherwise i think this control has a lot going for it. Just tested with a...
connected_maven
Offline Send Email
Jun 16, 2005
5:10 pm
348
Hi Colum, Actually, I have a beta you can test; I'll send you a time-limited version off-list. Firefox support will come in 3.0; that's a pretty big change. ...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 16, 2005
5:17 pm
349
Oh, and the source code is not sold with the product. Feature requests are taken very seriously, though, and most of what you see in ELB today is a result of...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 16, 2005
5:23 pm
350
It's my feeling, after using the ELB for 2 or three months now, mainly in the PageManager for the Rainbow porject, testing with large and small lists... .the...
Jonathan Minond
paputus
Offline Send Email
Jun 16, 2005
6:20 pm
351
Jon et al, There are a few reasons that I would not like to abandon tables just yet. I'll detail these more in a technical session if you like. I've sent you...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 16, 2005
8:53 pm
352
... If a list has >100 items, it's time to re-consider your design :-) IMHO, of course, drop down lists should only contain a relatively small list of items. ...
Rob
munrobasher
Offline Send Email
Jun 17, 2005
7:25 pm
353
I think this is a slight bug. When using the control for the first time yesterday, I was manually entering a list of items into the HTML (as mentioned in the...
Rob
munrobasher
Offline Send Email
Jun 17, 2005
7:25 pm
354
... Out of interest, why do you say this? It infers that either the Javascript dialect is radically different or their implementation of DHTML varies from IE....
Rob
munrobasher
Offline Send Email
Jun 17, 2005
7:25 pm
355
Javascript itself isn't the major problem -- although there are differences -- but the nuances of cross-browser DHTML can be tricky. Perhaps "far-reaching"...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 17, 2005
8:12 pm
356
That's one of the "bonuses" of developing ASP.NET controls; you get to clash with Studio :) Better design-time support is on the table for version 3; so far ...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 17, 2005
8:15 pm
357
One for the wish list is making the control render more accurately in VS 2003. Or at least so you can see the width and height. Cheers, Rob. _____ From:...
Rob Nicholson
munrobasher
Offline Send Email
Jun 17, 2005
8:49 pm
358
The documentation mentions ELB_GetText(ListID) but this doesn't appear to work. I can't find ELB_GetText in the source code either. I can find the others. How...
Rob
munrobasher
Offline Send Email
Jun 17, 2005
10:15 pm
359
Ah, that was an "oops" in the documentation. ELB_GetText is in 2.5. Overeager yanks at our best, I suppose... ... From: EasyListBox@yahoogroups.com...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 18, 2005
3:38 am
360
A bit quick on the trigger, too; here are the functions this time.. For ELBScript_IE56.js: function ELB_GetText(ctlID) { return getObj(ctlID +...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 18, 2005
4:05 am
361
Peter, All working well with the beta except... When i load the page i set the country (parent) by setting it's selectedvalue in the code behind and then...
connected_maven
Offline Send Email
Jun 21, 2005
1:19 pm
362
Hi Colum, Can you show me the code you're using? Also, do you have a link I can see (or at least the rendered HTML when this happens)? There's a release...
Peter Brunone (EasyLi...
peter@...
Send Email
Jun 21, 2005
2:21 pm
363
will try release candidate first and see how that goes. On 6/21/05, Peter Brunone (EasyListBox.com <http://EasyListBox.com>) <...
colum clissmann
connected_maven
Offline Send Email
Jun 21, 2005
2:41 pm
Messages 334 - 363 of 1726   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