Recently, "hershrev" wrote: > 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.
Works for me (but the behavior is a bit odd). Did you try isolating the above code into a small test stack to see if you can recreate the problem? What happens if you eliminate the use of the reserved word "field" from your object names (ie field "list", field "find")? 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
