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.
Questions tagged [jedi]
177 questions
0
votes
0 answers
Configuring paths to common parts
If my project has multiple submodules with some common parts that are importing each other. How can point out to jedi where it should pick look for the modules?

Yuki
- 3,857
- 5
- 25
- 43
0
votes
1 answer
Restricting python version or keywords in jedi
I want to use jedi to provide autocompletion for python editor.
I however do not want to support Python 3 yet, or certain other features like lambda functions.
What is the place where I can configure this?
Is jedi the right place or is the…

Amruta
- 425
- 4
- 16
0
votes
1 answer
How to change buttons font color with vcl styles?
I'm styling a form changing the font color of a TSpeedButton, but my application uses VCL Styles and that overrides the color I set on design time. Has anyone experienced this and know any way to achieve it? Change the component is not a problem,…

Carlos M
- 43
- 7
0
votes
1 answer
Installing JEDI in Delphi 10.3 Rio
I am trying to get the JCL/JVCL to install in Delphi 10.3, previously I could use the getit package manager within Delphi to download it, but now it does not appear to be on the list? I have tried doing a manual download on the JVCL but when I try…

Phil Hutchinson
- 106
- 2
- 10
0
votes
0 answers
Delphi TJvDBGrid save layout
I have a TJvDBGrid where I give the user the option to select the columns they want to display through the "TjvDBGrid.ShowColumnsDialog" command,
but I wanted to save this configuration so that next time I open the form, only the selected columns…

MariINova
- 323
- 4
- 15
0
votes
1 answer
Delphi JEDI JCL crash Windows 7 on installation
I search for a solution.
We have Delphi 6 Prof on Win7/X64.
When I tried four times to install JCL, the Windows crash with Blue Death.
I set the installer.exe to "Windows XP mode" but nothing happens.
How can I install JCL to my Delphi, and what CAN…

durumdara
- 3,411
- 4
- 43
- 71
0
votes
1 answer
Can't Install Jedi -Autocomplete in Sublime Text 3
I'm trying to install the jedi autocomplete package in Sublime Text 3. Each time I try to install it using Package Control it just doesn't complete installation even after several HOURS!!!
It shows me no error messages . The package just doesn't…

Amith S
- 1
- 1
- 3
0
votes
0 answers
unable to send mail using JvMail
JvMail1 is a vcl component from project Jedi.
The code is pretty straightforward :
procedure TForm1.Button1Click(Sender: TObject);
begin
JvMail1.Clear;
JvMail1.Recipient.AddRecipient('admin@whatever.si');
JvMail1.Subject :=…

user763539
- 3,509
- 6
- 44
- 103
0
votes
1 answer
Delphi 6/JEDI-JVCL - Not getting custom message form with detailed stack dump anymore
I am using Delphi 6 along with the JEDI-JVCL 3.x. My project settings include creating the JDBG files and inserting them into the executable. Yet somewhere along the line I did something that defeated the appearance of the custom Exception…

Robert Oschler
- 14,153
- 18
- 94
- 227
0
votes
1 answer
onCreate is not the first event
I use a form with a JVWizard from Jedi (version 3.50) on it. I want to do some initialization stuff in the oncreate event, because I thought it will be the first event after creation of the form (like described here). But i found out that the…

Christine Ross
- 465
- 5
- 14
0
votes
1 answer
Spyder / Jedi - code completion refusing to work
Say I have numpy arrays, for example.
Code completion works well enough when I press tab after a call to the numpy.array function.
and as long as I don't DO anything with it, it will continue to work fine:
However, the moment I do something:
I…

User1291
- 7,664
- 8
- 51
- 108
0
votes
2 answers
JEDI Visual Component Library : what to use to get application version info
LMD components (LMD Innovative) has LMDVersionInfo component through which you can get all relevant data about your application (version info, build number,copyright...).
Does JVCL (JEDI Visual Component Library) have something similar ?

user3351050
- 368
- 3
- 14
0
votes
2 answers
How to undelete a module from 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.

UnDiUdin
- 14,924
- 39
- 151
- 249
0
votes
0 answers
Delphi: MAPI setting Mail Priority
I am using JclMapi to send an email with the default mail client.
Its all working fine, but i want to set the mail priority too. But i didnt find out how to set it yet.
Can anyone help me?
Thats my source code:
MAPIJclEmail :=…

Dennis F.
- 428
- 4
- 15
0
votes
1 answer
Vim-jedi: change the location of the function signature window
I installed vim-jedi for autocompletion and I'm pretty happy about it except that when I open a parenthesis after a function name, the function signature appears at the top of the cursor and it is pretty annoying since the code "jumps" a few…

BiBi
- 7,418
- 5
- 43
- 69