VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 1234567[8]910 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 17:53:55 02/21/01 Wed
Author: Michel
Subject: Re: TImageScrollBox to bitmap?
In reply to: Hans 's message, "TImageScrollBox to bitmap?" on 09:55:16 02/21/01 Wed


Hi Hans,

Yes, indeed, it is more difficult to use Envision with CBuilder than with Delphi. A full featured CBuilder example and better documentation is pending but my resources are limited. I'll try to help you through the support forum.

It is not necessary to use the TImageScrollBox when you do not want to display an image. In Delphi, to enable the Envision supported formats in TImage, you need to add EnReg (or individually the related units, ie, EnBmpGr,...) to a uses clause. In CBuilder, from the Project menu, use Add to project and add the EnReg.Pas file. Then you can change the supported formats in the Envision.Inc.

With this step done, TImage should have the Envision formats available. It is also possible to bypass TImage alltogether by using a TBitmapGraphic. But remember that VCL (Delphi) classes must be instanciated with a New call:

TBitmapGraphic *BitmapGraphic = new(TBitmapGraphic);
BitmapGraphic->LoadFromFile(...);

...

delete BitmapGraphic;

Best regards,

Michel

>I might add to my prev messages that I also do not see
>how to go through TImage if I want to.
>TImage->LoadFromFile also does not support the extra
>formats Envision adds. I then tried TImageScrollBox
>and it does load the image (but since I do not need to
>see the image I think it is a waste of memory) but
>even then I cannot copy the image to a bitmap as
>TImageScrollBox does not have a bitmap.
>
>It appears Envision is not as easy to use as
>C++Builder. A few examples in the manual or on the web
>site would be a welcome addition :)
>
>Hans

[ Next Thread | Previous Thread | Next Message | Previous Message ]


Replies:


[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.