hi,
I’ve defined
I’m using a PropertyPanel populated with SliderPropertyComponents but I can’t enter information into the edit box. All the mouse interaction is done perfectly (draggin, mousewheel, editbox selection…) but not the keyboard events.
here’s the CustomSliderPropertyComponent constructor code:
slider->setTextBoxStyle(Slider::TextBoxRight,false,60,20); // text is *not* read-only
slider->setSliderStyle(Slider::LinearHorizontal);
slider->setTextValueSuffix(textValueSuffix);
any idea?
Do I need to register an extra keyboard listener?