Updated: 9/24/02; 2:16:27 AM.
Jake's Radio 'Blog
Inch-by-inch...
        

 

Saturday, January 12, 2002


Here's a tip for Radio Users: Say for whatever reason, your www folder was deleted. Now deleting your www folder is a Bad Idea, but some people have misunderstood how the software works, and deleted the www folder, in an attempt to "start over". I won't name any names.

Here's how to get a new www folder:

1) Bring the Radio application to the front, and choose Tools->Developers->Quick Script, to open the Quick Script window.

2) Copy the following script and paste it into the Quick Script window, and then click the Run button:

radio.data.flReinstallHomeFolderFiles = true
radio.utilities.homeFolderTextFiles.install ();
radio.utilities.systemFolderTextFiles.install ();
radio.userInterface.saveImages ();

That's it!
19:41'00    comment []

categories: Jake's Radio Tips


This is the first post to my Macros category!

Here's a neat little trick for changing the date format in your Day template. I wanted my dates to show up in YYYY.MM.DD format, so I changed <%longDate%> in my Day template to the following:

<%local (d = date ("<%shortDate%>"));
local (month = string.padWithZeros (date.month (d), 2));
local (day = string.padWithZeros (date.day (d), 2));
return (date.year (d) + "." + month + "." + day)%>

18:27'31    comment []


© Copyright 2002 Jake Savin.
 
January 2002
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
Dec   Feb



Radio Stuff

Themes



Subscribe to "Jake's Radio 'Blog" in Radio UserLand. Click to see the XML version of this web page.
Click here to send an email to the editor of this weblog.

Click on the coffee mug to add Jake Savin's Instant Outline to your Radio UserLand buddy list.


Subscriptions


Click here to visit the Radio UserLand website.