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 12-17-2008, 01:44 PM   #76
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
ok looking good here so far short test on DNE.
reset my system clock to 24hr again plugin dose its job .

1 thing i have noticed (useing times only ) i get a double exe on night change.
is this because i have the 4 exe's in my exectbl file, i don't see anything in skintool.
but its not always happeneing,
i persume the dayevent/nightevent, are for the times and fall backs
and the sun/rise exe's are for the auto gps part,
if this is the case can the sun/rise exe's be turned off if set to another setting not auto.

if i'm wrong in my set up please say

thanks
ENJOY
carputer1 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 12-17-2008, 02:38 PM   #77
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
You are a little off base...

All of the events are using the same fall back mode. I'm thinking that the reason that your are getting dbl executions is because you have both the day/rise and night/set set to the same thing. ie... the sunset time comes up and then executes that cmd..then the nighttime rolls around and executes that command for which you have both set.

Simple solution for what your using it for, is to just eliminate the rise/set cmds.
__________________
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 12-17-2008, 02:43 PM   #78
FLAC
 
Chuck's Avatar
 
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,670
Chuck is on a distinguished road
The day night stuff seems to be working now but I notice that you cannot change stuff on the fly so if you change a setting you need to restart RR or it will not take affect.

SETVAR;DNE_Enabled;TRUE||SAVETOSKIN;DNE_Enabled;TR UE
SETVAR;DNE_Enabled;FALSE|| SAVETOSKIN;DNE_Enabled;FALSE
SETVAR;DNE_DayEventTime;7:00 AM

So if you use hibernation and change a setting you need to restart RR
__________________
2001 S10 ZR2

Chucks Skin - to old
Chuck is offline   Reply With Quote
Old 12-17-2008, 02:45 PM   #79
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
ok thank you

thought it might be that ,

@chuck

i have not incountered that myself , but saying that all my settings are in my skin.ini not rr.ini.
carputer1 is offline   Reply With Quote
Old 12-17-2008, 03:22 PM   #80
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 Chuck View Post
The day night stuff seems to be working now but I notice that you cannot change stuff on the fly so if you change a setting you need to restart RR or it will not take affect.

SETVAR;DNE_Enabled;TRUE||SAVETOSKIN;DNE_Enabled;TR UE
SETVAR;DNE_Enabled;FALSE|| SAVETOSKIN;DNE_Enabled;FALSE
SETVAR;DNE_DayEventTime;7:00 AM

So if you use hibernation and change a setting you need to restart RR

Well, to me that make no sence... you would either use static settings and only change them once in a blue moon or use just use the GPS to figure the times.

Is why it works the way it does...
__________________
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 12-18-2008, 01:06 PM   #81
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
day night event is working smoothly FYI
also found out , well for me anyway, for the times in the skin.ini / rr.ini
you don't need am or pm written in the settings, which for me is a good thing.

cheers blue , i shall move on to something else in exteneded and let you know.

ENJOY
carputer1 is offline   Reply With Quote
Old 12-18-2008, 01:10 PM   #82
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
I have seen some minor issues with some of the other features but I'm working on getting them all squashed, so that I can jump to do the same with my other PI'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
Blue ZX3 is offline   Reply With Quote
Old 12-19-2008, 01:18 AM   #83
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
just a thought if pos. on change from day - night, and visa versa, can the scipt remeber the last scr it was in and reload that scr after a reload of skin

ie. say i was in browser when then event takes place, it reloads the skin, then takes you back to browser.

i assume you the only way is by useing the screen name in the skin files.
carputer1 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 12-19-2008, 02:50 AM   #84
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 is easy...can do that all in RR code.

1. Put current screen into a variable (SETVARBYCODE;CURRSCRN;RRSCREEN)
2. Save to the skin.ini file for latter (SAVETOSKIN;LSTSCN;$CURRSCRN$)
3. Duh ( RELOADSKIN )
4. Load back original screen using saved variable (LOAD;$LSTSCN$)

PHP Code:
"SETVARBYCODE;CURRSCRN;RRSCREEN||SAVETOSKIN;LSTSCN;$CURRSCRN$||RELOADSKIN||LOAD;$LSTSCN$" 

__________________
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 12-19-2008, 06:51 AM   #85
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
thanks for the spoon feed , will try it tonight



all good mate cheers, had to add it to my AI script, as i have a reload in there.
but works a charm.

again thanks

ENJOY

Last edited by carputer1; 01-02-2009 at 11:21 AM.
carputer1 is offline   Reply With Quote
Old 01-02-2009, 12:13 PM   #86
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
day / night event now works as i invisioned it to be like . thanks for the time blue i think unless you have spotted anything else this 1 can be put to bed now.
the mode switch now works stand alone , meaning on which ever mode you have it on , it will only use those times, giving the user 3 choices of times that can be used.
gps time via gps mouse, gps static time via manual enter of lon/lat cords and finally manual times via manual entereing your prefered times.
all these setting can be set from within the skin, i have also added use rrgps cords, so where ever you are you can save these cords to static lon/lat times,

for me this is tops, finally a theme change timer that works great, well worth the time i put in over my time off.

again cheers

ENJOY
carputer1 is offline   Reply With Quote
Old 01-04-2009, 10:19 AM   #87
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
Insight for version 1.03

Fixed RRNumOskToCmd, not working properly
Fixed RREnter, now clears osk textbox on exit
Added DNE_Refresh cmd, to use the current saved settings w/o reloading skin (Req by chuck)
Added DNE_Enable cmd, realtime on/off of feaure w/o saving setting
Added TxtBoxToVar cmd, sets a var from the contents of a textbox, for super custom osk's
Added RRCalc_Func label, displays current function
Release of RRHostWatcher (RRHW), previously hidden
__________________
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 02-02-2009, 02:55 AM   #88
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
Update...

v1.03 released, see first post

I also added reference skins in the skin folder inside the plugin folder
__________________
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 02-02-2009, 02:58 AM   #89
THE EXPERIMENTER
 
carputer1's Avatar
 
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
carputer1 will become famous soon enough
Thank you
carputer1 is offline   Reply With Quote
Old 02-03-2009, 02:28 PM   #90
FLAC
 
Sal R.'s Avatar
 
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
Sal R. is an unknown quantity at this point
Nice.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
Sal R. 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 02:52 PM.


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