the Button 4 sample does not work for me, there is
- Code: Select all
"[PubDir]\KnobImg0.png"
which should be
- Code: Select all
"[PubDir]KnobImg0.png"
and there is a embedded instead of PubDir
- Code: Select all
hpwUtilitySetVar "[RKnob4_OnChangeAction]" "SetVar [#34][#91]NewPosition4[#93][#34] [#34][#91]RKnob4_Position[#93][#34][#13][#10]hpwKnobLoadBackgroundImage [#34]RKnob4[#34] [#34][#91]Embedded[#93]KnobImg[#91]RKnob4_Position[#93].png[#34]"
- Code: Select all
hpwUtilitySetVar "[RKnob4_OnChangeAction]" "SetVar [#34][#91]NewPosition4[#93][#34] [#34][#91]RKnob4_Position[#93][#34][#13][#10]hpwKnobLoadBackgroundImage [#34]RKnob4[#34] [#34][#91]PubDir[#93]KnobImg[#91]RKnob4_Position[#93].png[#34]"
cheers