Questions tagged [jedi]

The JEDI (Joint Endeavour of Delphi Innovators) project is a large open-source library of Windows API translations, visual and non-visual components, and other useful classes and libraries.

163 questions
0
votes
1 answer

jedi code library installer cannot find Delphi XE2

I migrated all my components from one pc to another. On the old pc the Jedi JCL installer will correctly detect a Delphi XE2 installation and will show its tab, but on the new pc it does not (it only recognizes a Delphi 7 installation). Notice that…
user1238784
  • 1,682
  • 3
  • 18
  • 31
0
votes
1 answer

Errors when opening VIM (pathogen,rope,python)

After a system upgrade to: Distributor ID: Ubuntu Description: Ubuntu 12.04.2 LTS Release: 12.04 Codename: precise Each time I open vim I get these errors, any hint? If needed I can provide .vimrc file. Thanks in advance! "new.py"…
AJN
  • 1,046
  • 2
  • 19
  • 43
0
votes
1 answer

Delphi JvMail + Outlook 2013 - Error when Outlook is not closed

I'm using JvMail component to send e-mails by outlook in my application. When sending e-mails by outlook 2013 and the outlook is closed, the new e-mail window opens normally, but when JvMail tries to send e-mail while outlook 2013 is running, I get…
Leandro
  • 17
  • 6
0
votes
1 answer

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…
Doug
  • 1
  • 2
0
votes
1 answer

installation failure when installing jcl-2.4.1.4571 for delphi 7

when installing jcl-2.4.1.4571 for delphi 7 , I ran across following failure message: File not found: 'Docktoolform.dcu' Could anyone help me ?
world peace
  • 137
  • 2
  • 9
0
votes
2 answers

DirectX9 How to find intersected point?

I have found intersection point's distance with function 'D3DXIntersectTri'. Now, using distance value, how can i find that points value? IDE: Delphi - JEDI Language: Pascal DirectX 9 EDIT: Actually i have 2 cylinder and want to render only…
Ganpat
  • 667
  • 2
  • 11
  • 28
0
votes
1 answer

Delphi : Change the Tab Icon of a TJvDockTabHostForm

Is there a way to change the Tab Icon of a TJvDockVSPopupPanel after it has already been set? The problem is that I want to change the Tab Icon to a validation image after a change in my program via... ImageList1: TImageList; procedure…
Scott Alexander
  • 415
  • 2
  • 15
0
votes
1 answer

How to make JclAppInstances independent of app file version?

I'm trying to control my app instances with JclAppInstances. It works fine, until I don't change my file version in Project Settings. How to make JclAppInstances independent of app file version, so it doesn't let the user to start multiple copies…
Yuriy Chachora
  • 677
  • 6
  • 17
0
votes
1 answer

Tray icon can't be clicked when running Delphi program as Citrix seamless application

I use the Jedi library and the component JvTrayIcon. It works fine. But when the program is run as a Citrix seamless application, the program doesn't receive any click events. I have search a lot but found only something about task bar icons and…
0
votes
1 answer

Delphi XE Jedi 3.45

I'm trying to update the Jedi installation on Delphi XE, but I get an error when I'm installing the JCL 2.3 Build 4197 (Jedi 3.45). jclOtaUtils.pas(1311) Error: E2003 Undeclared identifier: 'ActivePlatformName' The reason I was updating was…
Kim HJ
  • 1,147
  • 2
  • 10
  • 32
-1
votes
1 answer

JEDI JCL Compress in memory/direct to disk?

I have used TZIPForge for a long time now. Now I would like to change to JEDI JCL Compress. With TZIPForge I can decide whether it compressed fully in memory or whether it writes to disk directly while compressing. JEDI JCL seems to compress fully…
J. Doe
  • 1
  • 1
-1
votes
1 answer

Cannot find jedi within my Delphi 5 file using XE6

I have a multi-file project that was created in Delphi5 and I am attempting to compile in Delphi XE6. In my DSPack.pas file I get the error: "'jedi.inc' could not be found..." related to the code line: {$I jedi.inc} ... there are also many,…
Brent
  • 55
  • 1
  • 7
-2
votes
1 answer

How do I use JCL after installing

I have just installed JCL v2.4.1.4571 in D2009 (using the Install.bat file) from http://wiki.delphi-jedi.org/wiki/JEDI_Code_Library There was a lot of 'progress activity' in the installation screen so I guess all went well. My question is how do I…
Tom
  • 37
  • 3
1 2 3
10
11