Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi JVCL unit Fehlt (TJvBitmap)? (https://www.delphipraxis.net/147247-jvcl-unit-fehlt-tjvbitmap.html)

danu1104 4. Feb 2010 13:07


JVCL unit Fehlt (TJvBitmap)?
 
Hallo liebe leuts :)


Ich habe ein Problem ( ich habe auch schon gesucht ) und zwar versuche ich das JvPlugin System zu nutzen bekomme jedoch error

Delphi-Quellcode:
[DCC Fehler] Unit1.pas(44): E2003 Undefinierter Bezeichner: 'TJvBitmap'
ich brauche es für

Delphi-Quellcode:

procedure TForm1.JvPluginManager1NewCommand(Sender: TObject; ACaption, AHint,
  AData: string; AShortCut: TShortCut; ABitmap: TJvBitmap;
  AEvent: TNotifyEvent);
begin
//
end;
ist notwendig fürs "gebrauchen". Ich würde ja lieber psvPlugin nutzen, jedoch kann ich dann Application.ProcessMessages nimmer nutzen :gruebel: :wiejetzt:

Ich freue mich af jeder Antwort :)

DeddyH 4. Feb 2010 13:29

Re: JVCL unit Fehlt (TJvBitmap)?
 
Hier gefunden:
Zitat:

TJvBitmap has been added in JvJVCLUtils and used instead of TBitmap.

danu1104 4. Feb 2010 13:33

Re: JVCL unit Fehlt (TJvBitmap)?
 
Klasse!Ich wer nie drauf gekommen, danke :D


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:08 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz