Correction...
RRWarningWatcher is able to watch and alarm on any number type lable ie...temp, volt, volume,ect.. and alarm can be set off if < or > then alarm setting.
Printable View
Correction...
RRWarningWatcher is able to watch and alarm on any number type lable ie...temp, volt, volume,ect.. and alarm can be set off if < or > then alarm setting.
Added RRResumer
Hows about a expanded string match EVAL function that functions like "Select...Case"
i.e
BYSTR;< string variable>;Case1<<Case2<<Case3<<Case4 etc.
Was easy...
Cmd format is:
BYSTR;< string variable>;Case1<cmd><<Case2<cmd><<Case3<cmd><<Case 4<cmd><<ect<<<Case Else.
Example:
"BYSTR;$MyVar$;a<AUDIO><<b<DVD><<c<VIDEO><<d<cmd4> <<<NO"
The cmd's must be wrapped in "<" and ">".
Using a "<<<CMD" on the end will execute that cmd if nothing matched...ie a case else.
This plugin alone should eliminate a lot of little scipts because it couldn't be done with the std RR cmds.
How about a list of available drives on the PC?
In short, I want to completely retire filemanger.exe from my skin as an embedded plugin and the last detail I need is a list of available drives.
The way I have it working now is that I have an AI script get the PC drive info, create a txt file and load that info into a CL list.
I, then take the drive CL info, open a new screen that has a DL and use "SETPATH" to set the dir. From there, I just your filecopy/move cmd and deletefile for...whatever.
:)
Format suggestions or where to store the info?
I haven't tried it yet, but maybe an rrl file that acts in a similar way the audio browser display the browse.rrl file?
EDIT: I'm thinking something like "$pluginspath$\RRExtended\drives\browse.rrl"
I figure that loading the first screen, I can set DL list to the path above so that only the drives show.
Ideally, I would prefer to keep the filemanagement stuff in one screen rather than select a drive from a CL list and browse the drive in a DL list.
i.e.
Load;MyComputer.skin
Has:
BXX,...,"FILECOPY"
BXX,...,"FILEMOVE"
BXX,...,"DELETEFILE"
with a:
DL contains
Local Drive [C:]
DVD Drive [D:]
Local Drive [E:]
From there I can browse thru the drives. Copy files from C:\whatever to E:\whatever with a toggling button to get the source path and destination path.
Otherwise, a text file in the plugin's directory would work and I can just create two working skin screens.
Will look into that.,,
Another feature in prosess of being added is "RRFob"