Page 1 of 1

PictureCanvas still supported?

Posted: 16 Dec 2020 16:36
by vjoer
Hello

Is picturecanvas still supported at VIP 9 for drawing graphics.

Thank you
Regards

Re: PictureCanvas still supported?

Posted: 17 Dec 2020 8:00
by CalmoSoft
Hello vjoer,

See the next folder.
C:\VisualProlog\pfc\gui\pictureCanvas

pictureCanvas.cl
pictureCanvas.i
pictureCanvas.pack
pictureCanvas.ph
pictureCanvas.pro

Have a nice day and work.

Greetings,
Gal Zsolt
(~ CalmoSoft ~)

Re: PictureCanvas still supported?

Posted: 17 Dec 2020 9:42
by vjoer
Hello

I did find picturecanvas but I am getting error when I try to use it. I have a code written for VIP 7.x and trying now to run it on VIP 9.
I get some an error and I assumed picturecanvas is not supported.
Here is the error, maybe there is a solution for it:
A runtime exception occurred. The runtime_exception handler does not recognize this exception.

error code = 6306
ExtraInfo = Unknown Error

notYetHandledError (runtime_exception)
runtime_exception::runtimeExceptionRaiser
pfc\exception\runtime_exception.pro(21,65)
----------------------------------------
C:\workspace\Expertrutier\sources\XpertRutier\cgiXpertRutier\Exe64\vipVpi.dll (0x000000011531725A)
C:\workspace\Expertrutier\sources\XpertRutier\cgiXpertRutier\Exe64\vipKernel.dll (0x0000001414002F4E)
c:\program files (x86)\visual prolog 9\pfc\gui\picturecanvas\picturecanvas.pro(30)
The code that failed:

Code: Select all

        drawingCanvas := pictureCanvas::new(400,400),
Thank you

Re: PictureCanvas still supported?

Posted: 17 Dec 2020 11:50
by CalmoSoft
Hello vjoer,

Can you post the full source code (and all the necessary files to run) to reproduce the error?
Have a nice day and work.

Greetings,
Gal Zsolt
(~ CalmoSoft ~)