05-29-2007 05:45 PM
05-30-2007 08:44 AM
05-30-2007 10:44 AM
05-30-2007 11:11 AM - edited 05-30-2007 11:11 AM
Message Edited by smercurio_fc on 05-30-2007 11:11 AM
05-31-2007 10:28 AM
05-31-2007 11:05 AM
05-31-2007 11:31 AM
Thanks for your suggestions. I'm not using an event-drive framework, so option #1 won't work. I thought about using global variables, although I'd still need to know when the changed value was valid, which means polling a second global variable for status, which seems like a wash compared to just looking at the controls directly. Your third suggestion about just using the dialog to write to the file directly won't work for me either as I need the text that the user has entered elsewhere in the main program (the text file that this gets added to is just a log of what gets done during the experiment).
Notifiers look like a perfect solution though. Reading about them in the online help, that seems just exactly what it is I'm looking for -- a notification that the value I'm looking to read is valid without having to poll for it. Thanks once again!