|
 |
|
09-20-2009, 10:42 PM
|
#226
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-21-2009, 07:57 AM
|
#227
|
|
Constant Bitrate
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
|
Quote: Originally Posted by mitchjs 
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?
|
|
|
09-21-2009, 11:22 AM
|
#228
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
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.
|
|
|
09-21-2009, 12:58 PM
|
#229
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
Quote: Originally Posted by Blue ZX3 
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"
|
|
|
09-21-2009, 02:28 PM
|
#230
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
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.
|
|
|
09-21-2009, 03:55 PM
|
#231
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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.
|
|
|
09-21-2009, 04:47 PM
|
#232
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
Quote: Originally Posted by mitchjs 
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
|
|
|
09-21-2009, 05:02 PM
|
#233
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-21-2009, 05:12 PM
|
#234
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
09-21-2009, 06:15 PM
|
#235
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
Which is basically what I said 5 posts ago.
Jeez, we actually agree on something, hold the presses.
|
|
|
09-21-2009, 08:23 PM
|
#236
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
09-21-2009, 09:34 PM
|
#237
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,938
|
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.
|
|
|
09-21-2009, 09:44 PM
|
#238
|
|
Raw Wave
Join Date: Oct 2004
Posts: 2,129
|
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
|
|
|
10-15-2009, 10:19 AM
|
#239
|
|
Maximum Bitrate
Join Date: May 2008
Location: Bordeaux, France
Posts: 588
|
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
|
|
|
10-15-2009, 11:06 AM
|
#240
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
Not w/o checking first.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:09 AM.
| |