Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » Escaping cursor in gridctrl
Escaping cursor in gridctrl [message #8093] Wed, 07 February 2007 02:29 Go to next message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

2007beta3.
I've a gridctrl with editable rows.
During the insertion, each time i enter the character 's' the cursor suddenly escape and goes in the previous row (up)!
I've noticed this defect in this and previous version, but was absent in 612 version.
Any idea or I must post a test case?
Is there something connected with 's' that I'm not aware of it?

Luigi
Re: Escaping cursor in gridctrl [message #8101 is a reply to message #8093] Wed, 07 February 2007 18:50 Go to previous message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

forlano wrote on Tue, 06 February 2007 20:29

Hello,

2007beta3.
I've a gridctrl with editable rows.
During the insertion, each time i enter the character 's' the cursor suddenly escape and goes in the previous row (up)!
I've noticed this defect in this and previous version, but was absent in 612 version.
Any idea or I must post a test case?
Is there something connected with 's' that I'm not aware of it?

Luigi

Confirmed.
1. Go to void GridCtrl::Key(..).
2. Find
case K_S:
case K_UP:
....
3. remove line with case K_S:

I don't remeber why it was there Wink

Previous Topic: GridCtrl: how to disable the past at a given row
Next Topic: GridCtrl and sort at runtime
Goto Forum:
  


Current Time: Thu May 02 04:53:22 CEST 2024

Total time taken to generate the page: 0.04160 seconds