From: Sean M. <sea...@ho...> - 2006-03-17 18:27:32
|
I have been testing with the AutoSuggestTextBox in a control. It seems the _errorLabel ends up undefined when placed in a control vs not. I'm not really sure why this behaves differently in a control .but seems to work properly if its changed to: private Anthem.Label _errorLabel = new Anthem.Label(); is this the best way to fix? Thanks Sean _____ From: ant...@li... [mailto:ant...@li...] On Behalf Of Sean McCarthy Sent: Friday, March 17, 2006 1:11 AM To: ant...@li... Subject: RE: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John Murphy's New Autosuggest Hi, I have tried out the new source Mark posted using the original source TextBox.js file from John Murphy's original example using vs.net 2003 and 1.1 framework. There was only one small change needed. This line: acScript.AppendFormat("var {0} = new GscTextBox('{1}','{2}','{4}');{0}.AllowEditing = '{3}';", jsId, newUid, divId, allowEd, ifrId); GscTextBox should be ASTextBox to work properly with the original TextBox.js file. Thank you both for working on this. One humble question, forgive me if this is obvious, today is the first day I have worked with this ajax library. Is there a way already built into the Autosuggest widget to fire off an event on select from the generated result list? Mark, I posted your source in the sticky on the forum. Thanks again. Sean _____ From: ant...@li... [mailto:ant...@li...] On Behalf Of Sean McCarthy Sent: Thursday, March 16, 2006 11:28 PM To: 'Pieter Siegers'; ant...@li... Subject: RE: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John Murphy's New Autosuggest Thanks Pieter! Sean _____ From: Pieter Siegers [mailto:psi...@ya...] Sent: Thursday, March 16, 2006 11:27 PM To: Sean McCarthy; ant...@li... Subject: Re: [Anthem.NET-users] RE: VS2003/.NET 1.1 version of John Murphy's New Autosuggest Hi Sean, I didn't try it but here's what I downloaded... I even don't know if it's complete. HTH, Pieter Sean McCarthy <sea...@ho...> wrote: Hi, Could someone please resend me the attachment that Mark posted. The post in the archive got truncated. Thanks Sean ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ anthem-dot-net-users mailing list ant...@li... https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users Visit my web site: http://www.pietsieg.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |