Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Irritating navigation BUG
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Irritating navigation BUG

 Post Reply Post Reply
Author
Message
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Topic: Irritating navigation BUG
    Posted: 01 July 2008 at 8:37pm
v12.0.0.1
 
I have this layout in my report (bold is selected):
+ Group1
   + Group2
      Item1
      Item2 <--- From here it works as expected...
+ Group1
   + Group2
      Item1 <--- but here we encounter some weird behavior!
 
I press VK_LEFT. "Group2" is selected.
I press VK_LEFT. "Group2" is collapsed.
I press VK_LEFT. "Item2" is selected!
 
This behavior can only be seen for the last item!
 
The code is pretty straight-forward:
 
c1 = AddColumn(...);
c2 = AddColumn(...);
c3 = AddColumn(...);
c4 = AddColumn(...);

GetColumns()->GetGroupsOrder()->Add(c1);
GetColumns()->GetGroupsOrder()->Add(c2);

ShadeGroupHeadings(TRUE);
SetGroupRowsBold(TRUE);

Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 28 July 2008 at 6:51am
Have you checked this? It's most certainly a bug.
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 30 May 2009 at 5:36am

I'wont be at my computer for some time, so I'm a bit afraid that some of my reported issues won't get resolved in 13.1.

Is the above fixed? I think it can be reproduced quite easily in the report sample. Thanks!
PokerMemento - http://www.pokermemento.com/
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 30 May 2009 at 5:39am
You can verify this in Explorer. <Left> key always takes you one level up.
PokerMemento - http://www.pokermemento.com/
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 02 June 2009 at 1:34pm
Same in Report 13.1 - first left do expand, next - move to first item below (not the last one as you described n 12.0)
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.172 seconds.