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

Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » GridCtrl: custom ButtonOption inside a cell
GridCtrl: custom ButtonOption inside a cell [message #43271] Sat, 21 June 2014 08:46 Go to previous message
forlano is currently offline  forlano
Messages: 1222
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

GridCtrl let me add easily an Option

grid.AddColumn(STATUS, "Status", 4).Option().Default(true);

Now I would like to add instead a ButtonOption with my own images.
I thought to modify the library (other idea are welcome)

static void MakeOption(One<Ctrl>& ctrl)
{
	//ctrl.Create<Option>().ShowLabel(false); //original code
	ctrl.Create<ButtonOption>();   //new
	ctrl->SetData(0);
	ctrl->WantFocus();
}


It works but I do not see where to use
.SetImage()
(ctrl do not like SetImage() ).

Any solution? Rolling Eyes
Thanks,
Luigi

[Updated on: Sat, 21 June 2014 10:32]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: GridCtrl: Repaint bug?
Next Topic: [BUG & FIX] in HeaderCtrl::LeftDouble
Goto Forum:
  


Current Time: Sun May 10 13:05:31 GMT+2 2026

Total time taken to generate the page: 0.00364 seconds