Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
01-12-2006, 12:20 PM
|
#1
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
Skin "TIMER" events
I've found the TMR event that you can add to a skin, to execute something xxx seconds after the skin is loaded/run.
It appears as though providing 0 is not acceptable, I have to provide at least 1 second.
Is there any way to execute a command the exact instant I load a particular skin?
Thanks!
|
|
|
01-12-2006, 04:02 PM
|
#2
|
|
SMKFree
Join Date: Aug 2003
Location: Chicago
Vehicle: VW Passat
Posts: 4,841
|
well that depends, you can execute a command from any button that takes you to another skin by putting the commad after the load xx.skin command. But if you want to say execute a command when the skin first loads i dont know any other way other than w the timer.
|
|
|
01-12-2006, 04:41 PM
|
#3
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
*nod*
That's pretty much what I thought.
I suppose I could rethink my plans.
What I wanted to do was trigger an event in girder, so that each skin, would have it's own input profile.
Technically, if I'm inputting commands from girder, I could just add that as another action for the same event. But I was worried about cases where girder would send the command to RR, and for whatever reason, it may not actually load the requested skin. Then I'd have my controls setup for a skin I'm not on!
Eep!
|
|
|
01-12-2006, 04:49 PM
|
#4
|
|
FLAC
Join Date: May 2005
Location: Vienna, VA
Posts: 1,382
|
Do something like this.
In ExecTBL.ini, define a skin-specific command like this.
"DO_THIS", "RR_command_here",audio_player.skin
"DO_THAT", "Another_command_here",video_player.skin
Then have girder execute "DO_THIS" when you push a button. This way, the command only gets carried out when audio_player.skin is active.
You can have the same button trigger "DO_THAT." Depending on which skin is currently active, only one command gets carried out (or none at all if both are not active).
However, this method will get cumbersome and out of hands quickly if you have lots of skin-specific commands.
I humbly suggest guino add support for sending skin-specific commands to RR from girder (or an external app).
Somthing like this would work.
"Next;audio_player.skin"
This way we don't need to define these commands in ExecTBL.ini.
Last edited by b8bboi : 01-12-2006 at 04:53 PM.
|
|
|
01-12-2006, 06:16 PM
|
#5
|
|
Variable Bitrate
Join Date: Apr 2005
Location: Southern Califorina
Vehicle: 1999 Ford Explorer
Posts: 227
|
Ohhh yeah..
That's much more elegant!
I think I'll give that a try.
Thanks for the pointer. :-D
|
|
|
01-14-2006, 09:50 PM
|
#6
|
|
RoadRunner Mastermind
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Vehicle: 04/Mazda/RX-8
Posts: 8,028
|
the reason why 0 doesn't work is maily because RR will only load a screen when a load command has been issued -- in which case, you could add the command you wish to excute right behind it using the || command separator.
__________________
Road Runner,RR's Myspace
"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| 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 09:25 PM.
|
|