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 next 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
Re: GridCtrl improvement proposal [message #40071 is a reply to message #39984] Wed, 05 June 2013 09:12 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

Thanks! Fixed.
Re: GridCtrl improvement proposal [message #40075 is a reply to message #40071] Wed, 05 June 2013 12:52 Go to previous message
koldo is currently offline  koldo
Messages: 3458
Registered: August 2008
Senior Veteran
Thank you Smile

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


Current Time: Sun Apr 26 21:15:55 GMT+2 2026

Total time taken to generate the page: 0.00567 seconds