The modern way to do this is to use thread.callScript. It takes the address of a script, a list of parameters, and optionally the address of a table to put in...
6457
Jeremy Bowers
jerfb
Jul 3, 2002 7:07 pm
... http://docserver.userland.com/thread/, notably easycall and evaluate(to)....
6456
Katie, Abby, Alison a...
sdevore
Jul 3, 2002 7:02 pm
... You could use the thread verbs, (http://docserver.userland.com/thread/) to do this look at thread.easyCall and thread.callScript Sam D...
6455
Katie, Abby, Alison a...
sdevore
Jul 3, 2002 6:02 pm
... 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...
6454
mikel_maron
Jul 3, 2002 6:01 pm
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...
6453
mb1022002
Jul 3, 2002 2:56 pm
... I like the distinction between 'stable39; and 'leading (bleeding?) edge' configurations, with a user modifiable checkbox in the preferences. I also like the...
6452
mowerm
Jul 3, 2002 8:55 am
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...
6451
mowerm
Jul 3, 2002 8:27 am
... 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...
6450
Andy Fragen
ajfragen
Jul 3, 2002 4:00 am
Jeff, I think the script you're looking for is in one from a thread about the renderObject macro. Look on my scripts page, ...
6449
Andy Fragen
ajfragen
Jul 3, 2002 12:01 am
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...
6448
mikel_maron
Jul 2, 2002 10:22 pm
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...
6447
mb1022002
Jul 2, 2002 9:51 pm
... 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...
6446
mb1022002
Jul 2, 2002 7:08 pm
... feature ... and ... based ... I should have mentioned that automatic update only takes place when the appropriate user preference is checked in...
6445
Jeremy Bowers
jerfb
Jul 2, 2002 6:59 pm
... 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...
6444
mb1022002
Jul 2, 2002 3:54 pm
... L ... Is he really ? :-)...
6443
Scott C. Lemon
Scott.Lemon@...
Jul 2, 2002 3:00 pm
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...
6442
Jack Foster Mancilla
jaksonofjack
Jul 2, 2002 2:37 pm
*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...
6441
Jack Foster Mancilla
jaksonofjack
Jul 2, 2002 2:04 pm
*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...
6440
mb1022002
Jul 2, 2002 1:56 pm
... 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...
6439
mutualaid
Jul 2, 2002 1:40 pm
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...
6438
mb1022002
Jul 2, 2002 1:27 pm
... Sleep. There's great power in sleep. :-) Cheers Marc...
6437
mowerm
Jul 2, 2002 10:03 am
... 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...
6436
mowerm
Jul 2, 2002 9:58 am
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()...
6435
mowerm
Jul 2, 2002 9:24 am
... Hi Jake, Thanks for responding. I'm not sure yet that I understand what you're saying. Do you mind if I ask some more questions? Mainly I don't...
6434
Jake Savin
jsavin
Jul 2, 2002 12:15 am
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...
6433
Andy Fragen
ajfragen
Jul 2, 2002 12:03 am
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...
6432
Jake Savin
jsavin
Jul 1, 2002 11:01 pm
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....
6431
mowerm
Jul 1, 2002 9:52 pm
... 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...
6430
mowerm
Jul 1, 2002 9:25 pm
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...
6429
mowerm
Jul 1, 2002 9:08 pm
Hi, Using the outliner I started with the following: 1 local 2 ticks = clock.now() 3 radio.log.add( "liveTopics", "Calling install()", ticks ) With...