Originally posted by Sleepy
Search this thread for some links to news scripts and weather scripts. Note some news scripts will require modifying
For clickable items any Meter can be linked by enabling Allow Meter Linkage. Note wont work if you've pinned it to the desktop. To enable an image to be linkable place an empty text file over it and enable that instead.
html=replace(html,"Observed at ","OBSERVED:",1,1)
If w_object = "OBSERVED:" Then
w_obj_value = Left(w_obj_value,InStr(w_obj_value,"/")-3)
End If
If regwrite_ok = 50 Then
writefile_weather = "Registry written"
Else
writefile_weather = "Error"
End If
Basic GuideOriginally posted by IceBus
I still can't work out how to use peoples scripts I've dled... Can anyone give me an idiots guide?![]()
Originally posted by BigBadBenny
I'm still having trouble with the TV Guide.
I have added all the channels I want and can output them to the UKTV.txt but cannot populate the linked text file.
I have added Const Path = "C:\Program Files\Samurize\UKTV.txt" to the link in that file but am at a miss to where to put the actual line to output the channel?
I know its something simple I'm missing here?
Originally posted by Sleepy
Its reporting an error cos the count of registry writes is not what it expects. Change the value in this lineCode:If regwrite_ok = 50 Then writefile_weather = "Registry written" Else writefile_weather = "Error" End If
The version I d/l earlier allready had the wrong count It was 50 but should have been 51. So try 52 or count all the reg_write lines and see what it should beOriginally posted by Andy C
I did increase "regwrite_ok = 50" to 51, but it's still giving an error. Oh well, it works so I'll justc ignore it.![]()
Originally posted by Sleepy
The version I d/l earlier allready had the wrong count It was 50 but should have been 51. So try 52 or count all the reg_write lines and see what it should be![]()
- Change the command line which starts your Samurize Client.exe to include an Instance Name (if it doesn't already have one).
e.g. "C:\Program Files\Samurize\Client.exe" "JMH"
The Instance Name should match that in the instance_name variable in bbc_weather.vbs. You *must* use an instance name in the command line to launch the Samurize client, otherwise you will end up with multiple (duplicate) clients running. The reason for doing this is to ensure that other applications which have the filename Client.exe (e.g. Opera browser) are not closed in error. Note that you may have to re-select your Samurize config file in the client if you change the Instance name.