Print Page | Close Window

Bug with CXTTreeBase

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=5948
Printed Date: 12 November 2025 at 4:00pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Bug with CXTTreeBase
Posted By: danpetitt
Subject: Bug with CXTTreeBase
Date Posted: 30 December 2006 at 5:50pm
I have a problem with a multi-select tree.
 
If I multi-select some items, then i right-click a new item to select and display a context menu, it deselects everything.
 
I think its this in CXTTreeBase::OnRButtonDown:

  if (!IsSelected(hItem))
  {
   SelectAll(FALSE);
   SelectItem(hItem);
  }
 
I think it needs to check for CTRL or SHIFT being selected and only deselect if they are not pressed.



Replies:
Posted By: danpetitt
Date Posted: 31 December 2006 at 1:20pm

In fact there are a couple of issues with a multi-select tree ctrl and right clicking. Do you want me to list them?



Posted By: Jullia
Date Posted: 19 February 2007 at 3:53am

Yes, I have the exactly same problem with Vista but not XP pro.

I cannot select all items I want by pushing Shift OR Ctrl key.

When I multi-select with Shift OR Ctrl key cliking, the first item is deseleted.

Is any fixes with new release??


Posted By: j-sch
Date Posted: 11 April 2007 at 11:58am
You might want to check out the topic here:
 
https://forum.codejock.com/forum_posts.asp?TID=6719 - https://forum.codejock.com/forum_posts.asp?TID=6719



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