jedi

How to use JEDI TJCLHashMap classes?

I'm trying to use TJCLHashMap family of classes, but apparently this class has no useful public methods. All methods are "protected". How to use this class? Although JCL comes with some samples, I seem to miss something. A basic example would be great. ...

Delphi - .bpl plugins for application - problem while loading > 1 plugin.

Hi, I'm using TJvPluginManager to build simple application with ability to load .bpl plugins. I have common interfaces declaration in "uIntfs.pas" file, which is kind of SDK ;) The problem is, that if I try to load more than one plugin, the app throws an error: Cannot load package 'test2'. It contains unit 'uIntfs,' which is als...

onKeyUp Delphi skipping ever other occurrence

Am using TJvUltimGrid, when pressing either the up or down arrow, to move from one record to the next, the event fires every other press. Does anyone have any ideas why it does not fire on every press and what I can do to fix it? The dataset is a TADODataSet. The onKeyDown fires on every press. REF: Delphi 2010 with Jedi JVCL Version ...

I want to disable JEDI string property editor

How can I disable JEDI string property editor? I have tried to disable these lines // RegisterPropertyEditor(TypeInfo(TCaption), TJvHTLabel, 'Caption', TJvHintProperty); in jvcl\design\jvCtrlsReg.pas then I have used the JEDI installer to do a full reinstall (with "rebuild packages" option active). No success. ...

JEDI controls always recompile

I've just noticed that whenever I do an incremental compile (ctrl-F9) of any of my Delphi 2010 projects, all JEDI units referenced in my project are recompiling although they have not been changed in any way. In fact, if I create a new project, drop a JEDI control on the form and compile, I see all JEDI dependencies getting recompiled. ...

EFCreateError with JvCsvDataSet

I have been using JvCSVDataSet with Delphi 5 and it works fine. I just moved over to Delphi 2007 and now with the same program I get EFCreateError, cannot create file "" I got the error description from MadExcept 3.0. Here are the code,I get the error in the line 'CADDCOUNT', but if I rem out that line then I don't get the error before ...

How to resolve “Unit JclCompression was compiled with a different version of sevenzip.IOutArchive”?

Hello, There is already a similar question(link).The thing is I don't understand what unit I have to delete. I have installed the latest JCL library and added 'JclCompression' to the uses list in a unit and I get the error: "Unit JclCompression was compiled with a different version of sevenzip.IOutArchive". Please explain to me in a s...

how to delete (with a trick) projects in JEDI VCS?

I am in this situation: I have to split a JEDI VCS server. I have 4 Delphi projects on it, and I have to give 2 projects to a company and 2 to the other company. The idea is: I restore 2 JEDI VCS backups (2 database backups) and I remove the projects of the other customer. Now it is not possible to really remove a project from JEDI beca...

Jedi Library and Delphi XE

Typically, the install of the JEDI libraries is done using the installer. Does anybody know if the installer Works with Rad Studio XE (Delphi and Builder) Can be easily modified to do so if not Knows of some manual install instructions? Thanks ...

C++ Builder XE and JEDI JCL

Has anybody successfully compiled the JCL for C++ Builder XE? I have tried on XP and Win7 with no luck. I have filed a bug but this is a show stopper for me right now, so though I would ask here. I am using the latest release from sourceforge. ...

How to undelete a module fro a JEDI Version System project

I deleted by mistake a file (pas+dfm) from JEDI. How can I undelete? I don't want to lose the module history. I am using JEDI CLient 2.4.5.0. ...