|
|
10.4: Add Programming to the Unit Converter widget
I had an issue with compiling this script. It turned out that I needed to comment out the on error block. After that it seemed to work fine.
10.4: Add Programming to the Unit Converter widget
i tried replacing the '?' with '=' in the errnum test
10.4: Add Programming to the Unit Converter widget
And, lo and behold, you were right. How novell...
10.4: Add Programming to the Unit Converter widget
or rather novel. Woo-hoo.
CORRECT FIX! Use option-equals!!
In the above referenced txt there is a question mark due to a possible encoding error of the character that is formed when you hold down option and press equals (≠). This is a standard applescript "not equals" operator.
So, if you really want to fix this without commenting out the error handling as suggested by others, change if errnum ? 2 thento if errnum ≠ 2 thenEnjoy! ---
CORRECT FIX! Use option-equals!!
Oops! Didn't see that you already posted a correct fix. Thanks for that. Unfortunately a not-equal sign seems to be undisplayable here.
10.4: Add Programming to the Unit Converter widget
Actually it should have been a not-equal sign. It can be entered using /=.
10.4: Add Programming to the Unit Converter widget
I fixed the script; sorry for the error. |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.08 seconds |
|