![]() |
Cursor Navigation & FocusSubItems |
Post Reply
|
| Author | |
jimmy
Senior Member
Joined: 11 November 2003 Location: Austria Status: Offline Points: 516 |
Post Options
Thanks(0)
Quote Reply
Topic: Cursor Navigation & FocusSubItemsPosted: 17 December 2009 at 5:34am |
|
Hello,
if FocusSubItems is TRUE, than sub item selection can't handle with cursor keys. VK_LEFT will close the sub tree element. Jimmy |
|
![]() |
|
mdoubson
Senior Member
Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 December 2009 at 12:44pm |
|
13.2.2 - use Shift + Left in this case
|
|
![]() |
|
zaksoft
Senior Member
Joined: 05 June 2003 Location: Italy Status: Offline Points: 163 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 December 2009 at 11:54am |
|
When 13.2.2 (release) will be available ?
TIA
|
|
|
VS2022 - MFC MBCS Statically linked
XTP 23.1 Static Link --------------------------------------------------------- Davide Zaccanti - ZakSoft - www.zaksoft.com |
|
![]() |
|
jimmy
Senior Member
Joined: 11 November 2003 Location: Austria Status: Offline Points: 516 |
Post Options
Thanks(0)
Quote Reply
Posted: 20 December 2009 at 7:50am |
|
Would be nice to can switch key handling.
if i have only rows without child. Left / right key is better to navigate on subitems. Jimmy |
|
![]() |
|
jimmy
Senior Member
Joined: 11 November 2003 Location: Austria Status: Offline Points: 516 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 December 2009 at 7:05am |
|
Hello,
Solution ? change this if (pFocusedRow && !pFocusedRow->HasChildren() && !bShiftKey) to this if (pFocusedRow && !pFocusedRow->HasChildren() && !pParRow->GetParentRow() && !bShiftKey) Jimmy |
|
![]() |
|
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 |