I have a skin I am working on that that monitors temps via HWiNFO, and allows the user to click on a bar to update the sensor number. This all works fine. I also have a small lock/unlock icon that each have LeftmouseUpActions. They fire, but it seems I don't know the correct syntax or I am doing something rather wrong. Though the icon transitions indicating a locked state, input fields can still be created by clicking on the bars.
EG:
(if using skin, its the critical temp monitoring panel)
Any assistance would be appreciated.
EG:
Code:
[Variables]@include=#@#String Styles.inc@include2=#@#Variables.inc@include3=#@#Measures\CriticalMonitoring.inc@include4=#@#UserSensorInput.incIconW=14IconX=525LockHide=0UnlockHide=1[MeterLock]Meter=ImageMeterName=MeterLockImageName=#@#Images\SensorLockContainer=MeterDotMatrixX=529Y=20H=15DynamicVariables=1Hidden=#LockHide#LeftMouseUpAction=[!EnableMouseAction MeterSensorTemp1Bar "LeftMouseUpAction"][!WriteKeyValue Variables LockHide 1][!WriteKeyValue Variables UnlockHide 0][!Refresh]imageTint=183,76,47,245[MeterUnlock]Meter=ImageMeterName=MeterUnlockImageName=#@#Images\SensorUnlockContainer=MeterDotMatrixX=529Y=20H=15DynamicVariables=1Hidden=#UnlockHide#imageTint=220,126,36LeftMouseUpAction= [!DisableMouseAction MeterSensorTemp1Bar "LeftMouseUpAction"][!WriteKeyValue Variables LockHide 0][!WriteKeyValue Variables UnlockHide 1][!Refresh]--; ==================================================--; SENSOR INPUT FIELDS--; ==================================================[MeasureSensor1Input]Measure=PluginPlugin=InputTextSolidColor=020202FontColor=602d00FontFace=OrbitronFontSize=24InputLimit=3StringAlign=CenterStringCase=UpperDefaultValue=#CritTemp1#DynamicVariables=1Container=MeterDotMatrixX=70Y=90W=488H=56Command1=[!WriteKeyValue Variables CritTemp1 "$UserInput$" "#@#UserSensorInput.inc"][!Refresh]Command2=[!Refresh #CURRENTCONFIG#];...some other measures[MeterSensorTemp1Bar]Meter=BarMeasureName=MeasureSensorTemp1BarOrientation=HorizontalX=rY=rW=315H=24BarImage=#@#Images\Bar\Temp Bar 1440p.pngContainer=MeterDotMatrixLeftMouseUpAction=[!CommandMeasure MeasureSensor1Input "ExecuteBatch 1"]DynamicVariables=1
Any assistance would be appreciated.
Statistics: Posted by jminternelia — Yesterday, 4:17 pm — Replies 1 — Views 34