U++ framework
Do not panic. Ask here before giving up.

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: 3458
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: Sun Apr 26 18:32:35 GMT+2 2026

Total time taken to generate the page: 0.00394 seconds