Ignore:
Timestamp:
10/20/02 04:41:17 (22 years ago)
Author:
Nicholas Riley
Message:

F-Script Anywhere 1.1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/Read Me

    r7 r14  
    1 F-Script Anywhere 1.1.2a1 [17 July 2002]
    2 =========================
     1F-Script Anywhere 1.1.2 [18 July 2002]
     2=======================
    33
    44Add a F-Script interpreter to Cocoa applications dynamically.
     
    1111-----------
    1212
    13 Ever wanted to inspect a Cocoa application's objects from the inside?
     13Ever wanted to inspect a Cocoa applicationÕs objects from the inside?
    1414Frustrated with using GDB to debug Objective-C?
    1515
     
    2424directory, such as /Library/Frameworks or ~/Library/Frameworks.
    2525
    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.
     26F-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
     28earlier or later versions, I don't know.  If you are using an earlier
     29F-Script version, please upgrade.
    3030
    3131
     
    127127Q. How do you access user interface elements?
    128128
    129 A. Like this:
     129A. One way is to access a window and its views programmatically:
    130130
    131131   > app := NSApplication sharedApplication
     
    152152   > fswView := fsw contentView
    153153
    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'
    156160   repeatedly on container views if needed.
    157161
    158162
    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.
     163Q. ThatÕs too hard, especially all that scrolling.
     164
     165A. 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
     172Q. F-Script Anywhere fails miserably on Jaguar.
     173
     174A. 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
     183Q. I don't like F-ScriptÕs syntax.  I don't like the object browser.
    165184   I don't like you either.
    166185
    167 A. I didn't write F-Script.  Please address your questions to
    168    F-Script's author or the F-Script mailing list.
     186A. I didnÕt write F-Script.  Please address your questions to
     187   F-ScriptÕs author or the F-Script mailing list.
    169188   
    170189   <http://www.fscript.org/contacts.htm>
     
    185204---------------
    186205
    187 1.1.2a1 - 17 July 2002  - fixed more startup issues with list management;
     2061.1.2 - 18 July 2002    - fixed more startup issues with list management;
    188207                          properly scale icons of apps which have no
    189                           small icons; added UI association interface
     208                          small icons; added user interface association
    1902091.1.1 - 3 July 2002     - fixed inefficiencies responsible for long
    191210                          startup time; reorganized Window menu; support
Note: See TracChangeset for help on using the changeset viewer.