It is currently March 28th, 2024, 12:12 pm

Can someone please help me?

Get help with creating, editing & fixing problems with skins
rucanunes
Posts: 24
Joined: December 20th, 2017, 10:28 pm

Re: Can someone please help me?

Post by rucanunes »

Hello,

Thank you very much for your help guys!! I'm almost done putting these desktop on all school PCs. (Sweating)

Here's the zip with the package.. The file I need to change it's the (Notes.ini) "Informações / Convocatórias" so it would look like the other one on the image "Últimas Notícias".

Image
Attachments
Amnio.zip
(1.41 MiB) Downloaded 16 times
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Can someone please help me?

Post by balala »

rucanunes wrote:Thank you very much for your help guys!! I'm almost done putting these desktop on all school PCs. (Sweating)

Here's the zip with the package.. The file I need to change it's the (Notes.ini) "Informações / Convocatórias" so it would look like the other one on the image "Últimas Notícias".
First add the following variable in the [Variables] section of the skin:

Code: Select all

[Variables]
...
Size=20
This will be the size of the icon. Obviously you can use the desired size, but a larger value then 20 won't look good enough. Please let me know if you want a larger icon, to furtherly make the needed modifications of the code.
Following step will be to add the [MeterIcon] Image meter, between the [InvisibleNotesBackground] and [NotesTitle] meters. Be careful to not place it anywhere else:

Code: Select all

[InvisibleNotesBackground]
...

[MeterIcon]
Meter=Image
ImageName=#@#ADD-HERE-THE-NAME-OF-THE-DESIRED-IMAGE
X=0r
Y=2r
W=#Size#
H=#Size#

[NotesTitle]
...
Take care to add to the ImageName option the proper image name.
The last step is to add the proper position options to the [NotesTitle] meter, beside the existing options:

Code: Select all

[NotesTitle]
...
X=2R
Y=-2r
rucanunes
Posts: 24
Joined: December 20th, 2017, 10:28 pm

Re: Can someone please help me?

Post by rucanunes »

Thank you for your help. I'll try to do that and let you know. You're a freat guy! Tks!! :17good
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Can someone please help me?

Post by balala »

rucanunes wrote:Thank you for your help. I'll try to do that and let you know. You're a freat guy! Tks!! :17good
You're welcome. Please let me know if everything is ok.
rucanunes
Posts: 24
Joined: December 20th, 2017, 10:28 pm

Re: Can someone please help me?

Post by rucanunes »

It worked like a charm!!!!

Is it possible to change the width and height? (Asking to much???)
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Can someone please help me?

Post by balala »

rucanunes wrote:(Asking to much???)
No, at all.
rucanunes wrote:Is it possible to change the width and height?
You mean the width and height of the icon? If so, you have to enter the needed value as the Size variable in the [Variables] section. As I said, using a greater value then 20 could create some problems, but if you want, modifying a few options can help again. Just let me know what size would you like. Also I forgot, but probably adding a PreserveAspectRatio=1 option, added to the [MeterIcon] meter also can be useful.
rucanunes
Posts: 24
Joined: December 20th, 2017, 10:28 pm

Re: Can someone please help me?

Post by rucanunes »

Perfect once again!!! Thank you very much!

I'm learning a lot because of you guys!! :17good
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Can someone please help me?

Post by balala »

You're welcome. I'm glad if you learned somethings.
Post Reply