[ANN] a gauge widget
    Mark Waddingham 
    mark at livecode.com
       
    Fri Jun  9 14:34:02 EDT 2017
    
    
  
On 2017-06-09 20:02, Matthias Rebbe via use-livecode wrote:
> Another thing i noticed is that i cannot save the stack when the
> widget is placed onto the stack.
> I get the following error message:
> Cant save stack  due to an error: Error writing stack (disk full?)"
That means that the OnSave handler in Bernd's widget is throwing an 
error in this case I think. What version of LiveCode are you trying the 
widget in?
The '?' at the end of the error message is important here - it is a 
suggestion that it *might* be that, but all the save methods in the 
engine only return a binary state IO_ERROR, or IO_NORMAL -  so by the 
time things unwind back up to where the error can be reported, it can 
only say it failed.
Warmest Regards,
Mark.
-- 
Mark Waddingham ~ mark at livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps
    
    
More information about the use-livecode
mailing list