Page 1 of 1

ScintillaGadget not displayed

Posted: Wed Jun 08, 2022 6:58 pm
by IdeasVacuum
Has anyone else found this issue - Everything correct using Compile/run, but when the code is compiled as an exe, the ScintillaGadget is not displayed :shock:

I'm thinking, surely if it's perfect in Compile/run (which itself creates an exe), it has to work.......

PB5.73 LTS 64bit on Windows 7 64bit

Re: ScintillaGadget not displayed

Posted: Wed Jun 08, 2022 7:36 pm
by RASHAD
Hi IV
Most probably it is covered by another object (ImageGadget() is the first to check)

Re: ScintillaGadget not displayed

Posted: Wed Jun 08, 2022 8:27 pm
by Marc56us
IdeasVacuum wrote: Wed Jun 08, 2022 6:58 pm Has anyone else found this issue - Everything correct using Compile/run, but when the code is compiled as an exe, the
Copy Scintilla.dll in directory of your exe (from PB compiler dir)
:wink:

Re: ScintillaGadget not displayed

Posted: Wed Jun 08, 2022 8:30 pm
by User_Russian
Is the Scintilla.dll file from the Compilers folder copied to the application folder?

Re: ScintillaGadget not displayed

Posted: Thu Jun 09, 2022 10:54 pm
by IdeasVacuum
Thanks Guys - the DLL was not in the same folder as the exe :oops:

Re: ScintillaGadget not displayed

Posted: Sun Jun 12, 2022 9:17 pm
by idle
Time for a static version maybe?

Re: ScintillaGadget not displayed

Posted: Sun Jun 12, 2022 10:02 pm
by RASHAD
That is what I am using for now in spite of it's limited support to the new functions :)
+ 1