Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Plugins > RR Released Plugins


Reply
 
Share Thread Tools Display Modes
Old 09-20-2009, 10:42 PM   #226
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
as per documention...

Code:
"FREEMEM" - Shows Physical Memory available (Kb can be used as format, otherwise it is in Mb) "ALLMEM" - Shows Total Physical Memory (Kb can be used as format, otherwise it is in Mb) "PAGEMEM" - Shows Page Memory available (Kb can be used as format, otherwise it is in Mb) "PAGESIZE" - Shows Page Memory Size (Kb can be used as format, otherwise it is in Mb) "ALLFREEMEM" - Shows All Memory available (Kb can be used as format, otherwise it is in Mb) "TOTALMEM" - Shows Total Memory size (Kb can be used as format, otherwise it is in Mb)


the Tip is used for "kb" not alignment on these lables...
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-21-2009, 07:57 AM   #227
Constant Bitrate
 
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
spamminator is an unknown quantity at this point
Quote: Originally Posted by mitchjs View Post
as per documention...

Code:
"FREEMEM" - Shows Physical Memory available (Kb can be used as format, otherwise it is in Mb) "ALLMEM" - Shows Total Physical Memory (Kb can be used as format, otherwise it is in Mb) "PAGEMEM" - Shows Page Memory available (Kb can be used as format, otherwise it is in Mb) "PAGESIZE" - Shows Page Memory Size (Kb can be used as format, otherwise it is in Mb) "ALLFREEMEM" - Shows All Memory available (Kb can be used as format, otherwise it is in Mb) "TOTALMEM" - Shows Total Memory size (Kb can be used as format, otherwise it is in Mb)


the Tip is used for "kb" not alignment on these lables...

So is there a way to right-align these labels?
spamminator is offline   Reply With Quote
Old 09-21-2009, 11:22 AM   #228
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Not as of current, though mitch might make seperate lbls for each one using Mb other Kb as that way the align will be able to be used.
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 09-21-2009, 12:58 PM   #229
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Quote: Originally Posted by Blue ZX3 View Post
Not as of current, though mitch might make seperate lbls for each one using Mb other Kb as that way the align will be able to be used.

How about adding a splitter to the tips part of labels, like there is with the text part.

ie


L32,610,463,180,25,#LCDR#,#LCDG#,#LCDB#,16,#LCDFon t#,"FREEMEM||=/||ALLMEM","RIGHT||KB"
Enforcer is offline   Reply With Quote
Old 09-21-2009, 02:28 PM   #230
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
I too suggested to mitch bout that...he replied NO. I really think that would allow for both to use the same field w/o adding yet another to it. Just like the temperature lbls, that you can put c2f/f2c ect. You can't align those either, and just to make separate lbls for each kind of lbl is only adding more confusion to the already long standard supported RR lbls.
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Old 09-21-2009, 03:55 PM   #231
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
i didnt think over complicating the "TIP" field was the way to go
i wanted to simplify if anything...

i didnt know about the temp lables, now there are more then 5 like this
ugh!


how about "FREEMEM;KB"
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live

Last edited by mitchjs; 09-21-2009 at 04:01 PM.
mitchjs is offline   Reply With Quote
Old 09-21-2009, 04:47 PM   #232
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Quote: Originally Posted by mitchjs View Post
i didnt think over complicating the "TIP" field was the way to go
i wanted to simplify if anything...

i didnt know about the temp lables, now there are more then 5 like this
ugh!


how about "FREEMEM;KB"

Well that's going to complicate it even more for skins that are already out there that use the KB in the tip field.

Better to add extra rather than move existing, less likely to break something
Enforcer is offline   Reply With Quote
Old 09-21-2009, 05:02 PM   #233
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
i just looked at code, its alot of change to do anything

there are more then i thought that use TIP as format

i would have to check for misuse of the tip, and thats hard if u want a custom format
(course i bet no one ever did use a custom format for these)

if we nixed the custom format (which is done using the VBformat command)
then we can check for the specific format options
and safely reject ones like "RIGHT", "LEFT"

the code that draws the skin, does not know how to handle "fmt||position"
that one is easier to implement...

i just need to think this out

initally i do like the TIP "fmt||pos"
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-21-2009, 05:12 PM   #234
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
doing more research

TIP is already set up for a split

the order is

"POSITION||xxxxx"

so i can do it that second item is formatting...

i think thats the plan

example
"FREEMEM","CENTER||KB"
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 09-21-2009, 06:15 PM   #235
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Which is basically what I said 5 posts ago.


Jeez, we actually agree on something, hold the presses.
Enforcer is offline   Reply With Quote
Old 09-21-2009, 08:23 PM   #236
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
yep.. but

it looks like i cant do it that way
because we allow mutiple labels in a label example

"FREEMEM||=kb ||ALLMEM||=MB", "kb||||mb"

looks spooky on that tip, but it makes sense

which is actually broken right now, the format wont be right

then there is switching labels >>

so... the simplest is to add new labels
or the ; in the label

im exploring adding a new field to the label definition
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 09-21-2009, 09:34 PM   #237
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
Enforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant futureEnforcer has a brilliant future
Geez, you had to go ruin it.

I think if people are going to have multiple labels where there is an extra formatting option then they really need to use two separate labels or stick the values in a variable.


There is only so much you can allow before you start compromising the systems integrity.
Enforcer is offline   Reply With Quote
Old 09-21-2009, 09:44 PM   #238
Raw Wave
 
Join Date: Oct 2004
Posts: 2,129
mitchjs is on a distinguished road
ok, its complete

L,474,100,300,27,212,208,200,16,"Arial:B","FREEMEM ||=kb ||MBM1","LEFT","kb||||c2f"

an additional field is now there...
a complex label that above works

the additional field is optional of course... u could still do it the old way...without any positional info also multiple formats didnt work before

basicly use "TIP" for positioning, and the new "FMT" field for formatting

more examples:

L,474,75,300,27,212,208,200,16,"Arial:B","FREEMEM| |=kb ||FREEMEM||=kb","LEFT","kb"
both will show in kb

L,474,100,300,27,212,208,200,16,"Arial:B","FREEMEM ||=mb ||FREEMEM||=kb","LEFT","||||kb"

1st one will show in mb, since thats the default format, and second in kb
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 10-15-2009, 10:19 AM   #239
Maximum Bitrate
 
pierrotm777's Avatar
 
Join Date: May 2008
Location: Bordeaux, France
Posts: 588
pierrotm777 will become famous soon enough
RRextended bug with foobar2000

I blue,

I have just tested foobar2000 with your plugin and the command
"NAVPAUSE" and "NAVRESUME":

"NAVPAUSE","RRVolRamper_Dn;75;30||Wait;2"
"NAVRESUME","RRVolRamper_Up;100;30

These commands run well with winamp and wmp but not foobar2000 .

I don't know where is the probleme .

Do you have an idea ?

Thanks
pierrotm777 is offline   Reply With Quote
Old 10-15-2009, 11:06 AM   #240
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Not w/o checking first.
__________________
RideRunner...The #1 FE, PERIOD.

RR Media >>HERE <<

RRExtended Plugin
Updated RR Config (Current Ver 1.0.2.0)
Old RR Versions
Complete CFX PSD Set
RRSkinEditor v.76c
DFX Btn Editor
Blue ZX3 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Volume too low on AUX line in, coming out of laptop. Silenkiller Car Audio 4 10-07-2008 08:45 PM
iPod Integration Coming Lazyflip Centrafuse 2 03-20-2008 01:14 AM
USB Hub not working after coming out of hibernation volum3rider Input Devices 25 09-11-2005 01:07 PM
NEW playstation II portable keyboard coming out soon clean customs Input Devices 3 03-04-2005 04:37 PM



All times are GMT -5. The time now is 04:09 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics