Change Key Width using code
-
Is there a way to change the key width parameter in code without touching LAF? I want to fit the keyboard to the size of the screen depending on the resolution of my app. My instinct was to edit it with keyboardName.set("Data", xxx), but I don't know how to approach this as the keyboard Data property is like its own function.
Thank you!
-
Updating FloatingTile Content Data
Here's an example that sets the lowest key of the keyboard floating tile. First we get the Data property, which is a string. We convert this to an object usi...
Forum (forum.hise.audio)
-
@d-healey Perfect, that did it, thanks for the quick response!
-
@d-healey said in Change Key Width using code:
Updating FloatingTile Content Data
Here's an example that sets the lowest key of the keyboard floating tile. First we get the Data property, which is a string. We convert this to an object usi...
Forum (forum.hise.audio)
Cheers man! Bit of hunting for that trace(data) technique, but that has helped!