Quote: Originally Posted by Cris
Sorry, I meant in terms of configuring it to do stuff like toggling forward/backwards in a song ...
Configuring an application needs the knowledge of the right messages/keys to be sent. for example: If you like add menu item to control
FrodoPlayer, you simply choose
SendMessage and one of the following numbers in
params:
2048 - Previous
2049 - Rewind
2050 - Play
2051 - Pause
2052 - Stop
2053 - FastForward
2054 - Next
2055 - Shuffle
2056 - Repeat
2057 - VolumeUp
2058 - Volume Down
2059 - Mute
2060 - goDVDPlayer | Menu
2061 - goRadio | Title
2062 - goXM | Eject DVD
2063 - Playlist Down
2064 - Playlist Up
2065 - Dirlist Up
2066 - Dirlist Down
2067 - Fullscreen Toggle
2068 - FrodoPlayer Exit | Unload DVD
2069 - Standby
2070 - Hibernate
2071 - Shutdown
2072 - Restart
2073 - Log Off
2074 - Lock Computer
2075 - Mode Forward
2076 - Mode Back
2077 - Mode Change
2078 - Vis Mode Cycle
2079 - Vis Mode Change
2080 - Mini Toggle
2081 - Playlist Select
2082 - Preset
2083 - Info Save
2084 - Add Favorite
2085 - Volume Up 2
2086 - Volume Down 2
2087 - Dirlist Select
2088 - Minimize
To add FFWD/RWD to
MediaPlayer also use
SendMessage and set this parameters:
"0x111;18812" - Rewind
"0x111;18813" - FastForward
On
RoadRunner you have to use
SendCopyData and choose a string from the file "Skin Commands.txt" which is applied in RoadRunners installation directory,as there are (an excerpt):
"BROWSE" - Goes into the currently selected directory
"VISU" - Starts the current visualization plugin in Winamp (NOT YET IMPLEMENTED)
"SHUFFLE/REPEAT"- Cycles through the Shuffle/Repeat settings (Music only)
"MIXER" - Brings up the Mixer screen (mixer.skin)
"MUTE" - Cycles the Mute state of the master output line of the sound card
"MASTERMUTE" - Same as "MUTE"
"VOL-" - Decreases the current master volume output level
"VOL+" - Increases the current master volume output level
"EJECT" - Open/Close the door of first CDROM drive in the machine
"PREV" - Plays Previous track in the playlist
"PREV2" - Similates the Prev of some audio systems -- 1 click restarts song, next click = "PREV"
"PLAY" - Cycles through a Play/Pause state of current song. (RR Only

When Radio is ON, acts as "PRESETMODE"
"NEXT" - Plays NEXT track in the playlist
"STOP" - Stops the playback of current song. (RR Only

When Radio is ON, acts as "SCAN"
"PAUSE" - Pauses Music/Video or Mutes FM/XM/SIRIUS respectively
"RESUME" - Resumes Music/Video or UnMutes FM/XM/SIRIUS respectively
"GAMMA" - Switches the current Gamma Mode (Day/Night)
"LIGHTING" - Same as "GAMMA?" ?
"DESTINATOR" - Runs the Destinator GPS (now Map Monkey), using setting 'destinatorpath' in RR.INI
"MAPPOINT" - Loads Mappoint Internal Map Screen (NOT YET IMPLEMENTED)
"EXTERNAL" - Runs the External GPS application using the 'gpspath' and 'gpsname' settings from RR.INI
"CLOSE" - Closes the application currently open in the current screen
BTW: If you configure only 1 menu item for an application, it will be executed immediatelly (no menu pops up). So you're able to configure the media control buttons (Play/Pause, FWD/RWD...) of your favourite player directly in the bar. This makes it more comfortable to use, like the red buttons below:
Configuring an application sometimes needs deeper knowledge of how the app is working and the best source is to ask the developer, cause he knows best.
Quote:
How do you get ridd of the voice? I've set all things in the configure menu regarding voice to false, but the voice is still there?
Set
UseVoice to false and restart MWI (although, I found a bug in this

, so I'will put an updated version online today).
Quote:
How can I close the dictionary? I didn't find any use for those letters yet...(in MWI that is...

) I'd find it more usefull if it were only a task switching operation.
You don't need to close the dictionary, it disapears if you type ahead and no more words were found. The focus to switch to the dictionary is set via timer; If you set it's value to 0, no switching takes place.
I plan do make a task switcher in AppControl someday.
Quote:
Also, I noticed that if you set it in configuration so that MWI toggles the volume, when toggling through the applications in MWI (so not through their options; for example: Frodo player-media player-roadrunner....) the volume aslo changes. When entering the options for an aplication this problem disapears.
Same thing happens when in dictionary of switching applications.
I don't know if this is the same but on my PowerMate the Volume window pops up if I hold down the knob very, very short. This is because the doubleclick is supposed to open the volume setting. To avoid this, hold the button a bit longer.
Quote:
I've used this app everyday for a few days now, and it's ABSOLUTLY FANTASTIC!!! I like it so much I use it on the home pc as well!
Zorro, you're a genius!

Thank you, you're welcome