|
 |
|
08-26-2009, 03:49 PM
|
#211
|
|
Low Bitrate
Join Date: Jun 2007
Location: Germany
Posts: 81
|
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
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
08-26-2009, 04:14 PM
|
#212
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
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$
|
|
|
09-04-2009, 01:45 PM
|
#213
|
|
Newbie
Join Date: Mar 2007
Posts: 12
|
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!
|
|
|
09-04-2009, 01:54 PM
|
#214
|
|
Maximum Bitrate
Join Date: Jul 2007
Location: Ireland
Posts: 509
|
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.
|
|
|
09-04-2009, 02:04 PM
|
#215
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
That would be the simpler way to go...
|
|
|
09-09-2009, 04:48 PM
|
#216
|
|
Newbie
Join Date: Mar 2007
Posts: 12
|
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 
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.
|
|
|
09-10-2009, 12:20 AM
|
#217
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
We don't quote it being #1 for just any ole reason...
|
|
|
09-10-2009, 10:25 AM
|
#218
|
|
Constant Bitrate
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
|
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?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-10-2009, 11:26 AM
|
#219
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Quote: Originally Posted by spamminator 
"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 
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.
Last edited by Blue ZX3; 09-10-2009 at 11:30 AM.
|
|
|
09-19-2009, 06:50 PM
|
#220
|
|
Constant Bitrate
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
|
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?
|
|
|
09-20-2009, 03:02 AM
|
#221
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Yes, there is a path var $presetspath$ It is not HC'd, you can change it via the SETVAR cmd SETVAR;presetspath;c:\test
|
|
|
09-20-2009, 03:40 PM
|
#222
|
|
Constant Bitrate
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
|
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.
|
|
|
09-20-2009, 04:14 PM
|
#223
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,928
|
Quote: Originally Posted by spamminator 
- 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
|
|
|
09-20-2009, 05:28 PM
|
#224
|
|
Constant Bitrate
Join Date: Jun 2008
Location: Atlanta, GA
Posts: 132
|
Quote: Originally Posted by Enforcer 
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?
|
|
|
09-20-2009, 09:00 PM
|
#225
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,928
|
try it without the "RIGHT"
|
|
|
|
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 05:11 AM.
| |