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: “Can´t 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 ~ [email protected] ~ http://www.livecode.com/ LiveCode: Everyone can create apps _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
