| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I really don't think it is a code thing. Here is the code that returns the error. It is an execute to a webservice. But it hasn't been changed for a good six months. The webservice itself is sound. Again this hasn't changed. Following Elijah's suggestion I reset it to Debug and it works. It is definitely when it is compiled as release. set theUser to (the contents of text field "emailWelcome" of box "boxWelcome" of window "windowWelcome") as text set thePword to (the contents of text field "passwordWelcome" of box "boxWelcome" of window "windowWelcome") as text -- the webservice method returnmagid returns an array of magazine id's and names the user can read. set themags to call soap {method name:"returnmagid", parameters:{theUser:theUser, thePword:thePword}} -- We then convert this to a list set themagslist to themags as list -- and count the items set themagscount to count of items of themagslist end tell On 19 May 2008, at 19:24, Benjamin Dobson wrote: I don't think anyone can help without knowing the snippets of code that develop this problem, because how else could we test and experiment? |
_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Studio mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/applescript-studio/email@hidden This email sent to email@hidden
| References: | |
| >-1708 error on 10.5.2 (From: bill tickle <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.