ScintillaGadget not displayed

Windows specific forum
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

ScintillaGadget not displayed

Post 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
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4663
Joined: Sun Apr 12, 2009 6:27 am

Re: ScintillaGadget not displayed

Post by RASHAD »

Hi IV
Most probably it is covered by another object (ImageGadget() is the first to check)
Egypt my love
Marc56us
Addict
Addict
Posts: 1479
Joined: Sat Feb 08, 2014 3:26 pm

Re: ScintillaGadget not displayed

Post 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:
User_Russian
Addict
Addict
Posts: 1443
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: ScintillaGadget not displayed

Post by User_Russian »

Is the Scintilla.dll file from the Compilers folder copied to the application folder?
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: ScintillaGadget not displayed

Post by IdeasVacuum »

Thanks Guys - the DLL was not in the same folder as the exe :oops:
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
idle
Always Here
Always Here
Posts: 5094
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: ScintillaGadget not displayed

Post by idle »

Time for a static version maybe?
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4663
Joined: Sun Apr 12, 2009 6:27 am

Re: ScintillaGadget not displayed

Post by RASHAD »

That is what I am using for now in spite of it's limited support to the new functions :)
+ 1
Egypt my love
Post Reply