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 » Selecting a cell in gridctrl
Re: Selecting a cell in gridctrl [message #12237 is a reply to message #12235] Sat, 20 October 2007 11:18 Go to previous messageGo to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

dmcgeoch wrote on Fri, 19 October 2007 19:49

Where is that function defined? I am using 710-dev1 and the only version of the function is SetCursor(int n). Has there been an update to gridctrl for that function?

Thanks,

Dave

Opps, I'm sorry. There is SetCursor0(Point p) which is not public. Sorry for mistake..
Anyway please add for now to gridctrl interface:
void SetCursor(Point p) { SetCursor0(p.x + fixed_cols, p.y + fixed_rows, false); }

I'll add it this in the next dev snapshot.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: GridCtrl crash when cancel insert/update
Next Topic: Row numbering inconsistency
Goto Forum:
  


Current Time: Wed Jun 25 12:21:27 CEST 2025

Total time taken to generate the page: 0.04060 seconds