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
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.
  • 408
  • 2
  • 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
  • 5,481
  • 3
  • 32
  • 54
0
votes
0 answers

How to save jvcsvdata WITHOUT double quotes

It seems that whenever I load and save (savetofile) a jvCsvData ... double quotes end up in the results. How can I override this and FORCE 'no double quotes' in the saved results ???
michael s.
  • 11
  • 1
0
votes
1 answer

Delphi XE10 Seattle JVCL failing install

I am unable to use the GetIt or the Manual approach to install the JVCL into Delphi XE10 Seattle. I always receive the error during package compilation that the unit 'jvInterpreter_DBTables" is not found. I see the pas file in the directory listed…
DpCroghan
  • 1
  • 1
0
votes
0 answers

Autocomplete in some python's module in VIM

I use VIM on last Fedora with jedi-vim. It works perfect, but some module jedi can't autocomplite. For exemple I use pyautogui module. With this module autocomplite don't works. And I have seen several similar modules. I tested this module in…
Denis Savenko
  • 669
  • 1
  • 11
  • 23
0
votes
0 answers

trouble loading jedi-vim after install

My issue is possibly similar to link but thought I'd ask jic. I'm on osx and trying to use jedi-vim. I installed jedi using pip and then jedi-vim by cloning into the dir that my vim config uses for loading packages. this one for reference. When I…
0
votes
0 answers

Emacs Python jedi suddenly failing

I have not used emacs for python coding for the last two weeks and by then it was all perfect, my set up worked perfectly, including jedi. Two days ago I installed virtualenvwrapper in python (pip install virtualenvwrapper) and this is all that has…
Javier
  • 1,440
  • 1
  • 19
  • 43
0
votes
1 answer

What is the vcslog table in JediVCS used for?

Just wondering what the vcslog table is used for in JediVCS. I received some consistancy errors on this table (during my backup procedure these errors were flagged by the database backend) and there is a chance that after repair some data went…
Peter Mayes
  • 133
  • 8
0
votes
1 answer

setting emacs jedi to use python 3 by default

is there a way to let emacs know that i want to use python3 instead of python2? already tried (setq jedi:environment-root "jedi") ; or any other name you like (setq jedi:environment-virtualenv (append python-environment-virtualenv …
Abdul Hamid
  • 660
  • 1
  • 7
  • 21
0
votes
1 answer

7z in Delphi 2007

I'm trying to zip some files using Delphi 2007 using the JEDI JCL. The problem is I can't figure out why I keep getting this error "Sevenzip: Failed to load 7z.dll" My code is : var archiveclass: TJclDecompressArchiveClass; archive:…
CiucaS
  • 1,837
  • 3
  • 29
  • 54
0
votes
1 answer

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

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…
Ivan Prodanov
  • 31,952
  • 74
  • 168
  • 243
0
votes
1 answer

How does the Jedi API help in using the Windows API?

I have an idea of what the Jvcl is..it's a set of components and you install them, but what I'm really interested in is the Jedi win32 API conversion stuff. I'm unsure what to do with them or how to use them. You don't install them do you? Say, for…
Sheep
  • 193
  • 1
  • 9
0
votes
1 answer

How to check for presence of scroll bars in TJvTreeView

I am trying to position something w.r.t. a TJvTreeView, and I would like to know both the width and presence of the vertical scroll view. Does anyone know the canonical way to do that? Or failing that, any way that works?
Mark Patterson
  • 401
  • 2
  • 5
  • 14
0
votes
1 answer

Delphi JEDI JCL JclCompression: Detect password-protected archive

Can you detect whether an archive is password protected with JclCompression from the JEDI Code Library (JCL)? I want to extract various archives, but obviously I don't want to show a password prompt unless the archive requires a password. I can…
spurgeon
  • 1,082
  • 11
  • 31
0
votes
2 answers

Undeclared identifier in JwaWinCrypt

I am using JwaWinCrypt from http://sourceforge.net/projects/jedi-apilib/ for including certificate in web service, but when I try to access "PCCERT_CONTEXT" by using JwaWinCrypt.pas in my Form, it doesn't find PCCERT_CONTEXT or CERT_CONTEXT or any…
Tomek
  • 548
  • 1
  • 6
  • 24
1 2 3
10
11