It is currently March 29th, 2024, 9:32 am

[Solved] Need to add more apps to this launcher

Get help with creating, editing & fixing problems with skins
FrienZ
Posts: 7
Joined: July 20th, 2009, 3:15 am

[Solved] Need to add more apps to this launcher

Post by FrienZ »

Hello all :)

I was wondering if there's a way to add more app's to this launcher.

Image

As you see above, only 5 applications are being added to the launcher but I wanna add 3 more applications, total of 8 app's.

Please help me out on this.

Thanks in advance :D

Code: Select all

; ENIGMA LAUNCHER MENU

[Rainmeter]
Author=Kaelri@gmail.com
Update=3600000

[Variables]
FontColor=255, 255, 255
FontColor2=255, 255, 255, 160
FontName=Calibri
FontHeight=10
FontHeight2=7
AntiAlias=1

; You can change each of these to match the apps you use. 
; If you change the images: the first is the icon as it normally appears, and the second is the highlighted icon shown when the button is held down.

MediaName=iTUNES
MediaLocation=itunes.exe
MediaIcon=MEDIA.png
MediaIconActive=MEDIAactive.png

PhotoName=PICASA 3
PhotoLocation=C:\Program Files\Picasa2\Picasa2.exe
PhotoIcon=PHOTO.png
PhotoIconActive=PHOTOactive.png

BrowserName=FIREFOX
BrowserLocation=firefox.exe
BrowserIcon=FIREFOX.png
BrowserIconActive=FIREFOXactive.png

EditorName=NOTEPAD
EditorLocation=notepad.exe
EditorIcon=NOTEPAD.png
EditorIconActive=NOTEPADactive.png

ChatName=TRILLIAN
ChatLocation=C:\Program Files\Trillian\trillian.exe
ChatIcon=CHAT.png
ChatIconActive=CHATactive.png
; -------------------------

[Border]
Meter=IMAGE
ImageName=../../_Taskbar/NootoVS Taskbar.jpg
W=615
H=33

[Filter]
Meter=IMAGE
SolidColor=0, 0, 0, 0
X=r
Y=r
W=615
H=33

[Detail1]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=r
Y=r
W=10
H=33

[Detail2]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=125
Y=r
W=5
H=33

[Detail3]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=245
Y=r
W=5
H=33

[Detail4]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=365
Y=r
W=5
H=33

[Detail5]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=485
Y=r
W=5
H=33

[Detail6]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=605
Y=r
W=10
H=33

; -------------------------

[Media]
Meter=IMAGE
ImageName=#MediaIcon#
X=20
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter MediaActive][!RainmeterHideMeter Media][!RainmeterRedraw]

[MediaActive]
Meter=IMAGE
ImageName=#MediaIconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#MediaLocation#"][!RainmeterShowMeter Media][!RainmeterHideMeter MediaActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[MediaLabel]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#MediaName#"

; -------------------------

[Photo]
Meter=IMAGE
ImageName=#PhotoIcon#
X=140
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter PhotoActive][!RainmeterHideMeter Photo][!RainmeterRedraw]

[PhotoActive]
Meter=IMAGE
ImageName=#PhotoIconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#PhotoLocation#"][!RainmeterShowMeter Photo][!RainmeterHideMeter PhotoActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[PhotoLabel]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#PhotoName#"

; -------------------------

[Browser]
Meter=IMAGE
ImageName=#BrowserIcon#
X=260
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter BrowserActive][!RainmeterHideMeter Browser][!RainmeterRedraw]

[BrowserActive]
Meter=IMAGE
ImageName=#BrowserIconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#BrowserLocation#"][!RainmeterShowMeter Browser][!RainmeterHideMeter BrowserActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[BrowserLabel]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#BrowserName#"

; -------------------------

[Editor]
Meter=IMAGE
ImageName=#EditorIcon#
X=380
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter EditorActive][!RainmeterHideMeter Editor][!RainmeterRedraw]

[EditorActive]
Meter=IMAGE
ImageName=#EditorIconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#EditorLocation#"][!RainmeterShowMeter Editor][!RainmeterHideMeter EditorActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[EditorLabel]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#EditorName#"

; -------------------------

[Chat]
Meter=IMAGE
ImageName=#ChatIcon#
X=500
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter ChatActive][!RainmeterHideMeter Chat][!RainmeterRedraw]

[ChatActive]
Meter=IMAGE
ImageName=#ChatIconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#ChatLocation#"][!RainmeterShowMeter Chat][!RainmeterHideMeter ChatActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[ChatLabel]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#ChatName#"
Last edited by FrienZ on July 25th, 2009, 2:57 pm, edited 2 times in total.
User avatar
bhadkow
Posts: 36
Joined: May 5th, 2009, 7:28 am

Re: Help!! Need to add more apps to this launcher

Post by bhadkow »

here's the modified code.... all u need 2 do is fill out the 'blank spaces' i.e specify the program details in the code and place respective icons in the folder .....

Code: Select all

; ENIGMA LAUNCHER MENU

[Rainmeter]
Author=Kaelri@gmail.com
CrudeMoD=bhadkow
Update=3600000

[Variables]
FontColor=255, 255, 255
FontColor2=255, 255, 255, 160
FontName=Calibri
FontHeight=10
FontHeight2=7
AntiAlias=1

; You can change each of these to match the apps you use. 
; If you change the images: the first is the icon as it normally appears, and the second is the highlighted icon shown when the button is held down.


App6Name=
App6Location=
App6Icon=
App6IconActive=



App7Name=
App7Location=
App7Icon=
App7IconActive=





App8Name=
App8Location=
App8Icon=
App8IconActive=





MediaName=iTUNES
MediaLocation=itunes.exe
MediaIcon=MEDIA.png
MediaIconActive=MEDIAactive.png

PhotoName=PICASA 3
PhotoLocation=C:\Program Files\Picasa2\Picasa2.exe
PhotoIcon=PHOTO.png
PhotoIconActive=PHOTOactive.png

BrowserName=FIREFOX
BrowserLocation=firefox.exe
BrowserIcon=FIREFOX.png
BrowserIconActive=FIREFOXactive.png

EditorName=NOTEPAD
EditorLocation=notepad.exe
EditorIcon=NOTEPAD.png
EditorIconActive=NOTEPADactive.png

ChatName=TRILLIAN
ChatLocation=C:\Program Files\Trillian\trillian.exe
ChatIcon=CHAT.png
ChatIconActive=CHATactive.png
; -------------------------

[Border]
Meter=IMAGE
ImageName=../../_Taskbar/NootoVS Taskbar.jpg
W=615
H=33

[Filter]
Meter=IMAGE
SolidColor=0, 0, 0, 0
X=r
Y=r
W=615
H=33

[Detail1]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=r
Y=r
W=10
H=33

[Detail2]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=125
Y=r
W=5
H=33

[Detail3]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=245
Y=r
W=5
H=33

[Detail4]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=365
Y=r
W=5
H=33

[Detail5]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=485
Y=r
W=5
H=33

[Detail6]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=605
Y=r
W=5
H=33

[Detail7]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=725
Y=r
W=5
H=33

[Detail8]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=845
Y=r
W=5
H=33

[Detail9]
Meter=IMAGE
SolidColor=0, 0, 0, 192
X=965
Y=r
W=10
H=33

; -------------------------

[Media]
Meter=IMAGE
ImageName=#MediaIcon#
X=20
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter MediaActive][!RainmeterHideMeter Media][!RainmeterRedraw]

[MediaActive]
Meter=IMAGE
ImageName=#MediaIconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#MediaLocation#"][!RainmeterShowMeter Media][!RainmeterHideMeter MediaActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[MediaLabel]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#MediaName#"

; -------------------------

[Photo]
Meter=IMAGE
ImageName=#PhotoIcon#
X=140
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter PhotoActive][!RainmeterHideMeter Photo][!RainmeterRedraw]

[PhotoActive]
Meter=IMAGE
ImageName=#PhotoIconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#PhotoLocation#"][!RainmeterShowMeter Photo][!RainmeterHideMeter PhotoActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[PhotoLabel]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#PhotoName#"

; -------------------------

[Browser]
Meter=IMAGE
ImageName=#BrowserIcon#
X=260
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter BrowserActive][!RainmeterHideMeter Browser][!RainmeterRedraw]

[BrowserActive]
Meter=IMAGE
ImageName=#BrowserIconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#BrowserLocation#"][!RainmeterShowMeter Browser][!RainmeterHideMeter BrowserActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[BrowserLabel]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#BrowserName#"

; -------------------------

[Editor]
Meter=IMAGE
ImageName=#EditorIcon#
X=380
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter EditorActive][!RainmeterHideMeter Editor][!RainmeterRedraw]

[EditorActive]
Meter=IMAGE
ImageName=#EditorIconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#EditorLocation#"][!RainmeterShowMeter Editor][!RainmeterHideMeter EditorActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[EditorLabel]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#EditorName#"

; -------------------------

[Chat]
Meter=IMAGE
ImageName=#ChatIcon#
X=500
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter ChatActive][!RainmeterHideMeter Chat][!RainmeterRedraw]

[ChatActive]
Meter=IMAGE
ImageName=#ChatIconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#ChatLocation#"][!RainmeterShowMeter Chat][!RainmeterHideMeter ChatActive][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[ChatLabel]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#ChatName#"

; -----------------------------------

[App6]
Meter=IMAGE
ImageName=#App6Icon#
X=620
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter App6Active][!RainmeterHideMeter App6][!RainmeterRedraw]

[App6Active]
Meter=IMAGE
ImageName=#App6IconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#App6Location#"][!RainmeterShowMeter App6][!RainmeterHideMeter App6Active][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[App6Label]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#App6Name#"


; -----------------------------------

[App7]
Meter=IMAGE
ImageName=#App7Icon#
X=740
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter App7Active][!RainmeterHideMeter App7][!RainmeterRedraw]

[App7Active]
Meter=IMAGE
ImageName=#App7IconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#App7Location#"][!RainmeterShowMeter App7][!RainmeterHideMeter App7Active][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[App7Label]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#App7Name#"


; -----------------------------------

[App8]
Meter=IMAGE
ImageName=#App8Icon#
X=860
Y=5
W=25
H=25
AntiAlias=1
LeftMouseDownAction=!Execute [!RainmeterShowMeter App8Active][!RainmeterHideMeter App8][!RainmeterRedraw]

[App8Active]
Meter=IMAGE
ImageName=#App8IconActive#
X=r
Y=r
W=25
H=25
AntiAlias=1
LeftMouseUpAction=!Execute ["#App8Location#"][!RainmeterShowMeter App8][!RainmeterHideMeter App8Active][!RainmeterHide "Enigma\Taskbar\Launcher\AppsMenu"][!RainmeterHideMeter Grabber Enigma\Taskbar\Launcher\Apps][!RainmeterShowMeter Apps Enigma\Taskbar\Launcher\Apps][!RainmeterHideMeter AppsActive Enigma\Taskbar\Launcher\Apps][!RainmeterRedraw]
Hidden=1

[App8Label]
Meter=STRING
X=28r
Y=5r
H=10
W=20
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
Text="#App8Name#"
if u have further doubts u can ask... comparing this code with original u can clearly understand how to make a skin... good luck!! :D
FrienZ
Posts: 7
Joined: July 20th, 2009, 3:15 am

Re: Help!! Need to add more apps to this launcher

Post by FrienZ »

Much thanks to you, bhadkow :D

your code sure helped me a LOT!!
niners
Posts: 1
Joined: March 12th, 2010, 4:41 pm

Re: [Solved] Need to add more apps to this launcher

Post by niners »

What .ini file is this, it doesn't match anything I have?
OnA
Posts: 1
Joined: December 11th, 2010, 11:27 pm

Re: [Solved] Need to add more apps to this launcher

Post by OnA »

where do i paste this code under ?