Jump to content
Davide Angeli

Grep search empty window with 10.4.1

Recommended Posts

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.

  • Like 1
  • Thanks 2

Share this post


Link to post

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.

  • Thanks 1

Share this post


Link to post
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?

  • Like 1

Share this post


Link to post

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.

  • Sad 1

Share this post


Link to post
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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×