View Single Post
Old 04-23-2002, 07:18 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

That error is by design. The SpinEdit raises an exception when you enter a non-number/blank value. Due to the generic error class 'EConvertError' if we were to filter it, we would filter all 'EConvertError' errors, with the exception of this specific error all other errors of this nature are serious. While this one can be ignored.
bigstar is offline