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 » GridCtrl and diff Edit()'s per row, same column
Re: GridCtrl and diff Edit()'s per row, same column [message #27479 is a reply to message #27477] Tue, 20 July 2010 09:11 Go to previous messageGo to previous message
MatthiasG is currently offline  MatthiasG
Messages: 27
Registered: January 2008
Location: Germany
Promising Member
unodgs wrote on Tue, 20 July 2010 00:03

MatthiasG wrote on Mon, 19 July 2010 03:11

unodgs wrote on Thu, 04 June 2009 15:34

What you need is ability to set cell's indyvidual control
grid.SetCtrl(r, c, Ctrl&)
. Yesterday I almost finished adding this feature and I'll probably commit this tonight.


got this ever implemented by now? i would be really glad to see this in gridctrl


I have just added SetCtrl. Please take a look.


Thank you very much. Seems to work great so far Smile

only one thing:
if i want to set a ctrl, row index seems to start from 0, but if i later want to do a getctrl, index starts from 1. e.g. if i do setctrl (0, 0, myctrl) i later have to do getctrl (1, 0) to get it... seems index 0 is used for header or something.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: BUG: HeaderCtrl::Serialize
Next Topic: ArrayCtrl and converters
Goto Forum:
  


Current Time: Fri Apr 19 20:14:46 CEST 2024

Total time taken to generate the page: 0.03398 seconds