Search the web
Sign In
New User? Sign Up
SuperCard
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 32350 - 32379 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32350
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. ...
Dominique Lang
dlangf67120
Offline Send Email
Jan 1, 2006
8:22 am
32351
Hi Vince, All credit to the folks who keep making interesting tools to explore. And Happy New Year to all! DCS...
onetriadrr
Offline Send Email
Jan 1, 2006
9:13 am
32352
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...
dominiquemege
Offline Send Email
Jan 1, 2006
3:05 pm
32353
hi Dominique, This: <http://developer.apple.com/documentation/AppleScript/Conceptual/ soapXMLRPC/chapter1/chapter_1_section_1.html#//apple_ref/doc/uid/ ...
John Johnston
troutcolor
Offline Send Email
Jan 1, 2006
3:59 pm
32354
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...
Chilton Webb
chiltonwebb
Offline Send Email
Jan 1, 2006
5:16 pm
32355
... 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...
ebowden2003
Offline Send Email
Jan 1, 2006
5:43 pm
32356
... 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...
Vince
bmw_em5
Offline Send Email
Jan 1, 2006
6:00 pm
32357
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...
Leon
illumine_2
Offline Send Email
Jan 1, 2006
6:16 pm
32358
... 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...
Tomas Franzén
tomasfranzen
Offline Send Email
Jan 1, 2006
6:29 pm
32359
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...
Bruce Martin
the1ripper2001
Offline Send Email
Jan 1, 2006
6:49 pm
32360
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...
Vince
bmw_em5
Offline Send Email
Jan 1, 2006
7:06 pm
32361
Hi Vince, When it fails, are there any quotes in theText? it doesn't look like 'do' is necessary... get shell(tCmd) DCS...
onetriadrr
Offline Send Email
Jan 1, 2006
8:35 pm
32362
If you can do an external it wil be fantastic :-) Dominique....
dominiquemege
Offline Send Email
Jan 1, 2006
8:41 pm
32363
I want to use web services (wsdl file) to send fax, email and sms and make an simple application on osx. Dominique....
dominiquemege
Offline Send Email
Jan 1, 2006
8:44 pm
32364
... Well, they did, except for the readily-and-cheaply part. Wizzard sells SDK's for each voice font to the tune of $295 US for each ...
Ken Norris
pixelbird2000
Offline Send Email
Jan 1, 2006
10:37 pm
32365
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...
Vince
bmw_em5
Offline Send Email
Jan 2, 2006
12:16 am
32366
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...
onetriadrr
Offline Send Email
Jan 2, 2006
12:49 am
32367
That seems to be doing the trick! Thanks, Dave. VA...
Vince
bmw_em5
Offline Send Email
Jan 2, 2006
1:47 am
32368
... 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...
Dave Higgins
davehiggins4...
Offline Send Email
Jan 2, 2006
2:40 am
32369
... 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...
Vince
bmw_em5
Offline Send Email
Jan 2, 2006
3:51 pm
32370
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...
onetriadrr
Offline Send Email
Jan 2, 2006
5:06 pm
32371
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...
Vince
bmw_em5
Offline Send Email
Jan 2, 2006
5:33 pm
32372
... You can just get shell(tScript) for that. :-) [Non-text portions of this message have been removed]...
Dave Higgins
davehiggins4...
Offline Send Email
Jan 2, 2006
5:44 pm
32373
... 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...
Randall Reetz
randall_reetz
Offline Send Email
Jan 2, 2006
7:38 pm
32374
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...
Randall Reetz
randall_reetz
Offline Send Email
Jan 2, 2006
8:17 pm
32375
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...
onetriadrr
Offline Send Email
Jan 2, 2006
9:25 pm
32376
... <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...
greg hodge
hojdude
Offline Send Email
Jan 2, 2006
9:57 pm
32377
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 ...
Vince
bmw_em5
Offline Send Email
Jan 2, 2006
10:27 pm
32378
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...
Vince
bmw_em5
Offline Send Email
Jan 2, 2006
10:43 pm
32379
Good question. An inadvertent ommission in the LG? DCS ... path ... verification....
onetriadrr
Offline Send Email
Jan 2, 2006
10:57 pm
Messages 32350 - 32379 of 43656   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help