Recent

Author Topic: Why doesn't my timage show up on my form?  (Read 14282 times)

Paul Ishenin

  • Sr. Member
  • ****
  • Posts: 274
Re: Why doesn't my timage show up on my form?
« Reply #15 on: May 09, 2009, 03:47:48 am »
I don't see your picture but thats because application can't find 'TImagingPNG' class which stored that data.

I suspect the problem is in next:
You are using some package in the IDE which registers TImagingPNG class for .png image format. Thus in design-time you IDE which built with TImagingPNG can load your picture. But your application does not include TImagingPNG class and therefore can't load stored data.

Solution:
a) remove package with TImagingPNG class from IDE and rebuild it after
b) add unit which registers TImagingPNG as a graphic format to your uses section.

DanNineOne

  • New Member
  • *
  • Posts: 46
Re: Why doesn't my timage show up on my form?
« Reply #16 on: May 09, 2009, 10:56:54 am »
Thanks Paul, it was the vampyre imaging package that was causing the trouble.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>   Win 7 64 bit with Lazarus 1.0.6            <<
>>  danieljabailey@googlemail.com             <<
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 

TinyPortal © 2005-2018