Print Page | Close Window

CXTPControlGallery

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=7344
Printed Date: 13 November 2025 at 2:02am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CXTPControlGallery
Posted By: terrym
Subject: CXTPControlGallery
Date Posted: 09 June 2007 at 4:16am

Hi

We are overriding the

BOOL CMyXTPControlGallery::OnLButtonDblClk( CPoint point )

however have a slight problem where by if we override this and the user presses the up/down arrows for the gallery control too fast then it does not scroll as it thinks it was a double click.

Any ideas how we can get around this ?
 
Also is it possible with current XTP to drag thumbnails from gallery controls and detect when dropped onto our canvas in our CView class.
 
Thanks any help appreciated.
Terry
 


-------------
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey



Replies:
Posted By: terrym
Date Posted: 15 June 2007 at 5:51am
Any body have a solution to above problem :( as it is one of the only remaining problems we need to find a solution for :(
 
Any help appreciated
 


-------------
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey


Posted By: Oleg
Date Posted: 15 June 2007 at 3:23pm
Hi, just check if mouse on buttons and call base method.
 
if (m_spi.ht != HTNOWHERE)
{
CXTPControl::OnLButtonDblClk(point );
return;
}


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: terrym
Date Posted: 17 June 2007 at 4:35am
perfect, works a treat

-------------
Thank you,
Terry Mancey

email terry@tmancey.ltd.uk | linkedin www.tmancey.ltd.uk | twitter @tmancey



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net