PDA

View Full Version : Botva2 Library


DiCaPrIo
24-10-2020, 14:54
There is nothing new in it, only can be used for drawing Arc PB and PIE

Cesar82
24-10-2020, 20:32
Do you have the original botva2.dll code or did you create this library from scratch?
I only ask for the reason that the original botva2 has some bugs which could be fixed if it is the same source code.
Thanks!

DiCaPrIo
25-10-2020, 01:02
Do you have the original botva2.dll code or did you create this library from scratch?
I only ask for the reason that the original botva2 has some bugs which could be fixed if it is the same source code.
Thanks!

I don't have source code, check the temp

ADMIRAL
09-11-2020, 21:18
Hi how import png logo photo with this on a sample Script?
Please help me
Many tried but faild..

y_thelastknight
09-11-2020, 22:13
Hi how import png logo photo with this on a sample Script?
Please help me
Many tried but faild..

same as ImgLoad function. you don't have to worry about the jpg or png, it will work

find this line, red marked text is the image file of yours. you can replace the 1.jpg with a new png file name. it will work.
Img:=ImgLoad(WizardForm.Handle,'1.jpg',0,0,WizardF orm.Width,WizardForm.Height,True,True);

ADMIRAL
10-11-2020, 20:35
same as ImgLoad function. you don't have to worry about the jpg or png, it will work

find this line, red marked text is the image file of yours. you can replace the 1.jpg with a new png file name. it will work.
Img:=ImgLoad(WizardForm.Handle,'1.jpg',0,0,WizardF orm.Width,WizardForm.Height,True,True);

Thanks for your help and its worked for sample script but when i tried to import image png in ISSPP_Final_v2{1.4.1.8} its not worked...
Please plz you try to do that in this:o:o:o:o:o

y_thelastknight
10-11-2020, 22:01
Please plz you try to do that in this

this might help you.

ADMIRAL
11-11-2020, 02:16
this might help you.

Thank you for your support
But I still could not get an answer
Please add a photo where I specified so I understand my problem
Please help again ..

hitman797
13-07-2022, 17:43
Thank you for your support
But I still could not get an answer
Please add a photo where I specified so I understand my problem
Please help again ..
//////////////////////////////////////////////
You will find the changes between these
/////////////////////////////////////////////