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 » Community » Newbie corner » GridCtrl column's .Edit
Re: GridCtrl column's .Edit [message #31531 is a reply to message #31530] Fri, 11 March 2011 12:26 Go to previous messageGo to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

You must pass new instance for every column.
Array<EditDouble> edits;
edits.SetCount(tcount);
for( int i = 0; i < tCount; ++i ) {
grid.SetFixed(0, i + 1, FormatDoubleFix(value, 0, FD_ZERO));
grid.GetColumn(i).Edit(edits[i]);
}
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Some code to add an icon in statusbar
Next Topic: Error: gdkpixbuf.h
Goto Forum:
  


Current Time: Sun Aug 24 15:20:02 CEST 2025

Total time taken to generate the page: 0.06551 seconds