How to trigger label callback on enter/return but not on focus change?
-
@d-healey Thank you. This really should just be a core feature, it seems like basic stuff
-
@d-healey @rglides this is a crazy one. lol I'll def try again.
-
@Chazrox fr
-
@d-healey Did you ever figure this out? I still need this function badly. Its so simple but crucial. Im not liking 'type name' ---> 'click SAVE button' flow.
-
@Chazrox said in How to trigger label callback on enter/return but not on focus change?:
I still need this function
What function?
-
@d-healey Press Enter to fire label callback.
-
@Chazrox I'm having deja vu. Didn't we already cover this in another thread? Anyway the default behaviour of the label is to trigger the callback when you hit enter, you don't need to do anything special.
The problem I have (and why this thread exists) is because the callback is also triggered when the label loses focus, which is not what I want.
-
@d-healey oh. Sorry. I dont remember that part. I just searched for 'label ENTER' and this thread popped up. I didnt see the other one.
@d-healey said in How to trigger label callback on enter/return but not on focus change?:
default behaviour of the label is to trigger
weird, my lables dont fire after typing a name into a label and pressing ENTER.
I have a label for my 'save preset name' function and it doesnt fire on pressing enter. hmmm...
-
@Chazrox Here it is, I knew I didn't dream it :)
https://forum.hise.audio/topic/13033/modifier-keys-shift-click-dosomething/5?_=1763681866828
-
@d-healey ah crud. Yeah we did. Ok I fixed it. Thank You! Sorry for wasting just a little bit of your time. I'll make it up to you in enthusiasm! haha. Hope you're having a great day!
