Hey there, i was wondering if it's possible to make a simple text field, where i can type, copy and paste text.
This kind of thing would be useful for me, as i wouldn't have to create a new text file every time i'll need some registration code, rebate code, etc. A simple 'clear' button would probably be useful, but i think i can figure that part out myself.
So, how should i go about doing this?
Thanks
Andrew
It is currently October 4th, 2023, 12:26 pm
Text field?
-
- Posts: 10
- Joined: December 20th, 2009, 11:02 pm
-
- Posts: 127
- Joined: June 10th, 2009, 8:26 am
Re: Text field?
dont wanna advertise my own skin but it sounds similar to what you need
http://wasky1.deviantart.com/art/Notes-Plus-155285945
http://wasky1.deviantart.com/art/Notes-Plus-155285945
-
- Posts: 10
- Joined: December 20th, 2009, 11:02 pm
Re: Text field?
Downloaded, very interesting.wasky1 wrote:dont wanna advertise my own skin but it sounds similar to what you need
http://wasky1.deviantart.com/art/Notes-Plus-155285945
I'm no rainmeter expert yet (unfamiliar with !bangs and the like, for now), i'm curious as to how it works, could you give a little synopsis?
-
- Posts: 127
- Joined: June 10th, 2009, 8:26 am
Re: Text field?
ok just pop the folder that comes in the zip file in C:\Users\YOURNAME\Documents\Rainmeter\Skinsandrew_berge wrote:
Downloaded, very interesting.
I'm no rainmeter expert yet (unfamiliar with !bangs and the like, for now), i'm curious as to how it works, could you give a little synopsis?
then refresh rainmeter and its ready to go. the image on the preview shows pretty much what it does , you can copy any text from web whatever, then hit the paste button on the skin and it will be displayed for you in the skin. you can press play for it to be spoken, edit to open it in notepad, create to create a document on your desktop ect, have a mess its pretty simple to pick up.
ps keep an eye out if you like it cause im gonna re-up soon with a text input button too!
-
- Posts: 10
- Joined: December 20th, 2009, 11:02 pm
Re: Text field?
Thanks, but i guess i should have worded that better.wasky1 wrote:ok just pop the folder that comes in the zip file in C:\Users\YOURNAME\Documents\Rainmeter\Skins
then refresh rainmeter and its ready to go. the image on the preview shows pretty much what it does , you can copy any text from web whatever, then hit the paste button on the skin and it will be displayed for you in the skin. you can press play for it to be spoken, edit to open it in notepad, create to create a document on your desktop ect, have a mess its pretty simple to pick up.
ps keep an eye out if you like it cause im gonna re-up soon with a text input button too!
I meant a general description of how the programming works, like in your ini file, what exactly does it do to be able to do the things it does, what steps it takes (and why is there a task killer in the skins folder).
I like to understand properly how things like this work so that i can fine tune to my needs.
Thanks.
-
- Posts: 127
- Joined: June 10th, 2009, 8:26 am
Re: Text field?
ok, when you press play a brilliant little command line tool called nircmd commands the text in your skin to be read. if however youve pressed play and your text is being read but you want it to stop, then you will press stop and this uses taskill to kill nircmd process. i assure you theres nothing fishy going on, taskill and nircmd are completely safe to use and to the best of my knowledge, in no way interfere with your system, and the best thing is unless they have been commanded to do something, they are not running.andrew_berge wrote:
Thanks, but i guess i should have worded that better.
I meant a general description of how the programming works, like in your ini file, what exactly does it do to be able to do the things it does, what steps it takes (and why is there a task killer in the skins folder).
I like to understand properly how things like this work so that i can fine tune to my needs.
Thanks.
here is NirCmd website for you to see which commands it can do
http://www.nirsoft.net/utils/nircmd2.html
hope this helps you
-
- Posts: 10
- Joined: December 20th, 2009, 11:02 pm
Re: Text field?
Oh man, i think i'm going to like nircmd very much.
Okay, i think i know enough about it to be able to tweak this to fit my theme.
Thank you very much, you've been a great help.
Andrew
Okay, i think i know enough about it to be able to tweak this to fit my theme.
Thank you very much, you've been a great help.
Andrew
-
- Posts: 127
- Joined: June 10th, 2009, 8:26 am
Re: Text field?
Anytime =)