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 1383 - 1412 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1383
What is the proper way to determine the selected index of an ELB in JavaScript? Like this? var selIndex = parseInt(getObj(myELBctrlID +...
bdoc7
Offline
Feb 3, 2009
5:44 pm
1384
Could you just make the other list an ELB and use the built-in swapper function? http://easylistbox.com/demoSwapper.aspx Peter...
Peter Brunone
peter_brunone
Offline Send Email
Feb 3, 2009
5:53 pm
1385
I have my easylistbox set up in the DisplayMode="Combo". When I click on the field to start typing, the cursor goes to the spot I clicked, then I have to...
chrstearns
Offline Send Email
Feb 3, 2009
7:39 pm
1386
Normally this is achieved by tabbing to the field, or by clicking on the arrow button itself. If you were to add an extra onclick event handler to the text...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 3, 2009
8:32 pm
1387
Initially when I enter the box, the entire line is highlighted for less than a second and then the cursor is located at the end of the line. That is when I...
chrstearns
Offline Send Email
Feb 3, 2009
9:02 pm
1388
That would be a pretty big change in design. I was looking for a quick change to fix the way this was previously implemented and keep all the code on the...
bdoc7
Offline
Feb 4, 2009
12:50 am
1389
I see. Admittedly, selected index isn't addressed much in end-user matters, since just about everything can be done by value (and the instant-hookup swapper...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 4, 2009
3:52 am
1390
Here's the function I'm going with in case anyone else is interested. function CUSTOM_ELB_GetSelectedIndex(ctlID) { var tblList = getObj(ctlID +...
bdoc7
Offline
Feb 4, 2009
3:47 pm
1391
Ok. I might try those properties. That will be an improvement over checking by text. Thanks. ... for a ... selected ... the ... keep ... code ... list, ... ...
bdoc7
Offline
Feb 4, 2009
3:47 pm
1392
Hi, all of a sudded (w/o changing the code), I am getting JS- Errors "ELB_Bag is undefined" when calling forms with ELB in IE6. The ELBs are then rendered in...
Michael Baas
mibaas
Offline Send Email
Feb 9, 2009
10:04 am
1393
Hi Michael, Usually when I see that kind of error (missing key parts of the ELB infrastructure), it means that the JS file isn't getting loaded properly, ...
Peter Brunone (EasyLi...
peter@...
Send Email
Feb 9, 2009
3:36 pm
1394
Hi Peter, still the same :( I've posted this on the IE-newsgroup ...
Michael Baas
mibaas
Offline Send Email
Feb 9, 2009
4:45 pm
1395
Hi Peter: Trying to run select all functionality with 4.0 on an action button. I'm getting this error: Line: 1563 Char: 5 Error: 'ELB_Bag[...].showcheckboxes'...
zoetech_llc
Offline Send Email
Feb 9, 2009
8:28 pm
1396
Hi Louis, Is it possible that the Javascript file is out of sync? What happens if you take the one from the installation directory and copy it into your ...
Peter Brunone
peter_brunone
Offline Send Email
Feb 9, 2009
8:48 pm
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
Messages 1383 - 1412 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