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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 393 - 422 of 1726   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
393
Peter, I've worked on changing the order in the selections and am now where you are. (a) is working (b) is not. Have you had any joy with getting the ...
colum clissmann
connected_maven
Offline Send Email
Jul 5, 2005
2:26 pm
394
Thanks for the extra testing info and confirmation. Version 3 (with rendering for Firefox) is slated for late September, although it may be October before the...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 6, 2005
4:31 am
395
Peter, I have to make a call whether to include your control in an upcoming release (2/3 weeks) which will have to support FireFox enough to allow it to work. ...
colum clissmann
connected_maven
Offline Send Email
Jul 6, 2005
8:40 am
396
Peter, On a different note that is not necessarily a fault of your control. It has to do with data integrity. Say i save three values from a listbox (multi). ...
colum clissmann
connected_maven
Offline Send Email
Jul 6, 2005
12:29 pm
397
Colum, I'm quite certain that we will have a workaround sometime next week. Contact me off-list if you'd like to get something early for testing purposes. ...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 7, 2005
4:17 pm
398
Peter, No sweat. Came up with a workaround myself, of sorts. I do a check in code behind with Request.Browser.Type and if Firefox i use my old controls and ...
colum clissmann
connected_maven
Offline Send Email
Jul 7, 2005
4:32 pm
399
I'm having trouble building a demo for a project I am working on. EasyListBox seems perfect for the task. I need two EasyListBoxes dynamically generated from...
kevinpasnik
Offline Send Email
Jul 11, 2005
9:50 pm
400
Hi Kevin, From your description, it sounds like you could do this pretty easily with two queries as follows: Parent list: <ELB:EasyListBox id="elbColors"...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 11, 2005
10:04 pm
401
Peter, Things are going well with your listboxes, getting down to the look and feel. I have a dropdown for States of America. When i select a state it gets it...
connected_maven
Offline Send Email
Jul 13, 2005
4:41 pm
402
Hi Colum, That's a new one to me. Do you have a link where I could see this behavior? If not, is it possible that your background and text colors are set to...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 13, 2005
4:55 pm
403
Peter, Do i feel like an eegit. In my stylesheet the class i used had background set to White. You got that nail on the head! No bother on the reduced...
colum clissmann
connected_maven
Offline Send Email
Jul 13, 2005
5:16 pm
404
Hi Peter, Great! So far it's working perfectly. I have a couple cosmetic questions. Is it possible to add "Select Color" to the beginning of the dropdownlist? ...
kevinpasnik
Offline Send Email
Jul 13, 2005
7:18 pm
405
Hi Kevin, ... Yes; use the PromptText property for this. If you want to duplicate the Windows XP look, set the colors you like with the ArrowColor and...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 13, 2005
7:57 pm
406
Hi Peter, Thanks for your help. Everything is working as needed. Where can I find a list of all the properties available? I would like to continue to tinker...
kevinpasnik
Offline Send Email
Jul 13, 2005
8:47 pm
407
Hi Kevin, The properties, methods, etc. are listed in the Help file which is available from the Start->Programs->EasyListBox menu after you install the product...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 13, 2005
9:13 pm
408
Hi Peter, I have a new question. How can I add a URL String variable to the ELB selectquery property? I have tried this but I get a "server tag is not well...
kevinpasnik
Offline Send Email
Jul 13, 2005
11:02 pm
409
Hi Kevin, The most straightforward way to do that would probably be to pull the database information out of the server tag and assign it in your Page_Load...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 13, 2005
11:45 pm
410
Hello Peter, I was able to get everything working with the trial component but once I purchased and installed the full version I am having trouble persisting...
kevinpasnik
Offline Send Email
Jul 14, 2005
2:05 am
411
Hi Kevin, There shouldn't be any changes in syntax. Just to be sure, you'll want to make sure that the javascript file(s) get(s) replaced, but everything...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 14, 2005
2:20 am
412
Hi Peter, I found my error. I changed the property MaintainState="False". Once I removed the setting everything worked again. I changed the setting so that...
kevinpasnik
Offline Send Email
Jul 14, 2005
2:29 am
413
Kevin, Do you mean reset to a programmatically-determined value, or to the value the user selected, or something else? If you can, a bit of code might be...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 14, 2005
3:07 am
414
Hi Peter, Final two questions. Demo URL for your reference. http://www.scrubsandbeyond.com/new_product.aspx? ProductID=1025&CategoryID=0 You mentioned there is...
kevinpasnik
Offline Send Email
Jul 14, 2005
10:37 pm
415
Hi Kevin, Is there an ELB on that page? I see two regular select elements; I'm assuming this is the old code. That JS again would look something like this: ...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 15, 2005
5:30 am
416
Hi Peter, I'm having trouble getting the javascript to resize the dropdownlist. Could you take a quick look and let me know if I have made a silly error? This...
kevinpasnik
Offline Send Email
Jul 15, 2005
2:25 pm
417
Hi Kevin, Two things to clear this up. One, it looks like you need to set the explicit type of overflow (in this case, overflowY). Two, the script should be...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 15, 2005
2:38 pm
418
Hey Guys, I have an easylistbox control that is populated dynamically in code with query results from a sql server. I would like some of those results to...
mattkiger2000
Offline
Jul 19, 2005
6:51 pm
419
Hi Matt, Is this a no-code databinding situation, standard .NET 1.x databinding, or something else? That may affect the answer. What are the criteria, and...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 19, 2005
7:33 pm
420
(and now for the second part of that message) If your criteria are set inside your stored procedure, you could embed the tags in your select logic. If, on the...
Peter Brunone (EasyLi...
peter@...
Send Email
Jul 19, 2005
8:02 pm
421
Thanks for the replies. I was able to fix the problem like so: select <b>groupname</b> from groups where.... ... could embed the tags in your select logic....
mattkiger2000
Offline
Jul 20, 2005
2:35 pm
422
Thanks for the replies. I was able to fix the problem like so: select <b>groupname</b> from groups where.... ... could embed the tags in your select logic....
mattkiger2000
Offline
Jul 20, 2005
2:53 pm
Messages 393 - 422 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