I made an app for drawing, but when I save drawing to TinyDB this error pops up:
Here's aia project (23.9 KB)
Why is that?
I just started this app, it is rly small
I made an app for drawing, but when I save drawing to TinyDB this error pops up:
Here's aia project (23.9 KB)
Why is that?
I just started this app, it is rly small
Not sure why, some bug in the KIO4 extension ? (which is rare)
Anyway, try this:
Drawing_revised.aia (7.9 KB)
I used my standalone canvasToBase64 extension
Thanks your extension worked
Now when I draw something, textbox1 dissappears. Is that because of your extension maybe?
Hello?
Strange one. Textbox stays visible if placed below the canvas, or if you put the canvas inside a vertical arrangement.
Should I mark your comment as Solution?
Just tested, same thing happens if you do not use the extension and just save the canvas to a file.
The solution was to use my canvastobase64 extension.
(not sure why the other extension generates the error, it is the same code which I gave to @Juan_Antonio for his extension)
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.