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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 1219 - 1248 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1219
Hi, great product. Am having a few issues that could be related to my tiny brain size. 1. Not sure if this is a bug, or if I need to implement something in ...
zoetech_llc
Offline Send Email
Apr 7, 2008
6:34 pm
1220
Hi Louis/Tony (?), Normally the ClipHead=True setting should do the job. One question: did you copy the Javascript file from the installation directory, or...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 7, 2008
7:28 pm
1221
Yes! Copied from the installation directory. Unfortunately the code is running on my personal machine and is not out on the web, but I can get you all the...
zoetech_llc
Offline Send Email
Apr 7, 2008
8:07 pm
1222
Here is a bug report? (In case it is a bug) And I have the full page and code behinds here as well: 1. When Selecting the SelectAll action button, the target...
zoetech_llc
Offline Send Email
Apr 7, 2008
8:08 pm
1223
1. It looks like that if I select Listbox mode instead of dropdown, I don't get the elongated field issue. 2. When running select all on a Listbox (in listbox...
zoetech_llc
Offline Send Email
Apr 7, 2008
8:58 pm
1224
Thanks. If it's not too much trouble, could I get this in a text file? The email process kind of chopped it all up, and I could spend a lot of time piecing...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 7, 2008
9:04 pm
1225
Here are the two files to play with, the bug submit report, and the source that the browser generates when everything gets jumbled. It seems slow in normal...
Louis Angelopoulos
zoetech_llc
Offline Send Email
Apr 7, 2008
9:44 pm
1226
If I select all through an action button and examine the code for the selectedvalue, it is always = "". If I manually select all the items, they populate the...
zoetech_llc
Offline Send Email
Apr 10, 2008
7:55 pm
1227
This is related to the previous issue you brought up with the Select All functionality (apparently the switch to XHTML funked out some of the ancillary...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 11, 2008
2:53 am
1228
Very good, thank you Peter! ... Select All functionality (apparently the switch to XHTML funked out some of the ancillary functions, and they got through the...
zoetech_llc
Offline Send Email
Apr 11, 2008
1:43 pm
1229
I created a DropDown list that has all numbers for the text values. When I look up something that I know is in the list, it does not find the item in the list....
nychris56
Offline Send Email
Apr 11, 2008
2:21 pm
1230
Hi Chris, Thanks for posting. Can you show me either (a) the page in action, or (b) the rendered HTML (from the View Source command in the browser)? This is...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 11, 2008
2:42 pm
1231
Here is the code that populates the list: sql = "SELECT pkTrains, CONVERT(Char(15),TrainNumber) AS TrainNumber " & _ "FROM Trains " & _ "WHERE Railroad = '" &...
nychris56
Offline Send Email
Apr 11, 2008
2:51 pm
1232
Thanks, Chris. When I paste the rendered HTML (adding a listHead section, of course), I can select items by clicking on them or via SuperSearch on the...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 11, 2008
4:12 pm
1233
Excuse me... that should be SpeedSearch (dropdownlist), not SuperSearch (AJAX combobox). ... From: "Peter Brunone (EasyListBox.com)" <peter@...> ...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 11, 2008
4:20 pm
1234
Peter, Any news on how the 4.0 release is coming? Do you still think you will have the Update Panel compatibility fixed in the next month or two? Thanks, ...
cecilraycossey
Offline Send Email
Apr 18, 2008
3:10 pm
1235
Hi Cecil, Thanks for checking in. Yes, we're looking at a late Q2 release for 4.0, and UpdatePanel compatibility has been mapped out. There should be more...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 18, 2008
7:40 pm
1236
Hi everybody, I'm in trouble with a simple easylistbox. Setting ShowCheckBoxes="False" with DisplayMode="DropDown" and SelectionMode="multiple", when I select...
lo.abracek
Offline Send Email
Apr 21, 2008
4:32 pm
1237
Hi Lo, What is your current validation scheme (DOCTYPE statement)? FYI, this may have to do with another problem we're working on right now; I'm going to send...
Peter Brunone
peter_brunone
Offline Send Email
Apr 21, 2008
4:58 pm
1238
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Thanks a bunch! I was going to ask...
Louis Angelopoulos
zoetech_llc
Offline Send Email
Apr 22, 2008
1:16 am
1239
Hey, no fair posting under two aliases! Actually, your download email should have gone out last week. I'll send the link again; contact me offlist if you...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 22, 2008
4:27 am
1240
Hi Peter, this is my DOCTYPE statement <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> I've received the new copy of the ELB javascript but also...
lo.abracek
Offline Send Email
Apr 22, 2008
7:29 am
1241
? I didn't post under two aliases.... lo.abracek is a different user than me, sorry about any confusion! Louis ... From: Peter Brunone (EasyListBox.com)...
LOUIS ANGELOPOULOS
zoetech_llc
Offline Send Email
Apr 22, 2008
3:02 pm
1242
Here I am again, some new more clues, I've noticed that the TextField length has to be at least three character long to be shown in the header of the dropdown...
lo.abracek
Offline Send Email
Apr 23, 2008
6:53 am
1243
Hi Lo, Thanks for the update; that does help. Let me see what we're cooking up and I'll get you a fresh batch ASAP. Cheers, Peter ... From: "lo.abracek"...
Peter Brunone (EasyLi...
peter@...
Send Email
Apr 23, 2008
1:03 pm
1244
So this might be a simple one, but can anyone point me to an example of an ELB that requeries a gridview based on an AccessDataSource. Thanks in advance. ...
scottetombleson
Offline Send Email
May 5, 2008
6:01 pm
1245
Hi Scott, If I understand your question correctly, you'd just need to set AutoPostBack to True on the ELB and then catch the SelectedValue property in either...
Peter Brunone (EasyLi...
peter@...
Send Email
May 5, 2008
6:41 pm
1246
Hi, I'm using ELB as a combobox and I'm trying to get the listbox portion to display opened when the page is initially sent to the browser. I know it can be...
jbfulford
Online Now Send Email
May 16, 2008
7:04 am
1247
Hi folks Quite new to EasyListbox, I've deployed it and it's great provided the client is Internet Explorer 7 (most users). However with Internet Explorer 6...
alanveitchdarkside
alanveitchda...
Offline Send Email
May 16, 2008
12:46 pm
1248
Hi Jeff, The official (undocumented) Javascript function to open an EasyListBox is ELB_expandList(ctlID). However, with a combobox (and most ELB dropdowns),...
Peter Brunone (EasyLi...
peter@...
Send Email
May 16, 2008
1:26 pm
Messages 1219 - 1248 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