It is currently May 2nd, 2024, 4:40 am

Help with alignment and any suggestions you may have

Get help with creating, editing & fixing problems with skins
pmoon
Posts: 1
Joined: August 14th, 2011, 11:18 pm

Help with alignment and any suggestions you may have

Post by pmoon »

Hello All,

I am new to Rainmaker but have been enjoying my time trying to test and develop new ideas. I have used some enigma code and jobu code to try and create a click and drop task bar for my Office Apps (basically an APP launcher).

I have gotten this far but want to know how to line up the icons in a vertical line. Also, how would i move the drop down part to the right side of the main icon instead of the left.

All your help and tips would be greatly appreciated.

Thanks

PMoon

Ps. Also credit all users in the file below. I just copy and pasting different codes to make something.


CODE IS AS FOLLOW:

Code: Select all

; ------------------------------------------------------------------------------------------------
; Rainmeter Skin created by JoBu | Visit us at: http://forum.rainmeter.net/index.php
; ------------------------------------------------------------------------------------------------

[Rainmeter]
BackgroundMode=1
Author=JoBu
AppVersion=1001000
Update=10000

; ----[ METADATA ]--------------------------------------------------------------------------------

[Metadata]
Name=Gmail
Config=
Description=Display Gmail message count.
Instructions=None
Version=1.2.2
Tags=Mail | Gmail 
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Preview=None
Credits=All thanks to Poiru, Kaelri, KimboPrice, LAvalon and JSMorley.

; ----[ VARIABLES ]-------------------------------------------------------------------------------

[Variables]

@include=#SKINSPATH#Enigma\Resources\Variables\UserVariables.inc
App8=XCEL
App8Path=C:\Program Files\Microsoft Office\Office14\EXCEL.exe
App8Label=WEB
App8Icon=C:\Documents and Settings\Administrator\My Documents\Downloads\microsoft_excel.png


ColorBG=0,0,0,1

Font=Eurostile
Size1=10
Size2=8
Color=255,255,255,255
Color2=120,120,120,60

Text1=Office


AppShortcut1=Word
AppShortcut2=Excel
AppShortcut3=PowerPoint
AppShortcut4=NOTETABPRO
AppShortcut5=RAINBROWSER


AppPath1=C:\Program Files\Microsoft Office\Office14\EXCEL.exe
AppPath2=C:\Program Files\Microsoft Office\Office14\WINWORD.exe
AppPath3=C:\Program Files (x86)\Winamp\winamp.exe
AppPath4=C:\Program Files (x86)\NoteTab Pro\notepro.exe
AppPath5=C:\Program Files\Rainmeter\Addons\RainBrowser\rainbrowser.exe




; ----[ STYLES ]---------------------------------------------------------------------------------

[StyleFont1]
Meter=STRING
StringAlign=CENTER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontFace=#Font#
FontSize=#Size#
FontColor=#Color#
AntiAlias=1

[StyleFont2]
StringAlign=CENTER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontFace=#Font#
FontSize=#Size2#
FontColor=#Color#
AntiAlias=1

@include2=#SKINSPATH#Enigma\Resources\Styles\#Stylesheet#\Variables.inc
@include3=#SKINSPATH#Enigma\Resources\Styles\#Stylesheet#\TaskbarCommon.inc
SkinWidthMultiplier=2
Variant1=Icon
Variant2=IconRight
Variant3=Textless
Variant4=Normal
Variant5=Mini
Variant6=Tiny

; ----[ BACKGROUND ]------------------------------------------------------------------------------

[Frame]
Meter=IMAGE
SolidColor=#ColorBG#
Y=0
X=0
W=180
H=180

; ----[ METERS ]----------------------------------------------------------------------------------

[APPLICATIONS-TEXT]
Meter=STRING
MeterStyle=StyleIcon

Y=10
X=155

; MENU LINKS ----------------------------------

[APPLICATIONS]
Meter=Image
ImageName=C:\Documents and Settings\Administrator\My Documents\My Pictures\Testing\Office-icon.png

X=130
Y=10
W=30
H=30

LeftMouseDownAction=!Execute [!RainmeterShowMeter MENU] [!RainmeterShowMeter Shortcut1] [!RainmeterShowMeter Shortcut2][!RainmeterShowMeter Shortcut3] [!RainmeterShowMeter Shortcut4] [!RainmeterShowMeter Shortcut5] [!RainmeterRedraw]



; APPLICATIONS SUBMENU -------------------------

[MENU]
Meter=IMAGE
ImageName=SubMenuBG.png
ImageAlpha=50
X=10
Y=10
W=100
H=170
Hidden=1

MouseLeaveAction=!Execute [!RainmeterHideMeter MENU] [!RainmeterHideMeter Shortcut1] [!RainmeterHideMeter Shortcut2][!RainmeterHideMeter Shortcut3] [!RainmeterHideMeter Shortcut4] [!RainmeterHideMeter Shortcut5] [!RainmeterRedraw]

[Shortcut1]
Meter=IMAGE

X=40r
Y=20r
W=20
H=20
ImageName=C:\Documents and Settings\Administrator\My Documents\Downloads\microsoft_excel.png

Hidden=1
LeftMouseDownAction=!Execute ["#AppPath1#"]




[Shortcut2]
Meter=IMAGE
X=40r
Y=20r
W=20
H=20
ImageName=C:\Documents and Settings\Administrator\My Documents\Downloads\microsoft_word.png

Hidden=1
LeftMouseDownAction=!Execute ["#AppPath2#"]

[Shortcut3]
Meter=STRING
MeterStyle=StyleFont2
X=r
Y=20r
Text=#AppShortcut3#
Hidden=1
LeftMouseDownAction=!Execute ["#AppPath3#"]

[Shortcut4]
Meter=STRING
MeterStyle=StyleFont2
X=r
Y=20r
Text=#AppShortcut4#
Hidden=1
LeftMouseDownAction=!Execute ["#AppPath4#"]

[Shortcut5]
Meter=STRING
MeterStyle=StyleFont2
X=r
Y=20r
Text=#AppShortcut5#
Hidden=1
LeftMouseDownAction=!Execute ["#AppPath5#"]


; ----[ END OF LINE ]-----------------------------------------------------------------------------
Last edited by jsmorley on August 24th, 2011, 10:11 am, edited 1 time in total.
Reason: Edited to use [Code][/Code] for long code segments.