Hi wilbert, thanks for the reply. I think that currently I don't have enough experience to translate the Apple Reference code and create a PureBasic procedure to do the same thing.
About this need, can I ask if maybe there is a guide on this forum where it is shown an example of how to interpret ...
Search found 4 matches
- Sat May 31, 2014 9:56 pm
- Forum: Mac OSX
- Topic: OSX Keychain / best-correct way to write items to Keychain ?
- Replies: 2
- Views: 2017
- Sat May 31, 2014 12:51 pm
- Forum: Mac OSX
- Topic: OSX Keychain / best-correct way to write items to Keychain ?
- Replies: 2
- Views: 2017
OSX Keychain / best-correct way to write items to Keychain ?
Dear all, I have a question about the correct way to write a network password in the OSX Keychain.
I have see that's possible to use the Terminal/Shell program "security" and with this program add a new item in the Keychain, but the question is:
- Is this the best-correct-efficent way to do this ...
I have see that's possible to use the Terminal/Shell program "security" and with this program add a new item in the Keychain, but the question is:
- Is this the best-correct-efficent way to do this ...
- Sat May 31, 2014 12:03 pm
- Forum: Mac OSX
- Topic: Applescript Cocoa - Return error number / message
- Replies: 2
- Views: 1948
Re: Applescript Cocoa - Return error number / message
Hello wilbert, this is exactly what i was trying to do for a long time :)
Thank you very much for your help and for the quick reply :) !!
Here's an example that shows the error number and message when compiling with debug enabled Procedure.s AppleScript(Script.s)
Protected error, retVal.s ...
Thank you very much for your help and for the quick reply :) !!
Here's an example that shows the error number and message when compiling with debug enabled Procedure.s AppleScript(Script.s)
Protected error, retVal.s ...
- Fri May 30, 2014 7:03 pm
- Forum: Mac OSX
- Topic: Applescript Cocoa - Return error number / message
- Replies: 2
- Views: 1948
Applescript Cocoa - Return error number / message
Dear all, I have found in the Forum this Procedure to use/call Applescript trough CocoaMessage.
I want to know if it's possible, in case of execution error, to retrive also the Applescript error number / message / ... and not only the normal return value.
In the Apple Class Reference site I have ...
I want to know if it's possible, in case of execution error, to retrive also the Applescript error number / message / ... and not only the normal return value.
In the Apple Class Reference site I have ...