Tagged Questions
The jvcl tag has no wiki summary.
5
votes
1answer
248 views
Enumerating USB HID Devices using SetupAPI in 64 bit app
I am using Delphi XE2 and attempting to upgrade our usb comms dll to 64 bit. We're using the JVCL SetupAPI and Hid units. All works perfectly using 32 bit compiler and can see my attached HID device. ...
3
votes
3answers
261 views
How to reskin a Delphi 6 application?
I just received some artist rendered images of my Delphi Pro 6 application that I will use to overhaul the look and feel of it. The problem is of course that my application, like any other Delphi ...
3
votes
1answer
144 views
Best way to have a return value with TJvPluginManager
im currently working in a simple program that implements plugins whith dll libraries (using the TJvPluginManager from the JVCL Framework).
So far I figure out how to use this component to handle ...
2
votes
2answers
217 views
How to set breakpoint in Delphi JVCL units?
I'm debugging a Delphi code that use TJvProgramVersionCheck component from the excellent JVCL libs.
So I'd like to put a breakpoint somewhere in JvProgramVersionCheck unit but it doesn't work. The ...
2
votes
2answers
537 views
JVCL 2.10 and Delphi 2010
Did you try using JVCL 2.10 with Delphi 2010? I have Delphi 7 project that heavily uses DB components from that library and want to move it to new Delphi. I know that migration from JVCL 2.10 to ...
2
votes
3answers
1k views
JVCL Component Documentation
I've just installed the JCL and JVCL libraries, mostly because they contain components replacing the old rxLib components and I'm upgrading an old project that made heavy use of those components.
I ...
2
votes
3answers
279 views
Delphi < 2009, unicode replacement for JvAppStorage
I'm looking for the best option to store my application settings. I decided to write own class that inherits from TPersistent which would store all the config options available. Currently I'm looking ...
1
vote
2answers
70 views
Procedure Entry Point invalid in JVCL (jclUnitVersioning)
I've just installed XE2 together with Jedi 3.45. this appears to have broken my Delphi 7 installation!
I have uninstalled XE2 and Jedi, I have cleaned up and removed all invalid paths bpl, dcu and ...
1
vote
1answer
79 views
JEDI JVCL TJvProgramVersionCheck How to use HTTP
I'm wondering if someone has an example on how can be used the TJvProgramVersionCheck component performing the check via HTTP.
The example in the JVCL examples dir doesn't show how to use HTTP
thank ...
1
vote
1answer
142 views
How to drag a thumbnail from JvtThumbview?
I am writing a WYSIWYG type of editor program in which the user can drag image thumbnails onto an editor surface (TPanel) and then create a PDF by rendering the editor surface onto the PDF.
On my ...
1
vote
1answer
69 views
delphi JvPasswordForm1
hello experts
I had an old JVC components with JvPasswordForm1.
It seems this component does not exist any more: what component is it replaced by ?
reagrds
1
vote
3answers
926 views
Delphi: How to use TJvRichEdit to load or save text and images (not just .bmp) to file or firebird blob field?
Regarding TJvRichEdit and Delphi... How?
Load/Save rtf (including text and images - not only .bmp) to/from a file?
Read/Write rtf (including text and images - not only .bmp) to/from Firebird blob ...
1
vote
1answer
967 views
How to implement a callback method within DLL (Delphi / TJVPluginManager + TJvPlugin)
I'm building an application working with plugins. I'm using the excellent JVCL plugin framework. I first started to use package plugin. It worked like a charm but had a big drawback : the needs to ...
1
vote
1answer
316 views
Delphi & JVCL - JvWizard, page add at runtime
I need to add a page to TJvWizard at runtime (the page might be registered by plugin). I tried adding it to JvWizard.Pages, but it doesn't seem to be valid way - I need to insert the page as the ...
0
votes
1answer
178 views
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 ...
0
votes
2answers
413 views
Using Double buffer with VCL controls
My Application have many graphics and visual components... So i switched on doublebufferd = true in each and every components as possible.
later i wanted to use a panel in order to hold some ...
0
votes
1answer
172 views
Using JVCL's debug DCUs with C++Builder
How do I debug JVCL code using C++Builder? I enabled building debug DCUs when I installed JVCL, I turned on "use debug DCUs" under my project's Delphi settings (there doesn't appear to be an ...
0
votes
2answers
321 views
How do I uninstall JVCL?
I want to uninstall Jedi because it replaces my GIF handling library. Even though I uninstalled JVCL, Delphi keeps using the Jedi gif library and it keeps adding the JVGif unit to my project which ...
0
votes
4answers
1k views
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 ...
-1
votes
0answers
107 views
improving a component (TJvgProgress from JVCL) by adding Min/Max/Position, can it be done?
I have just installed JEDI VCL and I love TJvgProgress and all of it's possibilities, but it doesn't have a custom Range - no Min/Max values and no Position, only Percent, which you would have to set ...
-1
votes
5answers
2k views
Delphi 7, XML handling with Unicode support
I'm developing in Delphi 7 (personal). I used to use JvSimpleXML for XML handling, but it doesn't seem to handle WideStrings (or does it?!). My whole project uses TntWide... & SpTBXLib for ...