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: 12345[6]78910 ]


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

Date Posted: 20:23:18 02/05/02 Tue
Author: Michel
Subject: Re: OnClick Event and Mouse Cursor Setting
In reply to: Bret 's message, "OnClick Event and Mouse Cursor Setting" on 15:54:58 02/05/02 Tue


Hi Bret,

The ImageScrollBox keeps traps the mouse event for its internal handling. It exposes, three new events,

property OnImageMouseMove : TMouseMoveEvent read FOnImageMouseMove
write FOnImageMouseMove;
property OnImageMouseDown : TMouseEvent read FOnImageMouseDown
write FOnImageMouseDown;
property OnImageMouseUp : TMouseEvent read FOnImageMouseUp
write FOnImageMouseUp;

To trap the mouse events. You can can the cursor in mouse down/up events.

Another alternative is to create a class derived from
TMouseHandler combined with the ImageScrollBox.MouseHandler property.

The OnMouseDown event is not available (you use OnImageMouseDown), but the OnClick event in the TImageScrollBox should be available.

Best regards,

Michel


>With the ImageScrollBox, the OnClick event only fires
>in the section that does not display the image.
>
>I would like to have a click event for any section in
>the ScrollBox.
>
>Additionally, I would like to have the windows
>standard Arrow cursor on the mouseOver.
>
>Thank you
>
>Bret

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