It is currently April 19th, 2024, 10:30 pm

Need help developing a skin

General topics related to Rainmeter.
User avatar
SoldierofCatan
Posts: 2
Joined: December 19th, 2009, 3:23 pm

Need help developing a skin

Post by SoldierofCatan »

I don't know about you but I am terrible at remembering important things like birthdays and such. I can set reminders on my phone but here's the problem. I see the reminder when I am busy and then forget to call and give birthday wishes later when I have free time.

So, I was thinking. I want to develop a reminder skin for birthdays (or any event that you need to remember). I'm always staring at my computer so this would make it virtually impossible for me to forget things.

Ideally I want the skin to sit on the desktop and be invisible. Then when the date is someone's birthday the alpha channel will become visible and thus you have a reminder on the desktop. Then when it is no longer the persons birthday the alpha channel of the reminder will return to its invisible state.

It would need to be easily modifiable. I would need a standard text for "Today is xxxx's Birthday". Then I would like to be able to modify the .ini file and enter people's birthdays. Then when the date is a birthday it will satisfy the action and display the text.


I could even set this up to show little graphical holiday greetings, which could be a cool feature

Seems simple enough. The problem is that I am very new to Rainmeter and have not yet had time to grapple with the coding language. I am good with actionscript programming but Rainmeter is an entirely new animal. I think I could figure this out with a bit of help.
Artwork is never finished...it is simply abandoned-Da Vinci
www.mattclair.com
scoop6274
Posts: 10
Joined: December 29th, 2009, 4:20 pm

Re: Need help developing a skin

Post by scoop6274 »

Sounds like an awesome idea. I could use one too! However, I would have no idea how to code it, or even how to provide help coding it. Let me know if anything comes of this.
User avatar
JamesAC
Developer
Posts: 318
Joined: July 14th, 2009, 5:57 pm

Re: Need help developing a skin

Post by JamesAC »

I was thinking of trying to make something like this,

I have an idea of how to do it but i want to come up with a way to edit it more easily

I was thinking of using Autoit or something similar to create an event input dialog.
+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++
Quis custodiet ipsos custodes?
User avatar
maminscris
Posts: 509
Joined: April 24th, 2009, 3:17 pm
Location: Bucharest, Romania Lat 44,43° Lon 26,1°

Re: Need help developing a skin

Post by maminscris »

Code: Select all

[Background]
Meter=Image
X=0
Y=0
W=200
H=70
SolidColor=FFFFFF

[Measuredate]
Measure=Time
Format=%d%m
IfEqualValue=0401
IfEqualAction=!Execute [!RainmeterShowMeter MeterBirth]
IfAboveValue=0401
IfAboveAction=!Execute [!RainmeterHideMeter MeterBirth]

[MeterDate]
Meter=String
MeasureName=MeasureDate
X=0
Y=0
StringAlign=LEFT
FontColor=000000
StringStyle=BOLD
Fontsize=13
Fontface=Tahoma
Antialias=1

[MeterBirth]
Meter=String
X=0
Y=14r
StringAlign=LEFT
FontColor=000000
StringStyle=BOLD
Fontsize=13
Fontface=Tahoma
Antialias=1
Text=This is the birthday
of course someone must think of all kind of variable
Zero at programing, zero at writing codes, so far 2 at making images
But I'm good at copy/paste, and I not always like this
Image