Hi folks, I would be grateful to anyone willing to verify that the "RSS" feed at: http://radio.weblogs.com/0107808/feedwithtopics.xml works properly in your...
Yikes!! I don't know what has caused this but I seem to have a major problem with my Radio (8.0.8/Win2K). One of my install scripts seems to be freezing on a...
... I thought I had it. I removed all the tools except: manillaBloggerBridge myPictures staticSites whoIs none of which have been modified by me. When I...
Hi Matt, Probably what's going on here is that Radio is trying to put up a dialog box asking if you want to compile the script XXX, before closing the window....
Jake, I have the following line is one of my scripts and it seems to execute fine without any sort of dialog box. script.compile (@adrScript^) Of course one of...
I generally see the dialog when using script.newScriptObject, not when using script.compile. Perhaps a pre-emptive call to script.compile would make things...
Hi Jake, ... Just following along. I don't ever remember seeing a dialog when I invoke script.newObject (). Also, for me, it is the call to script.compile()...
... Hmm... irritatingly this morning the problem seems to have gone away by itself. I have all my tools installed, I'm not doing anything different to last...
On April 20, 2002, I created this: http://radio.weblogs.com/0100391/2002/04/20.html An outline of a website. I remember feeding a url to a script, and the...
... There's also great power in group development ! I'll try to give some background to what Matt and I are trying to do, and maybe Jake or anyone else...
*This message was transferred with a trial version of CommuniGate(tm) Pro* . ... Marc Barrot is doing this with his activeRenderer ... This is his S L A M...
*This message was transferred with a trial version of CommuniGate(tm) Pro* . Hello I know this may sound a little silly, but I liked it. This is in regards to...
Hello! I am curious if there are SOAP or XMLRPC interfaces in Radio to control it's operation? For example, can I get/set the Radio preferences via SOAP or...
... It is also possible to DIY... several tools have update scripts that involve publishing an update to the Tool, and another script that updates the tool...
... searching... I finally found out it was a problem with liveTopics initialization code way before the update code was called. It's fixed now. Actually, I...
Hi Found a bug in how tcp.httpClient parses cookies. It's assuming that the value of the cookie does not contain the "=" character. The cookie specification...
Matt, If you call script.newScriptObject and a script object already exists at that location you will get a dialog box and Radio will stall until that dialog...
... This is a good discussion. Here's what I had in mind: In essence, I imagine that there will be users (80%) who will just want major releases and will...
Hi Andy, ... exists at ... that ... Ah, now I know why I never see the dialog. All my code that uses newScriptObject is prefixed by: if( defined( scriptObject...
... I like the distinction between 'stable' and 'leading (bleeding?) edge' configurations, with a user modifiable checkbox in the preferences. I also like the...
Hi folks I need a script which can spawn another script, and not wait for the completion of its execution. Is this possible in Radio/Frontier? A semi-solution...
... Really all you would need to do is to make scripts that are pointed to from the user.betty.rpcHandlers table that set and get the values that you want. All...