Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Bug with CXTTreeBase
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Bug with CXTTreeBase

 Post Reply Post Reply
Author
Message
danpetitt View Drop Down
Senior Member
Senior Member


Joined: 17 July 2005
Location: United Kingdom
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote danpetitt Quote  Post ReplyReply Direct Link To This Post Topic: Bug with CXTTreeBase
    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.
Back to Top
danpetitt View Drop Down
Senior Member
Senior Member


Joined: 17 July 2005
Location: United Kingdom
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote danpetitt Quote  Post ReplyReply Direct Link To This Post 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?

Back to Top
Jullia View Drop Down
Newbie
Newbie


Joined: 19 February 2007
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jullia Quote  Post ReplyReply Direct Link To This Post 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??
Back to Top
j-sch View Drop Down
Newbie
Newbie
Avatar

Joined: 02 April 2007
Location: United States
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote j-sch Quote  Post ReplyReply Direct Link To This Post Posted: 11 April 2007 at 11:58am
You might want to check out the topic here:
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.047 seconds.