![]() |
CXTPControlGallery |
Post Reply
|
| Author | |
terrym
Senior Member
Joined: 13 April 2007 Status: Offline Points: 836 |
Post Options
Thanks(0)
Quote Reply
Topic: CXTPControlGalleryPosted: 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 |
|
![]() |
|
terrym
Senior Member
Joined: 13 April 2007 Status: Offline Points: 836 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
terrym
Senior Member
Joined: 13 April 2007 Status: Offline Points: 836 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() 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 |