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 improvement proposal
GridCtrl improvement proposal [message #39984] Wed, 22 May 2013 11:22 Go to previous message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Uno

Now if a cell is filled using AttrText(), PopUp appears empty.

A simple fix to this could be adding this in GridCtrl.cpp, line 2049.

if(IsType<AttrText>(it.val)) {
	const AttrText& t = ValueTo<AttrText>(it.val);
	val = t.text;
}


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Previous Topic: [bug?] GridCtrl
Next Topic: GridCtrl: set column to be insentive to any action
Goto Forum:
  


Current Time: Thu Mar 28 21:14:26 CET 2024

Total time taken to generate the page: 0.01566 seconds