|
 |
|
12-17-2008, 01:44 PM
|
#76
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
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
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
12-17-2008, 02:38 PM
|
#77
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
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.
|
|
|
12-17-2008, 02:43 PM
|
#78
|
|
FLAC
Join Date: Sep 2003
Location: Ellicott City, MD
Posts: 1,670
|
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
|
|
|
12-17-2008, 02:45 PM
|
#79
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
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.
|
|
|
12-17-2008, 03:22 PM
|
#80
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Quote: Originally Posted by Chuck 
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...
|
|
|
12-18-2008, 01:06 PM
|
#81
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
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
|
|
|
12-18-2008, 01:10 PM
|
#82
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
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.
|
|
|
12-19-2008, 01:18 AM
|
#83
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
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.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
12-19-2008, 02:50 AM
|
#84
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
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$"
|
|
|
12-19-2008, 06:51 AM
|
#85
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
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.
|
|
|
01-02-2009, 12:13 PM
|
#86
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
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
|
|
|
01-04-2009, 10:19 AM
|
#87
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
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
|
|
|
02-02-2009, 02:55 AM
|
#88
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,565
|
Update...
v1.03 released, see first post
I also added reference skins in the skin folder inside the plugin folder
|
|
|
02-02-2009, 02:58 AM
|
#89
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
Thank you
|
|
|
02-03-2009, 02:28 PM
|
#90
|
|
FLAC
Join Date: Aug 2006
Location: Sun Diego
Posts: 1,405
|
Nice.
__________________
Pico-ITX / nLite'd XP Pro with EWF-HORM / RR v9/22/2009 / Winamp v5.13 / RRMedia v1.2.2
|
|
|
|
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 02:52 PM.
| |