It appears that the ExplicitLeft property does not exist for the AlphaSheet component anymore, so I assume you have updated a the component package for it. If you open the form at design time you should see the same error. You can choose to Ignore the error, which will load the component without that value set, so you can then save the form and it will work fine from then on. I can't quite remember but I think you may have to alter the pas file, by adding and deleting a few spaces to tell Delphi it has changed before it will be save properly.
Stacey -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Grant Brown Sent: Monday, 20 February 2006 1:45 a.m. To: Delphi mailing list - NZ Subject: [DUG] error load a bit map in to a TImgView32 Hi List, Using Delphi 5, I keep getting and error when trying to load a bit map in to a TImgView32 component from the Graphics32 components from sourceforge.net The error message reads - Error reading AlphaSheet.ExplicitLeft : Property does not exist. Could anyone suggest how to fix this ? TIA Regards Grant Brown _______________________________________________ Delphi mailing list [email protected] http://ns3.123.co.nz/mailman/listinfo/delphi _______________________________________________ Delphi mailing list [email protected] http://ns3.123.co.nz/mailman/listinfo/delphi
