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 790 - 819 of 1722   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
790
I have a simple code just to test out. Protected Sub EasyListBox1_SelectionChanged(ByVal sender As Object, ByVal e As System.EventArgs) TextBox1.Text =...
fkm_bkk
Offline Send Email
Sep 3, 2006
2:02 am
791
Hi... ... A bit of clarification here: if the post back didn't occur, the SelectionChanged event wouldn't fire :) Since it appears that TextBox1 is not being...
Peter Brunone
peter_brunone
Offline Send Email
Sep 3, 2006
2:21 am
792
I have the atlas:updatepanel on the page... I think thats the problem .... Will ELB works with atlas ? Thanks ... TextBox1 is ... that some ... place a watch ...
fkm_bkk
Offline Send Email
Sep 3, 2006
3:39 am
793
Ah, that could be it. ELB is not currently "Atlas Certified" or whatever you want to call it... To help clear this up, what is the value of...
Peter Brunone
peter_brunone
Offline Send Email
Sep 3, 2006
4:07 am
794
there is value in the SelectedValue and it is assigned to the Textbox1.Text guess ELB does not work with atlas.. too bad.. ... whatever ... ...
fkm_bkk
Offline Send Email
Sep 3, 2006
5:20 am
795
But wait... if the value of SelectedValue is successfully transferred to TextBox1.Text, wouldn't it have to be some other problem?...
Peter Brunone
peter_brunone
Offline Send Email
Sep 4, 2006
3:37 pm
796
as i told you...the page is not refreshing... maybe you should donwload and test the atlas toolkit too. ... transferred to ... 40yahoogroups.com>, "Peter ... ...
fkm_bkk
Offline Send Email
Sep 4, 2006
3:54 pm
797
I will, when time allows... this is a holiday weekend here in the US, so I'm a bit behind schedule :)...
Peter Brunone
peter_brunone
Offline Send Email
Sep 4, 2006
8:59 pm
798
Sorry to leave you hanging on this... this is a rather late-caught bug in the current version. It's already fixed in the 3.2 release, which is slated to be...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 6, 2006
6:13 am
799
<ELB:EasyListBox id="EasyListBox1" style="FONT-SIZE: 10pt; Z-INDEX: 193; LEFT: 40px; POSITION: absolute; TOP: 136px" runat="server" DisplayMode="Combo"...
d524120
Offline Send Email
Sep 6, 2006
7:31 pm
800
Tim, Call it post-holiday confusion, but I believe I may have answered you incorrectly. What version of EasyListBox are you using? The reason I ask is this:...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 6, 2006
7:55 pm
801
Hi Kevin, Have you tried the latest release? Your download link should have reached your Yahoo account this afternoon; if it hasn't arrived (and isn't sitting...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 7, 2006
2:05 am
802
Once I upgraded to 3.1.2, it worked fine. The bug must have been fixed. ... UseUniqueID="True" ... sp2 ... in ... intellisense...
d524120
Offline Send Email
Sep 7, 2006
4:44 am
803
Hi, i'v do some small changes in elb_arrow.aspx to make the arrow button is look like xp-style button.The code Public Sub Page_Load(ByVal Sender As Object,...
fini
shafiiy
Offline Send Email
Sep 7, 2006
2:07 pm
804
Hi. I'm not entirely sure I follow you here, but the basic idea is this: you can change the appearance of the arrow button image (on the "header" portion of...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 7, 2006
2:58 pm
805
Yes, 3.1.2 fixed my problem. "Peter Brunone (EasyListBox.com)" <peter@...> wrote: Hi Kevin, Have you tried the latest release? Your download link...
Kevin Roach
d524120
Offline Send Email
Sep 7, 2006
9:01 pm
806
Heh... posts passing in the night, and all that... Sure is quiet today....
Peter Brunone
peter_brunone
Offline Send Email
Sep 7, 2006
9:22 pm
807
hi, i understand the idea is, but i dun know where to change the header portion.below is the code on aspx page <td>Customer Type</td> <td><ELB:EASYLISTBOX...
fini
shafiiy
Offline Send Email
Sep 8, 2006
1:42 am
808
Well, if you want a *true* Windows XP style button, I suggest using a separate image like the one included in the /Samples/images folder when you install ELB,...
Peter Brunone
peter_brunone
Offline Send Email
Sep 8, 2006
1:49 am
809
I dun wan the ELB is always look like as a same style button (for example:"xp blue" theme ). actually what i wan is a dropdown are dependent on the user...
fini salleh
shafiiy
Offline Send Email
Sep 8, 2006
3:01 am
810
... style.(blue,oliver green or silver) Ah... then I am afraid you have found something that EasyListBox currently does not do. As a matter of fact, no custom...
Peter Brunone
peter_brunone
Offline Send Email
Sep 8, 2006
5:23 am
811
i'm just curriuos,why it can be done for the arrows on the scrolling portion of the listbox or the "list" portion of the dropdown/combobox?(That is determined...
fini salleh
shafiiy
Offline Send Email
Sep 8, 2006
7:12 am
812
Yes, it seems incongruous... however, the arrow button on ELB is artificially generated on the server (there isn't a way to just render a single button like...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 8, 2006
3:01 pm
813
In a regular ASP dropdownlist I specify the Datasource ID as follows; DataSourceID="ADSclass" ... <asp:AccessDataSource ID="ADSclass" runat="server" ...
bdc604
Offline Send Email
Sep 29, 2006
2:09 am
814
Hi Chad, EasyListBox doesn't support ObjectDataSources... yet. However, you do have an even easier option: <ELB:EasyListBox id="elbADSclass" runat="server" ...
Peter Brunone (EasyLi...
peter@...
Send Email
Sep 29, 2006
3:07 am
815
i have created 2 ELB's-ELB1,ELB2 Both are binding to the datasource. ELB2 is child of ELB1. Let say ELB2 have bound 3 items.It work fine if do selection on...
fini
shafiiy
Offline Send Email
Oct 12, 2006
8:54 am
816
We'll probably need more information to solve this, but it sounds like the list may not be getting its items correctly. Are you making the selection in code,...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 12, 2006
2:05 pm
817
i attach here the coding --- In EasyListBox@yahoogroups.com, "Peter Brunone (EasyListBox.com)" <peter@...> wrote: > > > > We'll probably need more...
fini salleh
shafiiy
Offline Send Email
Oct 18, 2006
4:36 am
818
well i found why system hit an error, because i additem to the datasource. in elb trial version i noticed that there is easylistbox's url on the first item of...
fini salleh
shafiiy
Offline Send Email
Oct 18, 2006
5:33 am
819
Technically, the ELB banner in the demo version is not a list item; it's displayed before the items. If all you're trying to do is to show some text when...
Peter Brunone (EasyLi...
peter@...
Send Email
Oct 18, 2006
4:45 pm
Messages 790 - 819 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