juce 3.0.6: Label::setEditable(false,true,true)

Hi,

I am using juce::Label(s) (juce 3.0.6) and try to make them only editable on double click. 

Label::setEditable(false,true,true);

but the label opens the edit box also on single click...

What could cause this?

Thanks,

raketa

http://www.juce.com/forum/topic/reporting-bugs-please-read-doing-so

Have you tried the latest version of JUCE? 

yep, thats probably the next to try...

Thanks,

raketa

I updated to JUCE 3.2 and the same behaviour persists.

(The label becomes editable on single click where it only should become editable on double click.)

I can't seem to re-produce your bug. I simply added a Label with the Introjucer's component editor and modified the "editing" value. Which OS are you using? 

That was encountered in a VST plugin under OSX and Cubase 7.

I can check if this persists under Windows as well, but it seems it happens somehow in the platform independent part of JUCE, so I didn't even mention the OS.

 

 

yep, thats a user error!

discard the thread...

Sorry and thanks,

raketa.