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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1695 - 1724 of 1724   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1695
Hi Bruce, Thank you for the code; sorry about the delay. I've confirmed that the problem is indeed the ChildList property assignment; it's causing a ...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 15, 2009
12:18 am
1696
Hi, We have been using EasyListBox to populate a drop down list on our website for quite some time now. We've noticed though that in IE a strange problem...
ryaneffigy
Offline Send Email
Oct 15, 2009
3:30 pm
1697
If only life were that easy! Still no go on the sizing or colors... http://www.brewpot.com/Untilted2.jpg <%@ Page Language="C#" AutoEventWireup="true"...
bruceredd@...
bruceredd...
Offline Send Email
Oct 15, 2009
7:07 pm
1698
Hi Ryan, Does this happen only in IE8? Has anything else changed recently? Also -- just as a test -- what happens if you use a less-restrictive DOCTYPE tag?...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 16, 2009
4:17 am
1699
Hi Peter, I've tested in all the major browsers and yes this appears to only be an issue with IE8. Nothing else on the site appears to have been affected. For...
ryaneffigy
Offline Send Email
Oct 16, 2009
12:56 pm
1700
I am taking a very simple Easy listbox example and placing it inside of an asp:Content block. I get no errors if I remove the ListItem rows, however the...
ffxhokie2002
Offline
Oct 21, 2009
5:33 pm
1701
Is the page rendering correctly at run time? This sounds like a design-time issue between ELB and later versions of Visual Studio; the IDE whines about the...
Peter Brunone
peter_brunone
Offline Send Email
Oct 21, 2009
5:38 pm
1702
That's true, I am able to use the datasource property without a problem. I did run into another strange issue. If I place an ELB that displays fine inside...
ffxhokie2002
Offline
Oct 21, 2009
6:12 pm
1703
Is there data in the ELB when it looks like that? Also, are there any CSS constraints in the surrounding HTML that might be contributing to this? Let me know...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 21, 2009
6:24 pm
1704
Yes there is data, it does show up in the view source and like I said, if I post the ELB outside of the accordion Ajax object all of the rows show up properly,...
ffxhokie2002
Offline
Oct 21, 2009
6:37 pm
1705
The accordion CSS data /* Accordion */ .accordionHeader { border: 1px solid #2F4F4F; color: white; background-color: #002952; font-family: Verdana, Sans-Serif;...
ffxhokie2002
Offline
Oct 21, 2009
6:42 pm
1706
I shoudl also add that putting a standard ListBox control in the same place as the ELB control, with the exact same data (1 column instead of 2) works just...
ffxhokie2002
Offline
Oct 21, 2009
6:52 pm
1707
Peter this is directly related to my problem with the Accordion object. I had the ELB in the 5th section (all 5 sections will have ELBs) but it didnt format...
ffxhokie2002
Offline
Oct 21, 2009
7:30 pm
1708
Ah, so it sounds like we have a container element with a CSS attribute that's being inherited by a sub-element in the list. This may take some digging....
Peter Brunone
peter_brunone
Offline Send Email
Oct 21, 2009
7:36 pm
1709
Peter, Understood. Looks like we were able to find something! It also looks like if the ELB is in a place where it wont render on page load (say in the 2-5th...
ffxhokie2002
Offline
Oct 22, 2009
4:01 pm
1710
Thanks, John; I'll take that into consideration. Have you tried a recursive FindControl function to get to the ELB? I've often found that necessary when...
Peter Brunone
peter_brunone
Offline Send Email
Oct 22, 2009
4:24 pm
1711
Peter, I haven't, but even if that worked, I'd still be stuck with how ELB isnt formatting itself properly. Unless I tried re-formatting it on page load....
ffxhokie2002
Offline
Oct 22, 2009
4:53 pm
1712
I understand that; I was just trying to deal with the problem that most likely had an easy fix. Obviously there's still more effort required on the formatting...
Peter Brunone
peter_brunone
Offline Send Email
Oct 22, 2009
4:55 pm
1713
Peter, I responded to another thread about the ELB not loading correctly if it is not displayed on the page load. This is the problem I'm having in this Ajax...
ffxhokie2002
Offline
Oct 22, 2009
4:55 pm
1714
Hello, I am having problems getting the DropListWidth property to work. I am currently testing the 'EasyListBox 4.0 Trial (IE Enhanced)' version, using IE8. I...
mike_zandvliet
Offline Send Email
Oct 24, 2009
9:18 pm
1715
Peter, I've tried a few other controls with similar view types that hide the ELB on initial render and it resulted in the same issue. Found anything on your...
ffxhokie2002
Offline
Oct 27, 2009
7:51 pm
1716
This is a tricky one, but I think I'm close. Stay tuned. ... From: "ffxhokie2002" <no_reply@yahoogroups.com> Sent: Tuesday, October 27, 2009 2:57 PM To:...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 28, 2009
3:17 am
1717
Peter, Great news! Can't wait, and thank you for looking into this so quickly. Our project placed an order for a licensed copy ;) John...
ffxhokie2002
Offline
Oct 28, 2009
5:57 pm
1718
Hi Mike, Sorry about the delay. I have a fix for you that should allow you to use DropListWidth properly. Let me know offlist if you can accept attachments...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 29, 2009
3:39 am
1719
John, Thank you! I appreciate your confidence. There are a few balls in the air right now and this one is more like a flaming chainsaw; I'm hoping for ...
Peter Brunone
peter_brunone
Offline Send Email
Oct 29, 2009
4:02 am
1720
For Mike and anyone else who wants the fix right away: http://easylistbox.com/downloads/ELBScriptAdvanced.zip Cheers, Peter ... From: "Peter Brunone...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 29, 2009
4:04 am
1721
Allrighty then! This has been fixed in the JS file, which you can download at the following link (which should look familiar): ...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 30, 2009
12:05 am
1722
Awesome! Thank you for the quick response Peter!...
ffxhokie2002
Offline
Oct 30, 2009
5:39 pm
1723
Peter, I'm again having more issues with ELB, inside of a container, if that container is AJAX. It will display correctly in the first accordion pane if it...
ffxhokie2002
Offline
5:17 pm
1724
Hi John, Are there any visible JS errors on the page? If so, a screenshot or copy of the error text would be great to have. Thanks, Peter...
Peter Brunone
peter_brunone
Offline Send Email
5:20 pm
Messages 1695 - 1724 of 1724   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