Page 3 of 3

Re: FlipBook Module

Posted: Fri Jan 22, 2021 10:42 am
by dige
Hi folks,

I wanted to try whether the code also runs with SpiderBasic. It would be a great function for a WebApp.

Unfortunately, the commands: ClipPath() and DrawVectorParagraph() do not exist in SpiderBasic.

Since I don't know much about vector commands, can ClipPath() be replaced with other commands?

Re: FlipBook Module

Posted: Fri Jan 22, 2021 10:47 am
by Kiffi
dige wrote:I wanted to try whether the code also runs with SpiderBasic. It would be a great function for a WebApp.
I think it's easier to use a JavaScript library for this. For example: http://www.turnjs.com/

Re: FlipBook Module

Posted: Mon Jan 25, 2021 5:40 pm
by microdevweb
Yes ist's very nice. Very good job.

Re: FlipBook Module

Posted: Tue Jan 26, 2021 1:57 pm
by dige
@Kiffi: good hint - thx!