How can I use the IGUIColorSelectDialog

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
mybiandou
Posts: 32
Joined: Thu Sep 10, 2009 6:20 am

How can I use the IGUIColorSelectDialog

Post by mybiandou »

I want to choose a color by this IGUIColorSelectDialog.
I try to use env->addColorSelectDialog
And I can see the color select ring

But I can not select the color on the ring, and I dont know how to get the returned color value?

Anyone can help me? thank you .
hybrid
Admin
Posts: 14144
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

IIRC, this GUI element is currently broken. Maybe you can fix it and submit a patch, otherwise please just raise a new bug ticket on our SourceForge tracker. Thanks.
Post Reply