How execute code when TEXT ENTRY FIELD looses focus - Solved

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

How execute code when TEXT ENTRY FIELD looses focus - Solved

Post by DR White »

Does anyone know - How do I execute code when TEXT ENTRY FIELD looses focus

Thanks,

David
Last edited by DR White on Mon Jul 27, 2015 2:44 pm, edited 1 time in total.
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How do I execute code when TEXT ENTRY FIELD looses focus

Post by Klaus »

Hi David,

use the "exitfield" or "closefield" message, whatever fits your situation!


Best

Klaus
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10502
Joined: Wed May 06, 2009 2:28 pm

Re: How do I execute code when TEXT ENTRY FIELD looses focus

Post by dunbarx »

Hi.

What Klaus said.

Do read the dictionary about both these messages. They are not quite the same, and both are often needed in the same script.

Craig Newman
DR White
Posts: 718
Joined: Fri Aug 23, 2013 12:29 pm

Re: How do I execute code when TEXT ENTRY FIELD looses focus

Post by DR White »

Craig and Klaus,

Using "On closefield" worked great! :D

Thanks both of you so Much,

David
Post Reply