Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 904

Help: Rainmeter Skins • Secret Digital Diary help

$
0
0
hii i'm trying to make a rainmeter skin that's a secret digital diary. it has a front cover png and a page png. i've coded so far the functionality of the opening pages back and forth. but i'm having trouble adding a text box on top of the widget that's editable (and saves progress when i refresh). i want there to be also maximum of 50 pages or less (with the same page.png). is there any way i can add a text box thats editable when i click on the skin apart from opening notepad editor?

Code:

[Rainmeter]Update=1000DynamicWindowSize=1AccurateText=1[Variables]IniFilePath=#@#diary.txtIsEditing=0[ImageMeter1]Meter=ImageImageName=diary.pngX=0Y=0W=350H=350LeftMouseUpAction=[!SetVariable IsOpen 1][!Refresh][ImageMeter]Meter=ImageImageName=page.pngX=0Y=0W=350H=350Hidden=1DynamicVariables=1[OpenButton]Meter=StringText="Open"X=260Y=235FontColor=255,255,255,255FontSize=16StringAlign=CenterLeftMouseUpAction=[!ToggleMeter ImageMeter1][!ToggleMeter ImageMeter][!UpdateMeter ImageMeter][EditButton]Meter=StringText="Edit"X=150Y=235FontColor=0,255,0FontSize=16StringAlign=CenterLeftMouseUpAction=[!SetVariable IsEditing 1][!Refresh][TextInput]Meter=StringMeterStyle=InputStyleMeasureName=MeasureInputTextX=40Y=60W=220H=200FontColor=0,0,0,255FontSize=14DynamicVariables=1Hidden=(#IsEditing#=0)[InputMeasure]Measure=PluginPlugin=InputText.dllFile=#IniFilePath#LineNumber=0DefaultText=Click to EditDynamicVariables=1[MeterSaveButton]Meter=StringText="Save Text"X=120Y=280FontColor=255,0,0,255FontSize=14StringAlign=CenterHidden=(#IsEditing#=0)LeftMouseUpAction=[!CommandMeasure InputMeasure "Save"][!SetVariable IsEditing 0][!Refresh][Styles][InputStyle]FontColor=0,0,0,255FontSize=14StringAlign=LeftDynamicVariables=1

Statistics: Posted by delirious — Today, 4:25 pm — Replies 3 — Views 63



Viewing all articles
Browse latest Browse all 904

Trending Articles