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 » Wed Jul 15, 2015 10:58 am

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: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

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

Post by Klaus » Wed Jul 15, 2015 12:08 pm

Hi David,

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


Best

Klaus

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

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

Post by dunbarx » Wed Jul 15, 2015 2:51 pm

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 » Mon Jul 20, 2015 8:29 pm

Craig and Klaus,

Using "On closefield" worked great! :D

Thanks both of you so Much,

David

Post Reply