Neal
March 4, 2022, 2:38am
#1
After getting a JavaScript error dialog the GarageSale app hangs, and I must Force Quit.
How do I clear the Results pane of the Script Editor window after Running a script?
https://manual.iwascoding.com/gs8/en/Custom_JavaScript_Actions-eBay_Listing_JavaScript_properties.html
images, “The listing’s subtitle” —> “The listing’s images”
buyItNowPrice, “The price at wich” —> “The price at which”
userLayout —> useLayout
Neal
Thank you, I fixed these typos.
Regards, Kristian
ilja
March 4, 2022, 12:14pm
#3
Sorry, cannot reproduce this one. Is there something else I should try:
Neal
March 4, 2022, 1:43pm
#4
Hhhmmm… Strange. Happens every time for me. Happened several times. And I sent in several “crash reports” (which were the Force Quit during the hang" to Apple.
I’ll try to do a simple movie???
Neal
Neal
March 4, 2022, 3:49pm
#5
Well, now with 9.0b10 it seems to work better, most of the time… Doesn’t happen every time, but still sometimes. ARG!!
Here is a move of the hang. It hangs with a spinning beach ball after dismissing the error dialog box.
Will get a SpinDump next time it happens… DOH! Did send the crash (Force Quit) log to Apple…
Neal
Neal
March 4, 2022, 7:10pm
#6
Since some of the JavaScript properties are marked read/write, does that mean that I can actually write JavaScript to “modify” the values???
This is working GREAT!!
This is also working Great!!
I’m working on my comprehensive validateListing script, which I will post when finished.
Thanx!
Neal
ilja
March 7, 2022, 4:24pm
#7
Yes, you can modify the documented properties from your JavaScripts.
Neal
March 7, 2022, 5:08pm
#8
Also…
https://manual.iwascoding.com/gs8/en/Custom_JavaScript_Actions-Validating_scripts_when_launching_listings.html
In function validateListing(listing):
imageIndex variable is not being incremented at bottom of the for loop.
"errors(“Image” should be "errors.push(“Image”
Neal
ilja
March 9, 2022, 3:07pm
#9
Thanks, will be corrected with the next release.
system
Closed
March 19, 2022, 3:07pm
#10
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.