Why no closeField messages sent?

Lynch, Jonathan BNZ2 at CDC.GOV
Wed Jan 12 09:12:17 EST 2005


Do you need to? Closefield is sent when you change the contents of field
manually - the put command will not change it. Select will not change it
either, as that does not actually cause a change.

However, if you need it to, you can just add...

  Send CloseField to field "Field Name" 

At the end of your handler - that'll send it.

-----Original Message-----
From: use-revolution-bounces at lists.runrev.com
[mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of Michael D
Mays
Sent: Tuesday, January 11, 2005 6:14 PM
To: How to use Revolution
Subject: Why no closeField messages sent?

If I do this from a handler

  select char 1 of fld 1
  select char 2 of fld 2

an exitField message is sent from fld 1. But I cannot programatically 
select a fld, modify it, exit it and generate a closeField message.

What am I doing wrong? Is it possible? If not, why not?:)

Michael

_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


More information about the use-livecode mailing list