Hi, I've written an application that uses GX_PeInfo (specifically the import code). The application recursively scans multiple files and lists all the required...
The FindFilesInDir procedure isn't correctly building the directory paths for recursive calls to itself. I added changed a line to fix this. Can anyone see a...
... Under what situations does it fail? Are you using relative directories, or something similar? Does the bug also affect usage in GExperts anywhere? Erik...
The name doesn't say it all but the intention is to simplify looking up units and dependant units that the components you use, needs. It requires a minor...
... directories, ... anywhere? ... What's happening is this: I create an instance of TFileFindThread, assign a path (say c:\work\) to the RecursiveSearchDir...
Hi. I work with Delphi 5. I'm doing some changes to unit GX_ComponentGrid because I want to show other properties like Caption, Hint, etc. I've added a new...
... If you need support for subproperties, you'll need to add that support yourself. Our functions only take in single property names, as you've found. Erik...
... Your fix looks fine. I think I added the recursive ability but never tested it since we didn't need it at the time. I'll make sure it gets patched. Erik...
... [0]') ... support ... you've found. ... Hi. Thanks for your answer. Could you tell me how Can I do It? (main things). I've been finding information about...
... You would need to parse the property name string coming into the GxOtaGetComponentPropertyAsString function and determine if is has a '.' in it. If it...
... When dealing with properties you should know where is the red line. Almost everything that is in "published" section can be extracted using RTTI functions...
... The functionality you describe seems similar enough to the uses clause manager or the project dependencies that it seems we should integrate your features...
... It might be worth integrating into a new tab of PE Information or Project Dependencies. The only suggestion I'd make before it could be integrated is that...
... I agree that we don't need another expert ! It would fit in either one I guess It uses some code thats private in the usesmanager.... It might be equally...
Hi. Sorry for the delay, but I was a little busy in the last time. So, today I tested GXSource-2004-11-15.zip in BCB5. ... needed ... Yes, it's not required in...
Hi, Now that GExperts 1.21 has been released, wouldn't it be time to add the experts that are in the files area on yahoo? I just reinstalled my system and I'm...
... You'll need to update the necessary project or .res files and post them since I am no longer maintaining BCB5 support. ... Sorry, but I am unable to...
--Erik wrote-- GExperts 1.21 is probably the last release that officially supports Delphi 5 and BCB6, though, similarly, others are welcome to maintain a ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the GExpertsDiscuss group. File :...
GExpertsDiscuss@yahoo...
Nov 27, 2004 4:27 pm
2691
I've uploaded a new version of my unit - locator ! This time implemented as a second tab in the uses manager ! usesmanager has been slightly modified (...
After all these years, why has ther not been a feature implemented where you can import one codedb.cds into another? And why has there not been a standalone...
I found it in the Files section. However, when trying to open one of my CDS files I get an "Operation not applicable" error. I also get this when trying to...
... Most likely, your .cds file is corrupt. You can create a simple Delphi app with a grid, TClientDataSet, and a file open dialog and see if the data shows...
... There shouldn't be any change to the developers here. If you want to continue to maintain the source and compile under Delphi 5, I encourage you to do so....
... I took a quick look at the source. I think it will end up being a useful tool for some users. Some minor suggestions: - The TListBoxes should be...
... We might actually have a GExperts 1.22 release very soon. I've found a few bugs that might warrant an update and seem fairly safe to fix. Until I get...
... as well ... Unfortunately I don't have ideas how to remedy any of both problems. I was able to make it a bit quicker, but it is still slooow. ... Delphi 6,...