Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » GridCtrl improvement proposal
GridCtrl improvement proposal [message #39984] |
Wed, 22 May 2013 11:22  |
 |
koldo
Messages: 3437 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
|
|
|
|
|
Goto Forum:
Current Time: Tue Jun 10 13:17:56 CEST 2025
Total time taken to generate the page: 0.18397 seconds
|