Hi, I have a multi item selectable drop down box. Dropdown list has check boxes to select multiple items. It seems to be selecting other items above or below...
Hi Raghu, I'm not entirely sure of the final question in your post, but yes, dragging works on multi-select lists (though only in Internet Explorer). Are you...
EasyListBox.com
peter@...
May 1, 2006 10:12 pm
673
Peter, This is an internal application. There is not a link that I can send. What I meant is, when I move the mouse down and click on a check box in a drop...
Hi Raghu, I don't know if a screenshot would help, since it's the action-reaction process that has me a bit puzzled :) Is there any way you could send me the...
EasyListBox.com
peter@...
May 3, 2006 3:46 pm
675
I'm running ELB 3.1.2, on .Net Framework 2. I have tried a lot of different ways to set the focus to one of the comboboxes created with EasyListBox before AND...
Hi Roy, How are you attempting to focus on ELB? With the current release, you would need to use the ELB_focus(ListID) function -- a point release is coming...
Peter Brunone (EasyLi...
peter@...
May 10, 2006 1:24 am
677
Thanks for your answer, Peter. But first of all. What is the ELB_focus(ListID) function? And when having the following code line in my page load section, i get...
Sorry, I forgot to mention that I use "Page.SetFocus (<TheNextControl>)" in the SelectedIndexChanged sub. Roy ... & "');</script>") ... what ... ELB1, ... ...
Hi Roy, ELB_focus is a client-side function in the ELB script library. You can still use the Page.Register... calls without penalty, though as you have noted,...
Peter Brunone (EasyLi...
peter@...
May 12, 2006 4:25 am
680
Thanks again, Peter. I have tried any solution I can think of from your suggestions, but no matter what I do, no focus is set. I've also tried to manipulate ...
In the documentation for version 3.1.2 there's a property called SelectedText, which obviously is used to get the text instead of value from a selection. But,...
Roy, ... Correct. You just call the property (which yields a string) as you would any other read-only property. ... Do you mean in the intellisense, or...
Peter Brunone (EasyLi...
peter@...
May 15, 2006 3:17 pm
684
Yes, I mean Intellisense. ... value ... you would any other read-only property. ... SelectedText property has been available since EasyListBox version 1.0; can...
In that case, I'm not entirely sure where the problem lies. Is this in code-behind, or in the HTML portion of the page? The latter may not explicitly list...
Peter Brunone (EasyLi...
peter@...
May 17, 2006 3:30 am
686
I am using version 3.1.2 of EasyListBox, when I initially run up my page in debug mode (Visual Studio) using ie7 the control is drawn perfectly and functions...
Hey, how come they didn't write you into X-Men 3? That's one weird problem. What version of Visual Studio are you using, and in what operating system? ... ...
Peter Brunone (EasyLi...
peter@...
May 19, 2006 3:32 pm
688
The strange thing is that SelectedText works, even if it's not showing with Intellisence... I am using CodeBehind. ... this in code-behind, or in the HTML...
I still haven't found a solution for the focus after autopostback. I tried your example ClientScript.RegisterStartupScript(GetType (String), "FocusELB",...
Hi Roy, I see what you're trying to do here; that's a mistake I've made a time or two as well. Add the script tags to your code, like this: ...
Peter Brunone (EasyLi...
peter@...
May 22, 2006 3:12 pm
691
Sorry for the delay in getting back to you. I am using Visual Studio.Net 2003. The operating system is Microsoft Windows XP Profession Version 2002 Service...
That's a weird one, all right. Feel free to send me the rendered HTML offlist... though saving it as plain text in an html file would be best. 18 pages, huh?...
Peter Brunone (EasyLi...
peter@...
May 22, 2006 3:45 pm
693
18 pages includes about 3 of source code then stacks of the HTML both with the controls rendered and not rendered. HTML of not rendered is on it's way!...
Thanks, Peter!!! That was the solution for me! It works :-) Best regards, Roy ... (String), "FocusELB", "<script language=""Javascript"">ELB_focus('" &...
I'm having problems with defining the width of a combobox. I have tried WIDTH in a stylesheet and WIDTH directly in the code, but it seems like the control is...
Hi Roy, It seems to be working here. Can you post the code (ELB tag and stylesheet) that you're using? Cheers, Peter From: "Roy" <rhal3@...> Sent:...
Peter Brunone (EasyLi...
peter@...
May 24, 2006 4:18 am
697
Hi, Peter. What happens is that the combobox allways have the same size as a table cell, so if I try to put 2 boxes horizontally in the code, thay both have...
Hi Steve, Thanks for raising an interesting issue. Currently OnDataBound is not supported -- could make a nice addition to a future release, though -- but I...
Peter Brunone (EasyLi...
peter@...
May 26, 2006 4:46 am
700
Oops... I spoke too soon. This is what happens when I answer support emails at 11:45PM :) Have you tried OnDataBinding instead? Peter From: "bitshop5"...