Updated: 9/20/04; 7:47:38 PM.
Fluid Flow: Frontier and Radio
Most of my work is in Frontier and Radio. This is a log of what I am working on, problems I am having, and solutions I've found.
        

Monday, January 28, 2002

I've got to admit, I don't really understand Garth's approach. I am guessing, however, that it results from ambiguities on where you can reroute around UserLand code.

As an old hand with Frontier, I now how to work back to the top of UserLand's code and divert it where I need to. Unfortunately in Radio finding this point is difficult.

My first thought was that it is there in your "index.txt" file, however, this isn't clear.

Actually, I think that you have to step up to the Radio responder to find where you can safely step out. So short of writing a new responder, you are stuck with Radio code.
5:16:08 PM    
Comment []


radio.macros.imageRef() has been updated to include an "alt" parameter. It may seem a trivial, but the alt attribute is important for non-sighted web users. Thanks to UserLand for providing this.
4:30:54 PM    
Comment []

I came across a little bug in Radio's update process. In Mac OS X when the "Update Radio Root..." is called from the dock, A dialog box comes up in Radio asking you if you want to update the root.

Unfortunately, Radio is not brought to the front where you can act on the dialog. So the update process does not start until you bring Radio to the front.

You can fix this (though, if you are at all squeamish about editing scripts in Radio, don't do this.), by jumping to system.verbs.builtins.rootUpdates.Update and adding the following line just before the line rootUpdates.init():

Frontier.bringToFront()

I will report this to the Radio bug list so hopefully it will get added to a future root update.
9:34:44 AM    
Comment []


© Copyright 2002-2004 Tom Clifton.
 
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


Click here to visit the Radio UserLand website.

Subscribe to "Fluid Flow: Frontier and Radio" in Radio UserLand.
Click to see the XML version of this web page.