User Name kostya1
Member Since 2005-09-15
Total number of Feedback Posts: 2
Total number of comments: 0
Last 10 Feedback Posts by kostya1 [ Search for All ]
More Internet 1.1.1 (Mac OS X)
AppleScript Application as Protocol Helper do not work in MacOSX 10.4.2
I know how it work in MacOSX 10.3.9 For example: lets create AS Application with the following content: on open location foo display dialog foo end -Save as Application Bundle -Browse package contents and edit "Info.plist" -Modify CFBundleSignature (it was "aplt" and it is now "CACA") -Add the magical lines in the plist file: <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLName</key> <string>mailto handler</string> <key>CFBundleURLSchemes</key> <array> <string>myProtocol</string> </array> </dict> </array> -Modify the "PkgInfo" I can register a new Protocol Helper with help of MoreInternet It works perfect in 10.3.9 but do not work in 10.4.2. When I try to start working I get the follosing message: Safari can’t open “myProtocol:51p:132:014:1:1:20:C” because Mac OS X doesn’t recognize Internet addresses starting with “myProtocol:”. I suggest that MoreInternet do not work correctly in 10.4.2. But this is not true. I can regiser any Application using MoreInternet (for example TextEdit, Internet Explorer) as Protocol Helper for myProtocol and can see that I can get this Application using link myProtocol:bla-bla Could you please help me to understand what else AppleScript Application needs for work as Protocol Helper in MacOSX 10.4.2 [alert admin]
Read Comments (1) | More Info | 0 of 1 users found this helpful
Wednesday, December 28 2005 @ 07:05 AM PST
More Internet 1.1.1 (Mac OS X)
Dear Sirs, I've got a couple of questions regarding use of More Internet v 1.1.1. utility. Utility successfully works with MacOS 10.3.9. I'm using More Internet for installing of new protocol and affixment of it to the special program on Applescript. As a result I have data transfer from Intranet Information system via URL of my new protocol for using in DTP-programs. The problem is that in MacOS 10.4.2 I'm not able to reach the same functionality. Window of utility More Internet accepts registration of new protocol, but that does not lead to call of necessary program from Safari or any other Internet browser. I got the following message: Safari can’t open “MyProtocol:51p:125:116:1:1:20:C” because Mac OS X doesn’t recognize Internet addresses starting with “MyProtocol:”. It will be very good to get the new version of More internet able to work with MacOS 10.4.2. Or could you please tell how from command prompt of Terminal I can register new protocol and affixment of it to the needed program. Best regards, Konstantin Kapustin. [alert admin]
Read Comments (2) | More Info
Thursday, September 15 2005 @ 03:39 AM PDT
Last 10 Comments by kostya1 [ Search for All ]
No user comments.