hey thanks for the skin. maby i can help you finding problems. first of all i like the bar very cool. best shortcuts you can have.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-another thing is. on the cpu ram meter. i have a very long name for my processor. and so this sticks a little bit out on the left and the right.
you can put this in RoundCPU+RAM.ini
Code: Select all
[CPUNameSpeed]
Meter=String
MeasureName=mCPUName
MeasureName2=mCPUSpeed
MeterStyle=sAllText
FontSize=8
InlineSetting=Size | 6
InlinePattern=^.* (.*)$
Text=%1 / %2 MHz
Group=Info
Hidden=1
ClipString=1
X=117
Y=6
W=110
H=20
;strange. this gives 3K in stead of 3100
;ToolTipText=%1 / %2 MHz
-when use the searchbar and search test for google. it realy does not a thing. i have chrome, opera and firefox installed.
-with the network part. i see L for browser and R for email. they both do not a thing. hmm i noticed now you wanted to be selected by user.
sorry for that. but you can make use of the default.
this is a part of a fix. RoundNet.ini
Code: Select all
[Bg2]
Meter=Shape
Shape=Rectangle 0,0,60,60,50 | Fill Color 0,0,0,50 | StrokeWidth 2 | Extend StrokeAlpha
Shape2=Rectangle 9,9,42,42,50 | Fill Color 0,0,0,1 | StrokeWidth 2 | Extend StrokeAlpha2
Shape3=Rectangle 5,5,50,50,50 | Fill Color 0,0,0,1 | StrokeWidth 10 | Stroke Color 255,255,255,20
StrokeAlpha=Stroke Color #Color5#
StrokeAlpha2=Stroke Color #Color5#
LeftMouseUpAction=#APP3# "http://www.google.com"
RightMouseUpAction=#APP4#
Code: Select all
; --------------- WEB SEARCH ------------------
; Change the "Web" Variable to the path of your chosen Browser.
;Web=#PROGRAMPATH#..\..\MyApps\PA.c\PortableApps\FirefoxPortable\FirefoxPortable.exe
;Web="rundll32 url.dll,FileProtocolHandler http://www.google.com"
;Web="rundll32 url.dll,FileProtocolHandler "
Web="Explorer"
-with the music player you can open and close. i think that is used for dvd. but if i open and close again. the music never getting started again.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-with the network thing the ip adres is not shown. and says it is NA of 0.
little help for ip adres. replace this function. RoundNet.ini
Code: Select all
[mIP]
Measure=Plugin
Plugin=WebParser
URL=https://checkip.amazonaws.com/
UpdateRate=14400
RegExp=(?siU)^(.*)$
StringIndex=1
Substitute="":"N/A"
you music volume is from high to low. i have made something that you can use if you want to. it have steps from +10 to -10.
here is the code. but i need help with this because it is a little buggie. but it is also a little bit late for me now. RoundVolume.ini
Code: Select all
[Bg1]
Meter=Shape
Shape=Rectangle 0,0,60,60,50 | Fill Color 0,0,0,50 | StrokeWidth 2 | Extend StrokeAlpha
Shape2=Rectangle 9,9,42,42,50 | Fill Color 0,0,0,1 | StrokeWidth 2 | Extend StrokeAlpha2
Shape3=Rectangle 5,5,50,50,50 | Fill Color 0,0,0,1 | StrokeWidth 10 | Stroke Color 255,255,255,20
StrokeAlpha=Stroke Color #Color5#
StrokeAlpha2=Stroke Color #Color5#
LeftMouseUpAction=[!CommandMeasure "mOutput" "SetVolume #VolTotal#"][PLAY "#@#Windows Notify System Generic.wav"][!SetVariable VolTotal "(Clamp((#VolTotal#-10),0,(100)))"] [!UpdateMeasure mOutput] [!UpdateMeter *] [!Redraw]
;LeftMouseUpAction=[!CommandMeasure "mOutput" "SetVolume #VolLow#"][PLAY "#@#Windows Notify System Generic.wav"] [!UpdateMeasure mOutput] [!UpdateMeter *] [!Redraw]
MiddleMouseUpAction=[!CommandMeasure "mOutput" "ToggleMute"]
RightMouseUpAction=[!CommandMeasure "mOutput" "SetVolume #VolTotal#"][PLAY "#@#Windows Notify System Generic.wav"][!SetVariable VolTotal "(Clamp((#VolTotal#+10),0,(100)))"] [!UpdateMeasure mOutput] [!UpdateMeter *] [!Redraw]
;RightMouseUpAction=[!CommandMeasure "mOutput" "SetVolume #VolMax#"][PLAY "#@#Windows Notify System Generic.wav"] [!UpdateMeasure mOutput] [!UpdateMeter *] [!Redraw]