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: 1[2]345678910 ]


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

Date Posted: 20:46:42 11/03/03 Mon
Author: Michel
Subject: Re: Questions about Select
In reply to: Azurea Skyes 's message, "Questions about Select" on 05:13:25 10/31/03 Fri


Hi All,

For those interested, here are the changes to set the selection band programatically.

1: Add the following method in EnRubber.Pas


procedure TRubberbandMouseHandler.SetSelection( Rect : TRect );
begin
if FBandVisible then
RemoveBand;

AdjustRect(Rect);

FY1 := Rect.Top;
FY2 := Rect.Bottom;
FX1 := Rect.Left;
FX2 := Rect.Right;

if not FBandVisible then
DrawBand;
end;

2: Use like this:

(ImageScrollBox.MouseHandler as TRubberbandMouseHandler).SetSelection(
Rect( 20, 20, 200, 200 ));

Best regards,

Michel




>Is it possible to pre-size the select rectangle? I
>have need to allow someone to select a 256x400
>selection from an image (no more, no less). I then
>need to make a new picture 256x512 pixels in size,
>with the previously selected area at the top (leaving
>the remaining area black). Finally saving it as a TGA
>bitmap.
>
>Any thoughts?
>I am currently evaluating Envision, and if someone can
>demonstrate this ... it's a sale... if not... back to
>the drawing board.
>
>Azurea.

[ 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.