Changeset 16 for trunk/Cocoa/F-Script Anywhere/Source/Read Me
- Timestamp:
- 10/20/02 04:46:29 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/F-Script Anywhere/Source/Read Me
r14 r16 1 F-Script Anywhere 1.1. 2 [18 July2002]1 F-Script Anywhere 1.1.5 [1 October 2002] 2 2 ======================= 3 3 … … 24 24 directory, such as /Library/Frameworks or ~/Library/Frameworks. 25 25 26 F-Script Anywhere 1.1. 2was tested with FScript.framework 1.2.227 (20020604) and Mac OS X 10.1.5 (5S66). It may or may not work with28 earlier or later versions, I don't know. If you are using an earlier 29 F-Script version, please upgrade.26 F-Script Anywhere 1.1.5 was tested with FScript.framework 1.2.2 27 (20020604), Mac OS X 10.1.5 (5S66) and 10.2.1 (6D52). It may or may 28 not work with earlier or later versions, I don't know. If you are 29 using an earlier F-Script version, please upgrade. 30 30 31 31 … … 65 65 1. Install FScript.framework (see above). 66 66 67 2. Install libPatch by Ed Wynne.68 69 <http://w ww.phasic.com/~arwyn/libPatch-1.2.tgz>67 2. Install libPatch 1.2.1. 68 69 <http://web.sabi.net/nriley/software/libPatch-1.2.1.tgz> 70 70 71 71 I'd suggest you do it this way: 72 72 73 73 % cd / 74 % sudo gnutar --preserve-permissions -zxf libPatch-1.2. tgz74 % sudo gnutar --preserve-permissions -zxf libPatch-1.2.1.tgz 75 75 Password: 76 76 (please don't use StuffIt Expander) … … 82 82 Please note that the layout of the libPatch distribution has changed 83 83 since libPatch 1.0; the above instructions will not work for 1.0. 84 85 I did not write libPatch, but am distributing it for your convenience 86 because it may be unavailable from its original source. libPatch is 87 unsupported; please do not contact libPatchÕs author for support. 84 88 85 89 3. Check out the source of 'otool' from the Darwin CVS repository. … … 102 106 4. Open 'F-Script Anywhere.pbproj' in Project Builder and build the 103 107 Application target. It depends on the Library target, so you don't 104 need to build it separately. You shouldn 't see any errors or108 need to build it separately. You shouldnÕt see any errors or 105 109 warnings, and the F-Script Anywhere application (as well as the 106 110 library, which you can ignore because it is also copied into the … … 163 167 Q. ThatÕs too hard, especially all that scrolling. 164 168 165 A. If you need to access a view (such as a button or text field) or169 A. If you need to access a view (such as a button or text field), menu or 166 170 window, youÕre in luck. Click in an F-Script workspace window, then 167 171 choose ÒAssociate With InterfaceÓ from the ÒFSAÓ menu. … … 172 176 Q. F-Script Anywhere fails miserably on Jaguar. 173 177 174 A. So IÕve heard (I donÕt have access to Jaguar developer seeds). This 175 is an issue with libPatch, and affects far more than F-Script Anywhere. 176 Default Folder X and UnsanityÕs haxies are similarly rendered useless. 177 A Jaguar-compatible replacement for libPatch is under development, 178 but it does not yet contain support for applications such as F-Script 179 Anywhere (which is unique in its use of libPatch). IÕll fix this 180 as soon as it does. 181 182 183 Q. I don't like F-ScriptÕs syntax. I don't like the object browser. 184 I don't like you either. 178 A. It shouldnÕt. Apple re-added support for libPatch to Jaguar late 179 in the development process, with the result that F-Script Anywhere 180 works. libPatch nevertheless needs to be replaced with a more 181 robust mechanism, and I am currently working on using the Application 182 Enhancer SDK <http://www.unsanity.com/haxies/ape/sdk/> for a future 183 version of F-Script Anywhere. 184 185 186 Q. F-Script Anywhere fails to recognize Spring as a Cocoa application. 187 188 A. Yes, I'm aware of the irony: I contributed code to Spring. Spring 189 uses a unique application launching mechanism which makes it 190 difficult to determine what type of application it is. The only 191 current workaround is to upgrade to Jaguar, where Spring will be 192 correctly identified. This problem will be remedied with the move 193 to Application Enhancer, described above, in a future version of 194 F-Script Anywhere. 195 196 197 Q. I donÕt like F-ScriptÕs syntax. I don't like the object browser. 198 I donÕt like you either. 185 199 186 200 A. I didnÕt write F-Script. Please address your questions to … … 204 218 --------------- 205 219 220 1.1.5 - 1 October 2002 - better identify Cocoa vs. Carbon applications 221 on Jaguar; added hierarchical window list to 222 FSA menu; fixed startup crash on Puma with 223 certain Carbon CFM applications 224 1.1.4 - 25 August 2002 - fixed miscellaneous Jaguar issues; worked 225 around broken application quit notifications; 226 added unique interpreter/associate window titles 227 1.1.3 - 24 July 2002 - added bullseye-menu targeting cursor; added menu 228 association; work around bug by stopping capture 229 on suspend; added delegate, data source, target, 230 cell selection for views; window controller for 231 windows 206 232 1.1.2 - 18 July 2002 - fixed more startup issues with list management; 207 233 properly scale icons of apps which have no
Note:
See TracChangeset
for help on using the changeset viewer.