Re: How would you implement a TextChanged event to FTC
- From: Gerard Hammond <macsos@xxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Tue, 13 Nov 2007 09:29:15 +1100
I use TextChanged in the editfield to notify the window that it has
dirty and on OS X to display a red dotted close circle.
So add me to people who would like a TextChanged event.
It doesn't have to be a TextChanged event but that would probably be
the easiest for me when I replace my Editfields with FTCeditfields
On 13/11/2007, at 3:25 AM, Brendan Murphy wrote:
Yoann Besnard wrote:
I would like to have a TextChanged event (like editfield) for my
FTC. How would you implement it?
I would probably have to implement something in the FTC to
accomplish this. There are several places where events would have
to be intercepted so that I could generate this event.
What are you looking to accomplish?
Cheers.
--
Dr Gerard Hammond
macsos@xxxxxxxxxxxxx
FTC Website: www.truenorthsoftware.com/Realbasic/FormattedText.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
- Follow-Ups:
- Re: How would you implement a TextChanged event to FTC
- From: yoann besnard
- References:
- How would you implement a TextChanged event to FTC
- From: yoann besnard
- Re: How would you implement a TextChanged event to FTC
- From: Brendan Murphy
Other related posts:
- » How would you implement a TextChanged event to FTC
- » Re: How would you implement a TextChanged event to FTC
- » Re: How would you implement a TextChanged event to FTC
- » Re: How would you implement a TextChanged event to FTC
- » Re: How would you implement a TextChanged event to FTC
Yoann Besnard wrote:
I would like to have a TextChanged event (like editfield) for my FTC. How would you implement it?
I would probably have to implement something in the FTC to accomplish this. There are several places where events would have to be intercepted so that I could generate this event. What are you looking to accomplish?
- Re: How would you implement a TextChanged event to FTC
- From: yoann besnard
- How would you implement a TextChanged event to FTC
- From: yoann besnard
- Re: How would you implement a TextChanged event to FTC
- From: Brendan Murphy