TextChanged event raised twice

  • Thread starter Thread starter Bill Tinker
  • Start date Start date
B

Bill Tinker

I have observed that when a textbox is changed programatically (as opposed
to a keypress) the TextChanged event is called twice?!?

Can anybody confirm I am not going crazy, and offer an explanation, and a
workaround?

Bill
 
Bill,

Are you the same Bill Tinker that kicked off the Melbourne Clipper User
group so long ago? If so, nice to see you on the .NET CF list. I am still
in Melbourne and have also been building a CF app over several months now.
This after my Clipper days and some more recent VO apps.

Sorry, I cannot help on this occasion. Although I do use the TextChanged
event, I am using them all after data entry (keypress) and not
programmatically.

Regards,
Neville Lang
 
Hi Bill,

You're not going crazy - this is a known bug. It didn't meet the bar for
any of the service paks (and there were compatibility concerns).

-Katie

This posting is provided "AS IS" with no warranties, and confers no rights.

***.Net Compact Framework Info***
Faq:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.a
spx
QuickStarts: http://samples.gotdotnet.com/quickstart/CompactFramework/
Samples:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/h
tml/CompactfxTechArt.asp

--------------------
| From: "Bill Tinker" <[email protected]>
| Subject: TextChanged event raised twice
| Date: Tue, 6 Jan 2004 00:11:22 +1100
| Lines: 9
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: c211-28-155-244.eburwd2.vic.optusnet.com.au
211.28.155.244
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.
phx.gbl
| Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.compactframework:42147
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I have observed that when a textbox is changed programatically (as opposed
| to a keypress) the TextChanged event is called twice?!?
|
| Can anybody confirm I am not going crazy, and offer an explanation, and a
| workaround?
|
| Bill
|
|
|
 
Back
Top