... thread.getStackDump ( http://docserver.userland.com/thread/getStackDump ) may provide this. Can you give more information about how you would be using this...
What's the right way to create this sort of element: <whatever something="something else"/> Using this code doesn't give the right sort of element. ...
... This must be another one of those "there's no answer, it can't be done, so nobody will reply" questions. Is there something 'wrong' with how xml.decompile...
Hi, Sorry I can't be of more help but I guess you are right. None of us knows the answer! ... I use a function: on xmlSetAttr( adrElem, attName, attValue ) { ...
... Yes, I'm afraid so. ... You should only use xml.addTable to add new elements. To add attributes, first create a subtable named "/atts" and then add any ...
... This is a maddening situation. It's fortunate the ex-employees pick up the slack. ... If you're trying to produce simple XML for possible consumption by ...
Hello Looks like the webserver is substiting "<p>" for multiple new lines, and making "//" into '<a href="//">', on the text returned from my website function....
ah, slightly different problem. this page is being served up by the radio webserver to the browser, rather than upstreamed. ... first ... Radio from...
You are correct. I hadn't looked into how to alter the webserver to browser, if it's at all possible. If I figure it out all add it to the tool. -- Andy Fragen...
Perhaps this will help diagnose the problem? I developed some website routines in one tool, then moved them to another. The routines use a template that simply...
Hi folks, In a script like on script() { local form new( table, @form ) thread.callScript( "otherScript", {}, @form ) } then within otherScript() according to...
... Yes, that's how it is supposed to work. Note that in your example script the new thread receives a copy of the form table, i.e. any changes the original...
Oy, this is driving me in crazy circles Here's the simple quest I want to serve the contents of a wpText element, without that element being modified one bit....
Hi Andre, ... Many thanks for that. ... no ... Is that the one where it says there is no way to work out the value of 's' and 's' is nowhere in sight? :) I...
Hi: I am creating a glue DLL that will be called from UserTalk from both Frontier and Radio to enable e-commerce using Credit Cards and E-xact's Secure...
BTW, if you want the address of the context table, you can use parentOf (xyz), where xyz is a something that you know in advance will exist in the context...
Hi Mikel, The easiest thing to do is to use a macro to include the wptext object. The macro processing includes the text, but since macros are only processed...
... In this case, "stay-resident" just means that your glue scripts should call dll.load once before using dll.call. If you did not do this, the DLL would be...
Thank-you André for the really fast turnaround! I will try this out and post my results to radio-dev. ... both ... not ... Is ... has ... that ... is ... want...
Hi folks, I have a function: on getPref ( prefName ) { local { adrPrefs = liveTopicsSuite.util.getPrefs(); adrPref = @adrPrefs^.[prefName] }; if( !defined(...
Hi folks, Should the page-up and page-down keys work properly in a WP Text window? I tend to find that, whilst the cursor is in the window, they work but as...
... As always with UserTalk problems, the explanation can be found in Matt Neuburg's book: http://pages.sbcglobal.net/mattneub/frontierDef/ch09.html#pgfId-111 ...
... The script error got suppressed by defined(), similar to how it would be masked by a try statement. Also, if you want to test whether the address returned...
... Sorry, this part was incorrect since you already dereferenced the address of the pref in the getPref function, but then I'm not sure what the defined()...
Hi Andre, ... Ah well originally the scriptError wasn't in there, I put that in there to try and figure out why things weren't working as I expected. The test...
Hi folks, I can use radio.weblog.file.getCategoryFolder() to return the folder for a named category. Is there a script to get the "home" category folder? Or...
*This message was transferred with a trial version of CommuniGate(tm) Pro* . Hello, As I have been using NetNewsWire and some other readers as a test, I have...
Is there a way to half close a tcp connection? Roughly, I want to communicate with a tcp daemon that expects for the following sequence to happen. client opens...