From dfeep in the heart of France, I wish all list members the happiest New Year 2006! -- Par principe, je doute de tout, sauf de ce dont je suis sűr. ...
Hello, You are right i said "Happy new year" to earlier. I apologize :-) HAPPY NEW YEAR EVERYBODY ! Thanks for the answer. I was quite sure i will need to work...
Hi guys, If someone will explain what all this wsdl stuff is about, I'll be happy to whip up an external to do it. From what I can tell, the idea is to pass...
... As I am sure you know Ken, the problem with really good quality speech is that the program has to know a lot about the language it is speaking. It would...
... I don't have more than a superficial understanding of the whole thing either. But there is an ADC doc that covers the Applescripting of SOAP calls which...
If you use it in combination with css and javascript you can program a user interface or a whole website using only one html page or html framset. No need to...
... Sounds like AJAX to me. (http://en.wikipedia.org/wiki/AJAX) Tomas Franzén Lighthead Software http://www.lightheadsw.com/ [Non-text portions of this...
well, from apples site it looks like you can do this with a simple AppleEvent of class 'rpc ' and event ID of 'RPC2' or 'SOAP' Now how to set up the parameters...
Hi guys. This seems so straight forward, I'm sure I am missing something totally obvious. But I am using a script which works fine in one window and then gives...
There weren't any quotes in the text field. I changed the script and I'm not getting an error anymore, but the durned file won't write to disk. Here are the...
I think you're almost there. This works for me... function writelog theText put "echo '" & theText &"' > ~/Desktop/test.txt" into tCmd get shell(tCmd) end...
... You could even allow single and double quotes in the data you're going to echo if you do a replace and put a "\" before each quote. [Non-text portions of...
... Excellent suggestion. For newbies, Dave H is talking about using the SC 'replace' command to search for quote and replace with \" and then use replace to...
The Console.app is a handy shell() debugging aid. Open the console & clear the log... jump back to SC to execute a shell() call... then check the console.log...
Although changing the formatting a bit seemed to help, there were some unexpected occurences when I tried to fully implement this. Setup is 2 cd fields, top...
... Miner difference between SuperCard and the sun ( I assume )... SC is an evolving, plastic, ever changing, human-built entity, (it is on the effect end of...
I really don't get it. My comments are always in support of SC! Always! A better product... a more human product... will sell more... will allow people to...
Heres a little handler that taps AppleScript via the shell() function to convert a Mac path to Unix path. A quoting nightmare too ... there are single quotes...
... <snip> ... I can't locate the DockCommand external. I would be interested in trying that one out. ... I would like to give SC the awareness of monitor...
Dave, that works nicely, but for my edification, where is sharedpath()? Is that in the shared file? (not in SLG if you search for "shared" or "path"...) Vince ...
Randall, Nothing personal was intended. My observation on this is as follows. If people want a programming language that is more english-like in nature, they...