Aloh, I'm back at this topic.
I'm in the process of making a skin and I really really really want to use this plugin, however I have a major problem.. Sorry to bring this up again..
I was wondering if there's any chance you could add some way to make it forget what was entered, something like a reload command.
The skin I'm working on will have several options and I can't really have a measure for each one of the options, nor Refresh the skin each time I set an option because the user has to enter all the options before feeding them to a script to run it. What I'm trying to achieve is to have only one measure and "Move" it to where is being used. The problem is that when I do it I get this:
What I'm doing is to set MeterName and DefaultValue to a variable:
And setting those variables before starting the measure:
I believe a reload command that I could add to the OnEnterAction would pretty much fix this.
I'm in the process of making a skin and I really really really want to use this plugin, however I have a major problem.. Sorry to bring this up again..
I was wondering if there's any chance you could add some way to make it forget what was entered, something like a reload command.
The skin I'm working on will have several options and I can't really have a measure for each one of the options, nor Refresh the skin each time I set an option because the user has to enter all the options before feeding them to a script to run it. What I'm trying to achieve is to have only one measure and "Move" it to where is being used. The problem is that when I do it I get this:
What I'm doing is to set MeterName and DefaultValue to a variable:
Code:
[UserInput]Measure=PluginPlugin=BlurInputMeterName=#Meter#DefaultValue=#Value#DynamicVariables=1
Code:
LeftMouseUpAction=[!SetVariable Meter uOption2][!SetVariable Value #RDH#][!UpdateMeasure UserInput][!CommandMeasure UserInput Start]
Statistics: Posted by RicardoTM — Yesterday, 11:21 pm — Replies 284 — Views 5102