It is currently April 26th, 2024, 1:05 am

Building a mini Launcher!!!! My last request.

Get help with creating, editing & fixing problems with skins
Ao Nuu Shin
Posts: 128
Joined: May 2nd, 2015, 9:13 am

Re: Building a mini Launcher!!!! My last request.

Post by Ao Nuu Shin »

.........By the Gods, what have I done?
Ao Nuu Shin
Posts: 128
Joined: May 2nd, 2015, 9:13 am

Re: Building a mini Launcher!!!! My last request.

Post by Ao Nuu Shin »

Yincognito wrote: February 19th, 2019, 9:22 pm And here is the image method button version, as promised. Set W and H as desired:

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1
;========================================================================
[Variables]
;========================================================================
[MT_Launcher_Button]
Meter=Image
ImageName="#@#Images\Ultrabar_ReleasedState.png"
MouseOverAction=[!SetOption MT_Launcher_Button ImageName "#@#Images\Ultrabar_HoveredState.png"][!UpdateMeter MT_Launcher_Button][!Redraw][PlayStop][Play "#@#Sounds\Hover.wav"]
MouseLeaveAction=[!SetOption MT_Launcher_Button ImageName "#@#Images\Ultrabar_ReleasedState.png"][!UpdateMeter MT_Launcher_Button][!Redraw]
LeftMouseDownAction=[!SetOption MT_Launcher_Button ImageName "#@#Images\Ultrabar_PressedState.png"][!UpdateMeter MT_Launcher_Button][!Redraw][PlayStop][Play "#@#Sounds\Click.wav"]
LeftMouseUpAction=[!SetOption MT_Launcher_Button ImageName "#@#Images\Ultrabar_HoveredState.png"][!UpdateMeter MT_Launcher_Button][!ToggleMeterGroup "LauncherItemsGroup"][!Redraw]
X=0
Y=0
W=273
H=37
;========================================================================
[MT_Launcher_Text]
Meter=String
StringAlign=CenterCenter
FontFace=Consolas
FontColor=255,255,255,255
AntiAlias=1
X=([MT_Launcher_Button:X]+([MT_Launcher_Button:W]/2))
Y=([MT_Launcher_Button:Y]+([MT_Launcher_Button:H]/2))
W=[MT_Launcher_Button:W]
H=[MT_Launcher_Button:H]
Text="Launcher"
;========================================================================
[MT_LauncherItem1]
Group=LauncherItemsGroup
Hidden=1
Meter=String
StringAlign=Center
FontFace=Consolas
FontColor=255,255,255,255
SolidColor=96,96,96,128
X=([MT_Launcher_Button:X]+([MT_Launcher_Button:W]/2))
Y=([MT_Launcher_Button:Y]+[MT_Launcher_Button:H]+5)
W=[MT_Launcher_Button:W]
AntiAlias=1
Text="Documents"
MouseOverAction=[PlayStop][Play "#@#Sounds\Hover.wav"]
LeftMouseDownAction=[PlayStop][Play "#@#Sounds\Click.wav"]
LeftMouseUpAction=["%USERPROFILE%\Documents"]
;========================================================================
[MT_LauncherItem2]
Group=LauncherItemsGroup
Hidden=1
Meter=String
StringAlign=Center
FontFace=Consolas
FontColor=255,255,255,255
SolidColor=96,96,96,128
X=([MT_Launcher_Button:X]+([MT_Launcher_Button:W]/2))
Y=5R
W=[MT_Launcher_Button:W]
AntiAlias=1
Text="Photos"
MouseOverAction=[PlayStop][Play "#@#Sounds\Hover.wav"]
LeftMouseDownAction=[PlayStop][Play "#@#Sounds\Click.wav"]
LeftMouseUpAction=["%USERPROFILE%\Pictures"]
;========================================================================
[MT_LauncherItem3]
Group=LauncherItemsGroup
Hidden=1
Meter=String
StringAlign=Center
FontFace=Consolas
FontColor=255,255,255,255
SolidColor=96,96,96,128
X=([MT_Launcher_Button:X]+([MT_Launcher_Button:W]/2))
Y=5R
W=[MT_Launcher_Button:W]
AntiAlias=1
Text="Music"
MouseOverAction=[PlayStop][Play "#@#Sounds\Hover.wav"]
LeftMouseDownAction=[PlayStop][Play "#@#Sounds\Click.wav"]
LeftMouseUpAction=["%USERPROFILE%\Music"]
;========================================================================
[MT_LauncherItem4]
Group=LauncherItemsGroup
Hidden=1
Meter=String
StringAlign=Center
FontFace=Consolas
FontColor=255,255,255,255
SolidColor=96,96,96,128
X=([MT_Launcher_Button:X]+([MT_Launcher_Button:W]/2))
Y=5R
W=[MT_Launcher_Button:W]
AntiAlias=1
Text="Videos"
MouseOverAction=[PlayStop][Play "#@#Sounds\Hover.wav"]
LeftMouseDownAction=[PlayStop][Play "#@#Sounds\Click.wav"]
LeftMouseUpAction=["%USERPROFILE%\Videos"]
;========================================================================
[MT_LauncherItem5]
Group=LauncherItemsGroup
Hidden=1
Meter=String
StringAlign=Center
FontFace=Consolas
FontColor=255,255,255,255
SolidColor=96,96,96,128
X=([MT_Launcher_Button:X]+([MT_Launcher_Button:W]/2))
Y=5R
W=[MT_Launcher_Button:W]
AntiAlias=1
Text="Notepad"
MouseOverAction=[PlayStop][Play "#@#Sounds\Hover.wav"]
LeftMouseDownAction=[PlayStop][Play "#@#Sounds\Click.wav"]
LeftMouseUpAction=["notepad"]
;========================================================================
And the images for the 3 button states - place them in the same location as before:

Ultrabar_ReleasedState.png
Ultrabar_PressedState.png
Ultrabar_HoveredState.png

Have a nice day!
Oh, ok! Thank you so much!! I will try that then and let you know!!

EDIT : OMG! IT REALLY WORKS! And also just the way I needed it, simple but still good looking! I do not know how to thank you, I really wish for the best, and now I can just keep finishing whatever else I need on my own, without issues! Thank you so much!!! Really!!! I have still 10 days left from now, this is way more than enough to wrap things up and make the skin look better. Thank you, thank you, thank you!!!
User avatar
Yincognito
Rainmeter Sage
Posts: 7164
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Building a mini Launcher!!!! My last request.

Post by Yincognito »

Ao Nuu Shin wrote: February 19th, 2019, 11:18 pmI have still 10 days left from now, this is way more than enough to wrap things up and make the skin look better. Thank you, thank you, thank you!!!
Good luck then!
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
Ao Nuu Shin
Posts: 128
Joined: May 2nd, 2015, 9:13 am

Re: Building a mini Launcher!!!! My last request.

Post by Ao Nuu Shin »

Yincognito wrote: February 19th, 2019, 11:48 pm Good luck then!
Thanks! I think I'll need it. haha

I hope she likes it. She's a programmer, so, this would seem like a "very cute" try from my end to her.

Uh, I added a discord executable in the launcher, too, as a 6th item, it works like a charm! I can do more things and even add more, I am in the process of finishing touches now, all thanks to you!
User avatar
Yincognito
Rainmeter Sage
Posts: 7164
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Building a mini Launcher!!!! My last request.

Post by Yincognito »

Ao Nuu Shin wrote: February 20th, 2019, 12:42 am Thanks! I think I'll need it. haha

I hope she likes it. She's a programmer, so, this would seem like a "very cute" try from my end to her.

Uh, I added a discord executable in the launcher, too, as a 6th item, it works like a charm! I can do more things and even add more, I am in the process of finishing touches now, all thanks to you!
Yeah, the skin is meant to be flexible. Apart from the already existing MouseActions of the button and the [MT_Launcher_Button:X-Y-W-H] formulas determining the X,Y,W and H in the meters, everything can be changed or added on. You could, for example, set different colors to each of the items, by changing each SolidColor option on the items, change fonts or their size, increase or decrease the distance between items by modifying the Y=5R lines to, say, Y=2R or Y=10R, and so on. The other parameters should adapt to your modifications accordingly (hence the formulas).
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
Ao Nuu Shin
Posts: 128
Joined: May 2nd, 2015, 9:13 am

Re: Building a mini Launcher!!!! My last request.

Post by Ao Nuu Shin »

Yincognito wrote: February 20th, 2019, 1:06 am Yeah, the skin is meant to be flexible. Apart from the already existing MouseActions of the button and the [MT_Launcher_Button:X-Y-W-H] formulas determining the X,Y,W and H in the meters, everything can be changed or added on. You could, for example, set different colors to each of the items, by changing each SolidColor option on the items, change fonts or their size, increase or decrease the distance between items by modifying the Y=5R lines to, say, Y=2R or Y=10R, and so on. The other parameters should adapt to your modifications accordingly (hence the formulas).
Dude, like, you are awesome!! I wanted to make a big tooltip text icon, like a tutorial, every time you click it, it will show you another tip. I'll like put 3 tips in it, so she can see and knows/remember what to do and how to drag with ctrl some of the skins. But I settled down with a tooltip text on the launcher on how to move it around the desktop. Man, you are amazing!

Honestly, thank you all, especially Yincognito and Balala! I am in your debt.