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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 671 - 700 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
671
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...
Mallepalli Raghu
raghu_mallep...
Offline Send Email
May 1, 2006
10:07 pm
672
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@...
Send Email
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...
Mallepalli Raghu
raghu_mallep...
Offline Send Email
May 2, 2006
12:50 pm
674
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@...
Send Email
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...
Roy
roy_halvorsen
Offline Send Email
May 9, 2006
3:29 pm
676
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@...
Send Email
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...
Roy
roy_halvorsen
Offline Send Email
May 11, 2006
8:04 am
678
Sorry, I forgot to mention that I use "Page.SetFocus (<TheNextControl>)" in the SelectedIndexChanged sub. Roy ... & "');</script>") ... what ... ELB1, ... ...
Roy
roy_halvorsen
Offline Send Email
May 11, 2006
8:10 am
679
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@...
Send Email
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 ...
Roy
roy_halvorsen
Offline Send Email
May 15, 2006
7:06 am
681
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
roy_halvorsen
Offline Send Email
May 15, 2006
12:13 pm
682
Correction: .Net Framework 2.0 ... value...
Roy
roy_halvorsen
Offline Send Email
May 15, 2006
12:29 pm
683
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@...
Send Email
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...
Roy
roy_halvorsen
Offline Send Email
May 16, 2006
6:02 am
685
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@...
Send Email
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...
Craig
dewoosh
Offline Send Email
May 19, 2006
3:16 pm
687
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@...
Send Email
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...
Roy
roy_halvorsen
Offline Send Email
May 22, 2006
12:46 pm
689
I still haven't found a solution for the focus after autopostback. I tried your example ClientScript.RegisterStartupScript(GetType (String), "FocusELB",...
Roy
roy_halvorsen
Offline Send Email
May 22, 2006
12:52 pm
690
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@...
Send Email
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...
Craig
dewoosh
Offline Send Email
May 22, 2006
3:31 pm
692
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@...
Send Email
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!...
Craig
dewoosh
Offline Send Email
May 22, 2006
4:29 pm
694
Thanks, Peter!!! That was the solution for me! It works :-) Best regards, Roy ... (String), "FocusELB", "<script language=""Javascript"">ELB_focus('" &...
Roy
roy_halvorsen
Offline Send Email
May 23, 2006
6:13 am
695
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...
Roy
roy_halvorsen
Offline Send Email
May 23, 2006
8:09 am
696
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@...
Send Email
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...
Roy
roy_halvorsen
Offline Send Email
May 24, 2006
6:14 am
698
OnDatabound seems to be missing / not exposed? We're populating in a user control, from an object data source. We seem to have to on page load: ...
bitshop5
Offline Send Email
May 26, 2006
4:35 am
699
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@...
Send Email
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"...
Peter Brunone (EasyLi...
peter@...
Send Email
May 26, 2006
4:49 am
Messages 671 - 700 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