It is currently September 15th, 2024, 8:04 am
calculator skin in rainmeter possible?
-
- Posts: 12
- Joined: June 12th, 2009, 6:45 pm
- Location: California
calculator skin in rainmeter possible?
I know how well Rainmeter's calc function can do its magic but would it be possible to make a basic calculator skin that can add, subtract, multiply, and divide and show the resulting value? if so, can it does trig functions and more intermediate math stuff? how about calculus functions?
My Tumblog
Everything I have made is located at my blog. Visit for my latest updates, skins, themes/etc.
-------------------------------------
TEAM V.I.S.O.R.
devART
Everything I have made is located at my blog. Visit for my latest updates, skins, themes/etc.
-------------------------------------
TEAM V.I.S.O.R.
devART
-
- Rainmeter Sage
- Posts: 642
- Joined: July 19th, 2009, 5:59 am
- Location: Montreal, QC, Canada
Re: calculator skin in rainmeter possible?
It's very likely possible, but I doubt if it's in any way practical. Realistically, you're better off just using the one that comes with windows. However, my interest is piqued so I think I'll do a little bit of testing with this. In theory it should be capable of any operation that the Calc function is, and possibly a little more with some creativity. Any useful calculus is probably right out though.
-
- Posts: 61
- Joined: April 22nd, 2009, 7:46 pm
Re: calculator skin in rainmeter possible?
It would be possible, though, the only way I can think to do it would be unwieldy. Using Quote or Webparser to read a formula out of a text file and feeding that into a calc statement. I did something similar to solve quadratic equations. Type the coefficients into a text file and voila, it's solved.
-
- Posts: 11
- Joined: December 18th, 2009, 8:24 am
Re: calculator skin in rainmeter possible?
Varelse seems to be right. The major problem is that rainmeter doesn't have a decent user input interface.Varelse wrote:It would be possible, though, the only way I can think to do it would be unwieldy. Using Quote or Webparser to read a formula out of a text file and feeding that into a calc statement. I did something similar to solve quadratic equations. Type the coefficients into a text file and voila, it's solved.
-
- Developer
- Posts: 22743
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: calculator skin in rainmeter possible?
While I know you didn't mean it this way, it sounds like you are saying that we wrote a crummy "user input interface". To be clear, Rainmeter by design and intent has NO "user input interface"..vindurriel wrote: Varelse seems to be right. The major problem is that rainmeter doesn't have a decent user input interface.
-
- Posts: 11
- Joined: December 18th, 2009, 8:24 am
Re: calculator skin in rainmeter possible?
You're right. But it would be more convenient when dealing with this issue.jsmorley wrote: While I know you didn't mean it this way, it sounds like you are saying that we wrote a crummy "user input interface". To be clear, Rainmeter by design and intent has NO "user input interface"..
-
- Posts: 1
- Joined: February 18th, 2010, 6:14 am
Re: calculator skin in rainmeter possible?
No user interface? Huh? What do you call the buttons and text on the screen then? I don't think a simple calculator would be very hard to make. You just need a button for each number, a button for each function (+. -, sin, etc) , and a text field to display values. I may work on this if I get some time, if someone can make a nice looking calculator skin, I can most certainly make the background code.
-
- Posts: 10
- Joined: February 21st, 2010, 5:31 am
Re: calculator skin in rainmeter possible?
sorry I don't mean to necropost but, did you ever do that testing you mentioned? I'd kind of like a rainmeter calculator
-
- Posts: 127
- Joined: June 10th, 2009, 8:26 am
Re: calculator skin in rainmeter possible?
he he in effect each skin is a user interface for a program that dont have one loltrippisme wrote:No user interface? Huh? What do you call the buttons and text on the screen then? I don't think a simple calculator would be very hard to make. You just need a button for each number, a button for each function (+. -, sin, etc) , and a text field to display values. I may work on this if I get some time, if someone can make a nice looking calculator skin, I can most certainly make the background code.
just an idea but each button could input into a textfile to be read somehow eg [nircmd.exe clipboard addfile 768]
this is a very interesting concept its got my brain ticking
-
- Rainmeter Sage
- Posts: 642
- Joined: July 19th, 2009, 5:59 am
- Location: Montreal, QC, Canada
Re: calculator skin in rainmeter possible?
I started on it, then I got kind of busy and forgot about it. It's definitely doable, but it's coming out to be quite a lot of work. I'm not sure that I'll finish it. I have simple operations working (+ - * /), but nothing more than that.legolas1042 wrote:sorry I don't mean to necropost but, did you ever do that testing you mentioned? I'd kind of like a rainmeter calculator