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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1397 - 1426 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1397
I have a simple ELB that produces a list of states from a SQL table. It works fine. Then I add a trival vbscript to the head and I get the error show below. ...
tjernst1
Offline Send Email
Mar 6, 2009
4:37 pm
1398
Hi Thomas, It sounds like your script is telling the page to use VBScript as the default scripting language. Not normally a problem, but ELB of course uses ...
Peter Brunone
peter_brunone
Offline Send Email
Mar 6, 2009
4:46 pm
1399
Peter, Thanks for you quick response. Putting the vbscript at the end of the page eliminated the error generated on loading.  So now the page loads fine and...
Thomas Ernst
tjernst1
Offline Send Email
Mar 6, 2009
7:00 pm
1400
Hello,Peter, It's been long time, I haven't seen any new version comes out yet... I hope you are still working on that ? I got my clients complains today, they...
iwc7days
Offline Send Email
Mar 10, 2009
3:18 pm
1401
Hi, I have my EeasyListbox, as defined below: <ELB:EasyListBox id="dropCarteira" runat="server" UseUniqueID="True" Height="120px" Width="400px"...
Rtortima
Offline Send Email
Mar 14, 2009
1:17 am
1402
Hi Raul, When you run the debugger, does the DataSource property show that it contains the data you expect? I know you said the DataTable has data in it, but...
Peter Brunone
peter_brunone
Offline Send Email
Mar 14, 2009
1:23 am
1403
Hi Peter, I guess I worked around the issue, thanks. I also have two other questions: first, is there an option to check/uncheck all items in the dropdownlist...
Rtortima
Offline Send Email
Mar 14, 2009
9:31 pm
1404
Hi Raul, You can check/uncheck all items on the client side using the ELB_SelectAll and ELB_ClearSelection functions, which can also be called as built-in...
Peter Brunone (EasyLi...
peter@...
Send Email
Mar 15, 2009
2:52 am
1405
Hi, I am using EasyListBox, not MultiSearchBox (as shown in http://easylistbox.com/demoFilter.aspx). My aspx control is shown below: <ELB:EasyListBox...
Rtortima
Offline Send Email
Mar 18, 2009
2:34 pm
1406
Hi Raul, To be clear, MultiSearchBox is a control in the ELB namespace. It renders a text field that you can use with our without an ActionButton control to...
Peter Brunone (EasyLi...
peter@...
Send Email
Mar 18, 2009
9:52 pm
1407
Hey,Peter, Could you please give me an answer if you can or not make a new version ELB for safari and solve UpdatePanel issue as well. I need to make my...
iwc7days
Offline Send Email
Mar 19, 2009
3:32 pm
1408
Hi Aaron, There has been some progress, but it's probably going to be Q2 before the Safari and Chrome upgrade. The list will be notified when new releases are...
Peter Brunone (EasyLi...
peter@...
Send Email
Mar 19, 2009
5:08 pm
1409
I'm trying to use the control to create a simple dropdown with images. I can easily create this in the html, but am unsure of how to go about adding items with...
Brian Vallelunga
bgvallelunga
Offline Send Email
Mar 31, 2009
2:38 pm
1410
Hi Brian, To get images in the list, the syntax is the same regardless of the method you use. Just create the same string (image tags, etc) in your SQL query,...
Peter Brunone (EasyLi...
peter@...
Send Email
Mar 31, 2009
3:28 pm
1411
Just a quick note to let everyone know that the huge ScriptManager error (invalid characters for a script tag, etc) has finally been resolved. This was...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 9, 2009
4:29 am
1412
Sorry if this has already been answered but brain dead yahoo search doesn't work on this group. I have an ELB thats contained in a cell (or row) thats hidden...
kevinofarrell81
Offline Send Email
Apr 10, 2009
2:53 pm
1413
Hi Kevin, Just to be clear, are you saying that the list looks fine if this same row/cell is visible when the page loads? Would it be possible to show the code...
Peter Brunone
peter_brunone
Offline Send Email
Apr 10, 2009
3:24 pm
1414
Hi I am using it as a combobox and I noticed 2 issues. 1) when I click to open the list in the combo, the vertical scroll appears not having the same combo's...
Rtortima
Offline Send Email
Apr 11, 2009
2:15 pm
1415
Hi Raul, Is this with or without UseAjax enabled? Would it be possible to get a copy of the rendered HTML from View Source in the browser? Thanks, Peter ... ...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 14, 2009
5:33 pm
1416
Hi, What do you mean with UseAjax, is it a property of your control? If its a property I havent set anything, so it has the default settings. I am using...
Rtortima
Offline Send Email
Apr 15, 2009
10:53 am
1417
Hi Peter, Is the html I have sent enough to investigate the issue? Tks, Raul....
Rtortima
Offline Send Email
Apr 18, 2009
10:56 am
1418
Hi Raul, Yes, thank you; I'm going to have to do a point release for this; it may be next week before that gets out though. I'll keep you posted through the...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 20, 2009
3:39 pm
1419
So this release will contain both fixes right? I have also noticed another issue. When I click on a calendar (ajaxtoolkit control) it is displayed below...
Rtortima
Offline Send Email
Apr 20, 2009
4:37 pm
1420
It will take care of the width issue. I'm having a bit of trouble duplicating the "disappearing last row" report; does this happen when you use ELB in a...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 21, 2009
4:07 am
1421
Is it possible to override the look of the easylistbox using CSS? Does anyone have any examples of this? I'm using v3.5 Thanks Howard...
h_cypher
Offline Send Email
Apr 22, 2009
3:40 pm
1422
Hi Howard, You can use the CssClass property to assign a class; beyond that, you can add style attributes if you like. There are also some specific border and...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 22, 2009
6:54 pm
1423
Peter Thanks for your reply. I have had some success with styling the easylistbox with a mix of css and the inbuilt color definitions. It would be useful to...
h_cypher
Offline Send Email
Apr 23, 2009
2:33 pm
1424
Hi Howard, Are you saying that you're not getting the desired results when you set things like BorderColor and ArrowButtonColor? In my experience, the shading...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 23, 2009
8:57 pm
1425
Forgive me; I had forgotten we were talking about ELB v3.5. I do not currently have a Javascript fix for the Firefox horizontal scrollbar on that build. Let...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 24, 2009
4:40 am
1426
Peter Thankyou for your responses. The Color properties work as expected, what I would like to investigate is being about to color the different borders of...
h_cypher
Offline Send Email
Apr 24, 2009
8:14 pm
Messages 1397 - 1426 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