showMessage Option
-
Can someone tells me what is wrong with this?
//AboutOK = Knob
const var AboutOK = Content.getComponent("AboutOK");inline function AboutOK(control, value)
{
Engine.showMessage ("Testing the showMessage Option in Hise");
} -
Anyone??
-
I think the showMessage function only works in the compiled plugin.
-
@d-healey but is that allright?
//AboutOK = Knob
const var AboutOK = Content.getComponent("AboutOK");inline function AboutOK(control, value)
{
Engine.showMessage ("Testing the showMessage Option in Hise");
} -
@jay Looks ok to me, except
AboutOK
is a terrible name for a control. You should call itknbAboutOk
so that you know it's a knob without having to have a separate comment :) -
@d-healey Good One