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
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: 1367
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

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


Current Time: Sat Aug 30 02:52:23 CEST 2025

Total time taken to generate the page: 0.05068 seconds