Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Friday, October 7, 2005 10:11:09 PM(UTC)
yeomanly

Groups: Registered
Posts: 11


Hi,

I am using LEADTOOLS V14 Raster Imaging Pro C++ Class library to display DICOM images.
I use LBitmapWindow Class for the display of the images.

When the image gets zoomed i enable scroll bar for the control. I now
need to provide panning functionality when the image gets zoomed. I
used CreatePanWindow function but a new window gets displayed. But i
want to do perform panning in the display area itself. What should I do now.

Thanks
Sudharsan
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, October 10, 2005 11:10:44 PM(UTC)

Bashar  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

Hi Sudharsan,

Try calling LBitmapWindow::SetToolType and pass TOOL_PANIMAGE to it.

Bashar Abdulqaiyume
LEAD Technologies, Inc.
 
#3 Posted : Monday, November 7, 2005 12:47:27 AM(UTC)
yeomanly

Groups: Registered
Posts: 11


Hi Bashar,

Thanks a lot. That works fine.
Is there a way where we can customize the mouse cursor display as we require.

Sudharsan
 
#4 Posted : Monday, November 7, 2005 6:24:54 AM(UTC)

Bashar  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

There is no direct functionality to customize the mouse cursor. 
You need to override the LBitmapWindow::MsgProcCallBack function and
handle the WM_SETCURSOR message and set the cursor there using a Windows call.
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.052 seconds.