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 08-26-2009, 03:49 PM   #211
Low Bitrate
 
Join Date: Jun 2007
Location: Germany
Posts: 81
toxic000 is an unknown quantity at this point
Hello,

can i use the Feature(s)

-LoadFontList or
-GetMouseColor or
-SetFontPV or
-SetFontPVColor

to change a Font and his Color in the Skin for Labels, that have a Variable?
And if yes, how looks the code for this?


Thanks
toxic000 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-26-2009, 04:14 PM   #212
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
well i use it like this with Blues rrextened version

L01,11,56,86,49,#Rangercol#,#FONTSIZE1#,#Font1#,"= Page 1","WRAP-CENTER",,

i save the values from the color and font stuff to the skin.ini
ie

skin.ini settings

FTCOLOR=255,255,255
FONTSIZE=18
FONTTYPE=Arial

then in your skin file all that have the changes in them i use

/DEFINE FONT1 "$FONTTYPE$"
/DEFINE FONTSIZE1 $FONTSIZE$
/DEFINE Rangercol $FTCOLOR$
__________________
Links

Author of Ranger skin

Ford Ranger Truck Rebuild and system install Worklog

Current project status

Ranger Truck Rebuild 70% Current Open Project
Ranger Update:30% Total RE-WRITE
Ranger Help File:10%
Ride Runner Help File 30%
carputer1 is offline   Reply With Quote
Old 09-04-2009, 01:45 PM   #213
Newbie
 
Join Date: Mar 2007
Posts: 12
MX6er is an unknown quantity at this point
Global Timer Help

I was hoping someone could point me in the right direction as I am just not getting it

I am trying to use the global timer to auto switch screen to another.
My goal is to have certain screen time out after a 1 or 2 minutes and reload the menu skin

Thanks for any suggestions!
MX6er is offline   Reply With Quote
Old 09-04-2009, 01:54 PM   #214
Maximum Bitrate
 
Valheru's Avatar
 
Join Date: Jul 2007
Location: Ireland
Posts: 509
Valheru is an unknown quantity at this point
why not just use the IDL command in RR.

In the ExecTbl.ini file add a line like this "IDLE","MAIN",yourscreen.skin ... and just replace yourscreen.skin with the name of the screen you want to time out.

Then in the skin file add the line "IDL,60" as the fourth line of the skin.

Then yourscreen.skin will go back to the main menu after 60 seconds.
__________________
-------------------------------
The TEKNIK Family ... Teknik 1 & Teknik 2, Teknik T-3, Teknik v4.0
Valheru is offline   Reply With Quote
Old 09-04-2009, 02:04 PM   #215
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
That would be the simpler way to go...
__________________
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-09-2009, 04:48 PM   #216
Newbie
 
Join Date: Mar 2007
Posts: 12
MX6er is an unknown quantity at this point
Thanks very much! I appreciate the help. The more I learn about RR the more I am amazed at Guido and everyone else who works so hard on this project!!

Quote: Originally Posted by Valheru View Post
why not just use the IDL command in RR.

In the ExecTbl.ini file add a line like this "IDLE","MAIN",yourscreen.skin ... and just replace yourscreen.skin with the name of the screen you want to time out.

Then in the skin file add the line "IDL,60" as the fourth line of the skin.

Then yourscreen.skin will go back to the main menu after 60 seconds.

MX6er is offline   Reply With Quote
Old 09-10-2009, 12:20 AM   #217
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
We don't quote it being #1 for just any ole reason...
__________________
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-10-2009, 10:25 AM   #218
Constant Bitrate
 
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
spamminator is an unknown quantity at this point
I'm using the presetList portion of RREX, and I want to have 4 buttons that go along with it: load, save, add, delete. Load and save work fine, and for add I thought all I would need would be:

"OSKTOVAR;SELPRE||!PRESET;$SELPRE$;EQ||PRESETL IST"

which should pop the OSK, take the entered name and save the EQ to that file, then reload the list. But, it seems like RR executes the second part of the command by the time the OSK pops up. So, the first time I click the button and enter TEMP on the OSK, it creates ".pst" as a file, then the second time I click it and enter TEMP2 on the OSK, it saves a "TEMP.pst", because that's the value of SELPRE at the start of the command. Is there a way to serialize the execution of those commands?

Lastly, is there a way from within RR to delete a file?
spamminator is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-10-2009, 11:26 AM   #219
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Quote: Originally Posted by spamminator View Post
"OSKTOVAR;SELPRE||!PRESET;$SELPRE$;EQ||PRESETL IST"

You have to use a two seperate cmds to accomplish it.
This will bring up osk and then waits till you either OK it or cancel it. And has to have NO cmds after it, otherwise you'll end up with same results...

"OSKTOCMD;SELPRE;SavePreset"

Extra line for your exectbl file:
"SavePreset","!PRESET;$SELPRE$;EQ||PRESETLIST"

Quote: Originally Posted by spamminator View Post
Lastly, is there a way from within RR to delete a file?

Yes, but you have to use it against a DL list. You can't just use a cmd to delfile;xxx. I believe that I did add a cmd like that allows to just specify a file's path to del...check the rrext doc's.
__________________
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

Last edited by Blue ZX3; 09-10-2009 at 11:30 AM.
Blue ZX3 is offline   Reply With Quote
Old 09-19-2009, 06:50 PM   #220
Constant Bitrate
 
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
spamminator is an unknown quantity at this point
Thanks! The OSKTOCMD worked great for adding a new preset.

For the delete, I couldn't find anything that specified a file for deletion in RREXT, but whipped up a quick autoit script to do it for me.

Is there a configurable $PRESETPATH$ anywhere, or is it always hardcoded to $RRPATH$MixerPresets?
spamminator is offline   Reply With Quote
Old 09-20-2009, 03:02 AM   #221
The Curator
 
Blue ZX3's Avatar
 
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
Blue ZX3 will become famous soon enoughBlue ZX3 will become famous soon enough
Yes, there is a path var $presetspath$ It is not HC'd, you can change it via the SETVAR cmd SETVAR;presetspath;c:\test
__________________
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-20-2009, 03:40 PM   #222
Constant Bitrate
 
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
spamminator is an unknown quantity at this point
Couple things regarding the task manager:

- In the documentation, the second half of the labels are prefixed with "TaskMrg...", but I think this should be "TaskMgr...". For example, TaskMrg_CompIP is empty, but TaskMgr_CompIP shows the correct IP.

- I can't get TaskMgr_HomeDrive or TaskMgr_HDrvFree (with either spelling: Mrg or Mgr) to show anything. Do I need to do anything extra to get these to populate?

- When looking at the drive list, I can't jump back to the window list. TaskMgr_ListWindows becomes TRUE, but the CL still shows the drive list. Seems I have to switch to the process list and only then switch to the window list.

- Is it possible to create a label that contains the totals for free and used memory on the system?

Thanks.
spamminator is offline   Reply With Quote
Old 09-20-2009, 04:14 PM   #223
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,928
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 spamminator View Post
- Is it possible to create a label that contains the totals for free and used memory on the system?

Thanks.


Standard RR labels

FREEMEM
TOTALMEM
PAGEMEM
ALLFREEMEM
ALLMEM
PAGESIZE
Enforcer is offline   Reply With Quote
Old 09-20-2009, 05:28 PM   #224
Constant Bitrate
 
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
spamminator is an unknown quantity at this point
Quote: Originally Posted by Enforcer View Post
Standard RR labels

FREEMEM
TOTALMEM
PAGEMEM
ALLFREEMEM
ALLMEM
PAGESIZE

For some reason I can get MEM to work, but both ALLMEM and FREEMEM show "RIGOT" in the label in the skin. In skinTool both show the correct values, just in my actual skin it shows up as RIGOT...

L32,610,463,180,25,#LCDR#,#LCDG#,#LCDB#,16,#LCDFon t#,"FREEMEM||=/||ALLMEM","RIGHT"

Any ideas?

spamminator is offline   Reply With Quote
Old 09-20-2009, 09:00 PM   #225
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,928
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
try it without the "RIGHT"
Enforcer 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 05:11 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