>> on closeField
>>  set the caseSensitive to false
>>  find field "Find Field" in  field "list field"
>>  focus on field "find field"
>> end closeField
>> 
>> on exitField
>>  set the caseSensitive to false
>>  find field "Find Field" in  field "list field"
>>  focus on field "find field"
>> end exitField
>> Now when I press a button "close this stack" the application crashes.

To simply avoid the crash add "lock messages" before "close this stack".
But this doesn't address whatever behavior you're looking for.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-----
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to