Einzelnen Beitrag anzeigen

Benutzerbild von 3_of_8
3_of_8

Registriert seit: 22. Mär 2005
Ort: Dingolfing
4.129 Beiträge
 
Turbo Delphi für Win32
 
#46

Re: TInfoBox - eine InfoBox direkt auf dem Desktop

  Alt 9. Aug 2006, 21:12
Also du machst folgendes:

iib := TInfoBox.Create(listbox);

Du bist dir sicher, dass die Listbox schon instantiiert ist?

Also ich hab einfach mal ne Form gebastelt, Listbox draufgeworfen, ins OnCreate...

Delphi-Quellcode:
var InfoBox: TInfoBox;
begin
InfoBox:=TInfoBox.Create(listbox1);
end;
...reingeschrieben. Funzt perfekt. Keine AV. Muss woanders dran liegen.
Manuel Eberl
„The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.“
- Terry Pratchett
  Mit Zitat antworten Zitat