dummzeuch 1505 Posted September 26, 2020 A fix, or rather workaround was to set the main panel's visibility to False and then True again in the FormShow event. fixed in revision #3312 At least I hope so. 1 2 Share this post Link to post
Trevor S 2 Posted October 2, 2020 The work around looks like it has done the trick. I have tried to replicate the original problem in 10.3.3 and 10.41, both appear to operate fine now... no more blank screen. Thanks heaps. 1 Share this post Link to post
Davide Angeli 44 Posted October 2, 2020 On 9/26/2020 at 4:16 PM, dummzeuch said: A fix, or rather workaround was to set the main panel's visibility to False and then True again in the FormShow event. fixed in revision #3312 At least I hope so. Have you planned to release a compiled update? 1 Share this post Link to post
dummzeuch 1505 Posted October 2, 2020 I'm thinking about not bothering any more. Maybe have a generic installer for the additional files and registry entries required and letting the user compile his own DLL.. On the other hand there seem to be many Delphi developers who are adverse to compiling it on their own. 1 Share this post Link to post
David Hoyle 68 Posted October 2, 2020 @dummzeuch I think the only thing that stops me compiling it myself is setting up all the JCL/JVCL dependencies unless that has changed. Share this post Link to post
dummzeuch 1505 Posted October 2, 2020 2 hours ago, David Hoyle said: @dummzeuch I think the only thing that stops me compiling it myself is setting up all the JCL/JVCL dependencies unless that has changed. GExperts has no external dependencies (and as far as I know never had). It's just a matter of checking out the sources from svn and start the correct compile batch. All additional libraries (Synedit, Abbrevia and some more) are included in the repository. And since GExperts is a DLL (not a package) wizard, there is no conflict with other versions of theses libraries that may be installed. Share this post Link to post
David Hoyle 68 Posted October 2, 2020 My mistake @dummzeuch I thought it was dependant upon JCL/JVCL. I must be thinking of something else. Share this post Link to post
Jacek Laskowski 57 Posted October 6, 2020 I downloaded GExperts sources and tried to build... without success, I get error on prebuild step: PreBuildEvent: call ..\..\images\_CreateGXIconsRc.cmd&&call ..\..\buildtools\prebuild.cmd "d :\Work\GExperts\Projects\DelphiXx103\GExpertsRS103.dproj"&&call ..\..\buildto ols\movedll.cmd "d:\Work\GExperts\Binaries\GExpertsRS103.dll" generating GXIcons.rc in d:\Work\GExperts\Images Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved. Nazwa pliku jest powtórzona, albo nie można odnaleźć pliku. C:\Program Files (x86)\Embarcadero\Studio\20.0\bin\CodeGear.Common.Targets(402, 5): error MSB3073: The command "call ..\..\images\_CreateGXIconsRc.cmd&&call .. \..\buildtools\prebuild.cmd "d:\Work\GExperts\Projects\DelphiXx103\GExpertsRS10 3.dproj"&&call ..\..\buildtools\movedll.cmd "d:\Work\GExperts\Binaries\GExperts RS103.dll"" exited with code 1. [d:\Work\GExperts\Projects\DelphiXx103\GExperts RS103.dproj] Done Building Project "d:\Work\GExperts\Projects\DelphiXx103\GExpertsRS103.dpro j" (rebuild target(s)) -- FAILED. Error message "Nazwa pliku jest powtórzona, albo nie można odnaleźć pliku." after translate to english means: "The file name is duplicated or the file cannot be found.'" But which file? Share this post Link to post
dummzeuch 1505 Posted October 7, 2020 From what I can glance of the error message, there seems to be a problem with compiling the GXIcons.rc file. Share this post Link to post