Changeset 14 for trunk/Cocoa/F-Script Anywhere/Source/Read Me
- Timestamp:
- 10/20/02 04:41:17 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/F-Script Anywhere/Source/Read Me
r7 r14 1 F-Script Anywhere 1.1.2 a1 [17July 2002]2 ======================= ==1 F-Script Anywhere 1.1.2 [18 July 2002] 2 ======================= 3 3 4 4 Add a F-Script interpreter to Cocoa applications dynamically. … … 11 11 ----------- 12 12 13 Ever wanted to inspect a Cocoa application 's objects from the inside?13 Ever wanted to inspect a Cocoa applicationÕs objects from the inside? 14 14 Frustrated with using GDB to debug Objective-C? 15 15 … … 24 24 directory, such as /Library/Frameworks or ~/Library/Frameworks. 25 25 26 F-Script Anywhere 1.1.2 was tested with FScript.framework 1.2. 1 (20020422)27 and Mac OS X 10.1.5 (5S66). It may or may not work with earlier or 28 later versions, I don't know. If you are using an earlier F-Script 29 version, please upgrade.26 F-Script Anywhere 1.1.2 was tested with FScript.framework 1.2.2 27 (20020604) and Mac OS X 10.1.5 (5S66). It may or may not work with 28 earlier or later versions, I don't know. If you are using an earlier 29 F-Script version, please upgrade. 30 30 31 31 … … 127 127 Q. How do you access user interface elements? 128 128 129 A. Like this:129 A. One way is to access a window and its views programmatically: 130 130 131 131 > app := NSApplication sharedApplication … … 152 152 > fswView := fsw contentView 153 153 154 At this point, click "New Browser: Object...", click on fswView, 155 then click 'subviews' in the message list. You can use 'subviews' 154 To open an F-Script object browser on fswView, type: 155 156 > sys browse: fswView 157 158 Or, click ÒNew Browser: Object...Ó, then click on fswView. 159 Click 'subviews' in the message list. You can use 'subviews' 156 160 repeatedly on container views if needed. 157 161 158 162 159 Q. That's too hard, especially all that scrolling. 160 161 A. [XXX fix me for 1.1.2 support] 162 163 164 Q. I don't like F-Script's syntax. I don't like the object browser. 163 Q. ThatÕs too hard, especially all that scrolling. 164 165 A. If you need to access a view (such as a button or text field) or 166 window, youÕre in luck. Click in an F-Script workspace window, then 167 choose ÒAssociate With InterfaceÓ from the ÒFSAÓ menu. 168 Follow the instructions in the window to select a user interface 169 element, view it in an object browser or assign it to a variable. 170 171 172 Q. F-Script Anywhere fails miserably on Jaguar. 173 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. 165 184 I don't like you either. 166 185 167 A. I didn 't write F-Script. Please address your questions to168 F-Script 's author or the F-Script mailing list.186 A. I didnÕt write F-Script. Please address your questions to 187 F-ScriptÕs author or the F-Script mailing list. 169 188 170 189 <http://www.fscript.org/contacts.htm> … … 185 204 --------------- 186 205 187 1.1.2 a1 - 17 July 2002- fixed more startup issues with list management;206 1.1.2 - 18 July 2002 - fixed more startup issues with list management; 188 207 properly scale icons of apps which have no 189 small icons; added UI association interface208 small icons; added user interface association 190 209 1.1.1 - 3 July 2002 - fixed inefficiencies responsible for long 191 210 startup time; reorganized Window menu; support
Note:
See TracChangeset
for help on using the changeset viewer.