VoyForums

VoyUser Login optional ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 12345678910 ]


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

Date Posted: 02:29:26 02/10/09 Tue
Author: kanc
Subject: Re: TRubberbandMouseHandler
In reply to: kanc 's message, "TRubberbandMouseHandler" on 10:13:38 02/09/09 Mon

Here it is...
//--------------------------------------------------------
TRect Rect;

Rect.Left=sel_left;
Rect.top=sel_top;
Rect.right=sel_right;
Rect.Bottom=sel_bottom;


Form1->ImageScrollBox1->MouseMode=mmSelect;

TRubberbandMouseHandler *Rselection;
Rselection = new TRubberbandMouseHandler(Form1->ImageScrollBox1);
Form1->ImageScrollBox1->MouseHandler=Rselection;

Rselection->SetSelection(Rect);

Rselection->SelectionActive=true;
Rselection->ShowGrips=true;
Rselection->Animated=true;

Form1->ImageScrollBox1RubberbandChange(Rect);
//--------------------------------------------------------


>Hi!
>
>Question about TRubberbandMouseHandler in borland c++
>6.
>How can i create a image selection in code.
>
>
>#include <EnRubber.hpp>
>//-------------------------
> TRect Rect;
>
> Rect.Left=0;
> Rect.top=0;
> Rect.right=50;
> Rect.Bottom=50;
>
> TRubberbandMouseHandler *selection;
>
> selection->SetSelection(Rect);
>
>
>if someone has a working example i would appreciate
>it....
>
>thanks!
>
>-matija kancijan

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

VoyUser Login ] Not required to post.
Post a public reply to this message | Go post a new public message
* Notice: Posting problems? [ Click here ]
* HTML allowed in marked fields.
Message subject (required):

Name (required):

  Expression (Optional mood/title along with your name) Examples: (happy, sad, The Joyful, etc.) help)

  E-mail address (optional):

Type your message here:


Notice: Copies of your message may remain on this and other systems on internet. Please be respectful.

[ Contact Forum Admin ]


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