Questions tagged [jvcl]

JEDI Visual Components Library (jvcl) is a collection of visual and non-visual components for Delphi, Kylix and C++ Builder. The code is donated from the JEDI community and licensed under the terms of Mozilla Public License (MPL).

JEDI Visual Components Library (jvcl) is a collection of visual and non-visual components for Delphi, Kylix and C++ Builder. The code is donated from the JEDI community and licensed under the terms of Mozilla Public License (MPL).

Link to jvcl homepage

92 questions
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

jvPluginSystem not installable in delphi 10 Seattle

I installed JCL/JVCL in my Delphi 10 Seattle, first from getit, later manually. I cannot install the jvPluginSystem design package. All packages work well but this design package produces an EAccessVialolation in jclDeveloperTools. I double checked…
MichaSchumann
  • 1,361
  • 1
  • 17
  • 36
0
votes
1 answer

TJvAppXMLFileStorage OnGetFileName event never executed

In Delphi 10 Seattle, with JVCL 3.48, after having implemented TJvAppXMLFileStorage OnGetFileName event handler, it never gets executed: procedure TForm1.JvAppXMLFileStorage1GetFileName(Sender: TJvCustomAppStorage; var FileName:…
user1580348
  • 5,721
  • 4
  • 43
  • 105
0
votes
1 answer

Error installing Jedi VCL

I have Delphi XE Pro, I'm trying to install the latest Jedi Visual Component Library. The version is: JVCL348CompleteJCL26-Build5178 I followed the instructions and deleted all old versions. Installed JCL. No problem. When installing the JVCL using…
ChuckO
  • 2,543
  • 6
  • 34
  • 41
0
votes
0 answers

Delphi XE installation of Jedi JCL 2.6 on Win8 (x64)

So I have Delphi XE (no number) and I have a project that was built on another machine (using JVCL components). Now, my machine is a Windows 8.1 (64 bits), and the previous machine was Windows XP (32 bits). Of course I want to be able to continue…
user1137313
  • 2,390
  • 9
  • 44
  • 91
0
votes
0 answers

installing JVCL (3.45) for XE2 error when loading the group project

I installed JCL and I do experience some issues with the JVCL (release 3.45) installation. If I load the "D16 Packages.groupproj" group project file, I get a bunch of popup warnings about missing classes, like…
Nabil
  • 1,175
  • 2
  • 13
  • 29
0
votes
1 answer

JVCL Tabbed Docking: No Close Button on Tabs

I am using the jvDocking components and have been unable to figure out how to enable close buttons on the tabs of forms that have been docked together as a set of tabs. I have tried various combinations of options such as:…
TomT
  • 199
  • 1
  • 1
  • 11
0
votes
1 answer

Delphi 2007 - Loading TJvImage from a PNG file loses transparency

I have a couple of TJvImage components on my main form. One is loaded at design time from a partially transparent PNG file. The other is smaller than the first and in front of it. It is loaded at runtime with another partially transparent PNG…
rossmcm
  • 5,493
  • 10
  • 55
  • 118
0
votes
0 answers

Hold GUI event thread until until method finish

Currently in my application the user is able to create windows (no controls on the as of yet) which are docked to a pagecontrol. Each editor has a set of toolboxes associated with them. This set is reset upon editor construction and modified as…
James_Hill
  • 167
  • 1
  • 4
  • 13
0
votes
4 answers

What regex can I use to extract URLs from a Google search?

I'm using Delphi with the JCLRegEx and want to capture all the result URL's from a google search. I looked at HackingSearch.com and they have an example RegEx that looks right, but I cannot get any results when I try it. I'm using it similar…
Scott Tyler
  • 67
  • 2
  • 6
0
votes
0 answers

Reading the Windows EventLog

I want to read events from the windows EventLog. I found two opportunities yet: WMI and API-Commands. But at the moment I use the JvNTEventLog componente from the JEDI VCL (JVCL) (Maybe it uses the API, I don't know). But I have some trouble with…
Timestop
  • 73
  • 1
  • 2
  • 8
0
votes
1 answer

Freeing a data module which contains a TJvAppDBStorage raises an access violation in TComponent.RemoveNotification()

I have a data module which I can not free (funny as it might sound). Whether I try to destroy it manually, or let another component (even Application) do it for me, I get an AV with this stack trace: exception class : EAccessViolation exception…
iMan Biglari
  • 4,674
  • 1
  • 38
  • 83
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
  • 455
  • 2
  • 17
0
votes
0 answers

Proper way to install JVCL 3.47 on XE3

I am trying to install JVCL 3.47 on a Delphi XE3 instance but I failed twice; I know that first I must install JCL; When I run Install.bat located in the jcl folder I get this error: "Windows cannot find '..\bin\JediInstaller.exe' ...; I looked…
Cristian Vasuica
  • 369
  • 9
  • 22
0
votes
2 answers

How to set size of inactive (hidden) dock clients' tabs in JVCL Docking component?

The only dock style in JVCL that I know that has the auto hide function (to pin the dock clients) is JvDockVSNetStyle. I'm using it but I can't set the size of the inactive pinned panes' tabs. When hidden, the tabs don't show the title of the pane,…
gabrielmdu
  • 225
  • 2
  • 11