From: Manu Temmerman-U. <man...@gm...> - 2006-03-17 19:35:04
|
I guess so... Good catch... Could you post this on the forum? Here to be more precise: http://forums.anthemdotnet.com/forums/viewtopic.php?t=3D48 On 3/17/06, Sean McCarthy <sea...@ho...> wrote: > > 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 no= t > really sure why this behaves differently in a control =85but seems to wor= k > properly if its changed to: > > > > private Anthem.Label _errorLabel =3D 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=85 > > > > This line: > > > > acScript.AppendFormat("var {0} =3D new > GscTextBox('{1}','{2}','{4}');{0}.AllowEditing =3D '{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 i= nto > 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 kno= w > 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=3Dlnk&kid=3D110944&bid=3D241720&dat= =3D121642 > _______________________________________________ > 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 > |