View Single Post
  #61 (permalink)  
Old 05-03-2007, 04:57 PM
Boxt's Avatar
Boxt
PPCGeeks Regular
Offline
Threadstarter
 
Join Date: Dec 2006
Posts: 130
Reputation: 10
Boxt is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Ive had this posted TC for a couple days and thought I would share the outcome so far.Thank to all the beta user for there valuble input.
Phil C

Fixes To 5.6 Beta 4 && ADDED FEATURES

--------------------------------------------------------------------------------

FIXES AND ADDTIONS MADE TO BETA FILES TO BE IMPLAMENTED INTO FINAL 5.6 CUT THIS WEEKEND

1) fIX ON INSTALL AND SOFTREST SETTING VALUES TO 0
RegWriteDWord ("HKCU", "System\State\Messages\vmail\Total\Unread", "Count", 0 )
RegWriteDword ("HKCU","System\State\Messages\TotalEmail\Unrea d", "Count", 0 )

2) FIX MADE TO DISPLAY LAYOUT-MEMORY 40MB
WriterString = %S% & " Sig="& %H% & "%" &" Bat="& %B% & "%" & " "& %tmemory% &"MB"

3) AJUSTED LONG DATE DISPLAY SO YEAR 2007 WAS IN FULL VIEW FOR LONG DAY VALUE/WEDNESDAY.
WriterString = %S% & " "& %shortstatus%&%DisplayDate%

4)Rebuilt Script structure of Cdate.60 sec timer setting outside main loop cause delay raging 15min to 2 hour delay of making the current new date change.Slimed down month names giving space need for carrier plugin dispaly
MonthName[01]="Jan"
MonthName[02]="Feb"
MonthName[03]="Mar"
MonthName[04]="Apr"
MonthName[05]="May"
MonthName[06]="June"
MonthName[07]="July"
MonthName[08]="Aug"
MonthName[09]="Sept"
MonthName[10]="Oct"
MonthName[11]="Nov"
MonthName[12]="Dec"

5)Took Sleep 5000 out of start up giving faster load after softresets.

6)We added six more displays now having the total of 12 available in display choice menu.the new six added Do not have TA status[S] displayed.

7)Changed Alert Control loop sleep to 975 with 25 giving total Sleep 1000.

Removed wav that is heard when choosing display choices from the alert settings menu giving faster response for menu pop ups.


9)Added LED/VIB selection to the alert setting menu using RegWriteDWord value VIBSET value 0-1. ...TREOSET.mscr case selection value settings.
Case 4
RemoveNotifications( "\Program Files\TREO ALERT\REMIND.mscr" )
RegWriteString "HKLM", "Software\Mort's MortScript\TREO ALERTS", "STATUS",[1]
RegWriteDWord ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "VIBSET", 1 )
RegWriteDword ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "SLEEP" ,1 )
RegWriteDword ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "VIB", 0 )
RegWriteDword ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "REMIND", 1 )
RegWriteDword ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "LED", 1 )
RegWriteDword ("HKLM", "Software\Mort's MortScript\TREO ALERTS", "ONOFF", 1 )
Sleep 200
CallScript( "\Program Files\TREO ALERT\TODAY.mscr" )
PlaySound "Program Files\TREO ALERT\VIB.wav"
NOTIFY = RegValueExists( "HKLM", "System\State\Shell\Notifications\Active", "CLSID" )
If ( NOTIFY )
Run ( "\Program Files\TREO ALERT\REMIND.mscr" )
Run ( "\Windows\LEDUp.exe", "0 1" )
EndIf

--------------------------------------------------------------------------------
Last edited by slingbox : Today at 04:43 PM.
Reply With Quote