WO1994014115A2 - A method and system for in-place interaction with embedded objects - Google Patents

A method and system for in-place interaction with embedded objects Download PDF

Info

Publication number
WO1994014115A2
WO1994014115A2 PCT/US1993/011468 US9311468W WO9414115A2 WO 1994014115 A2 WO1994014115 A2 WO 1994014115A2 US 9311468 W US9311468 W US 9311468W WO 9414115 A2 WO9414115 A2 WO 9414115A2
Authority
WO
WIPO (PCT)
Prior art keywords
container
application
window
server
menu
Prior art date
Application number
PCT/US1993/011468
Other languages
French (fr)
Other versions
WO1994014115A3 (en
Inventor
Srinivasa R. Koppolu
Barry B. Mackichan
Richard Mcdaniel
Rao V. Remala
Antony S. Williams
Original Assignee
Microsoft Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=25530955&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO1994014115(A2) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Priority to JP51420694A priority Critical patent/JP3181592B2/en
Priority to DE69318571T priority patent/DE69318571T2/en
Priority to EP94902407A priority patent/EP0672277B1/en
Publication of WO1994014115A2 publication Critical patent/WO1994014115A2/en
Publication of WO1994014115A3 publication Critical patent/WO1994014115A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/955Object-oriented
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing

Definitions

  • This invention relates generally to a computer method and system for interacting with linked and embedded objects and. more specifically, to a method and system for editing and otherwise interacting with a contained object within the context of its container application.
  • a compound document is a document that contains information in various formats.
  • a compound document may contain data in text format, chart format, numerical format, etc.
  • Figure 1 is an example of a compound document.
  • the compound document 101 is generated as a report for a certain manufacturing project.
  • the compound document 101 contains scheduling data 102, which is presented in chart format; budgeting data 103, which is presented in spreadsheet format; and explanatory data 104. which is presented in text format.
  • a user generates the scheduling data 102 using a project management computer program and the budgeting data 103 using a spreadsheet computer program. After this data has been generated, the user creates the compound document 101, enters the explanatory data 104, and incorporates the scheduling data 102 and budgeting data 103 using a word processing computer program.
  • Figure 2 shows how the scheduling data, budgeting data, and explanatory data can be incorporated into the compound document.
  • the user generates scheduling data using the project management program 201 and then stores the data in the clipboard 203.
  • the user generates budgeting data using the spreadsheet program 204 and then stores the data in the clipboard 203.
  • the clipboard 203 is an area of storage (disk or memory) that is typically accessible by any program.
  • the project management program 201 and the spreadsheet program 204 typically store the data into the clipboard in a presentation format.
  • a presentation format is a format in which the data is easily displayed on an output device.
  • the presentation format may be a bitmap that can be displayed with a standard bitmap block transfer operation (BitBlt).
  • the storing of data into a clipboard is referred to as "copying" to the clipboard.
  • the user After data has been copied to the clipboard 203, the user starts up the word processing program 206 to create the compound document 101.
  • the user enters the explanatory data 104 and specifies the locations in the compound document 101 to which the scheduling data and budgeting data that are in the clipboard 203 are to be copied.
  • the copying of data from a clipboard to a document is referred to as "pasting" from the clipboard.
  • the word processing program 206 then copies the scheduling data 102 and the budgeting data 103 from the clipboard 203 into the compound document 101 at the specified locations.
  • Data that is copied from the clipboard into a compound document is referred to as "embedded" data.
  • the word processing program 206 treats the embedded data as simple bitmaps that it displays with a BitBlt operation when rendering the compound document 101 on an output device.
  • a clipboard may only be able to store data for one copy command at a time.
  • the scheduling data can be copied to the clipboard and then pasted into the compound document.
  • the budgeting data can be copied to the clipboard and then pasted into the compound document.
  • word processors typically process only text data
  • users of the word processing program can move or delete embedded data, but cannot modify embedded data, unless the data is in text format.
  • the user wants to modify, for example, the budgeting data 103 that is in the compound document 101
  • the user starts the spreadsheet program 204, loads in the budgeting data 103 from a file, makes the modifications, copies the modifications to the clipboard 203, starts the word processing program 206, loads in the compound document 101, and pastes the modified clipboard data into the compound document 101.
  • the spreadsheet program "implements" the spreadsheet data, that is, the spreadsheet program can be used to manipulate data that is in spreadsheet format.
  • the format that a program implements is referred to as native format.
  • Some prior systems store links to the data to be included in the compound document rather than actually embedding the data.
  • a word processing program pastes the data from a clipboard into a compound document
  • a link is stored in the compound document.
  • the link points to the data (typically residing in a file) to be included.
  • These prior systems typically provide links to data in a format that the word processing program recognizes or treats as a presentation format. For example, when the word processing program 206 is directed by the user to paste the scheduling data and budgeting data into the compound document by linking, rather than embedding, the names of files in which the scheduling data and budgeting data reside in presentation format are inserted into the document.
  • Several compound documents can contain links to the same data to allow one copy of the data to be shared by several compound documents.
  • the container object has a container application with a container window environment that has container resources for interacting with the container object.
  • the containee object has a server application with a server window environment with server resources for interacting with the containee object.
  • the method of the present invention displays the container window environment on a display device. A user then selects the containee object. In response to selecting the containee object, the method integrates a plurality of the server resources with the displayed container window environment. When a user then selects a server resource, the method invokes the server application to process the server resource selection. Conversely, when a user selects a container resource, the method invokes the container application to process the container resource selection.
  • Figure 1 is an example of a compound document.
  • Figure 2 is a diagram showing how the scheduling data, budgeting data, and explanatory data can be incorporated into the compound document.
  • Figure 3 is a diagram of the sample compound document shown in Figure 1 as it appears when edited within the word processing application before in-place interaction occurs.
  • Figure 4 is a diagram of the embedded spreadsheet object as it appears when activated in place within the compound document.
  • Figure 5 is a diagram which shows the relationship between an object handler and the container and server processes.
  • Figure 6 is a block diagram of a sample instance of a linked or embedded object.
  • Figure 7 is a block diagram showing a public view of an object.
  • Figure 8 is a sample user menu provided by a container application to display and select the actions available for an object.
  • Figure 9 is a diagram showing the composite menu bar resulting from the merger of the server application menus with the container application menus of the example shown in Figure 4.
  • Figure 10 is a diagram of the menu groups that compose a composite menu bar in a preferred embodiment of the present invention.
  • Figure 1 1 is a diagram showing the component windows of a typical Single Document Interface application.
  • Figure 12 is a diagram showing the component windows of an Multiple Document Interface application.
  • Figure 13 is a block diagram showing the typical window hierarchy of a container application when it is editing an embedded object in place.
  • Figure 14 is a flow diagram showing message processing in an event-driven windowing operating system environment.
  • Figure 14B is a block diagram showing the public interfaces required to support in-place interaction.
  • Figure 15 is a flow diagram of an implementation of the IOLEInPlaceFrame::SetMenu method.
  • Figure 16 is a flow diagram of an implementation of the I OLEInPlaceFrame :: EnableM odel ess method .
  • Figure 17 is a flow diagram of an implementation of the
  • Figure 19 is a flow diagram of an implementation of the IOLEInPlaceParent: :OnUIDeactivate method.
  • Figure 20 is a flow diagram of an implementation of the IOLEInPlaceObject::InPlaceDeactivate method.
  • Figure 21 is a flow diagram of an implementation of the IOLEInPlaceObject:: InPlaceUIDeactivate method.
  • Figure 22 is a flow diagram of an implementation of the
  • IOLEInPlaceObject :: Activate method.
  • Figure 23 is a flow diagram of an implementation of the ActivateUI function.
  • Figure 24 is a flow diagram of an implementation of the CreateObjectToolbars function.
  • Figure 25 is a block diagram of the shared menu data structure corresponding to the example discussed in Figure 4.
  • Figure 26 is a flow diagram of an implementation of the ObjectSetMenu function.
  • Figure 27 is a flow diagram of an implementation of the function Process_Object_Activation.
  • Figure 28 is a flow diagram of an implementation of the object linking and embedding API function ObjectLoad.
  • Figure 30 is a flow diagram of an implementation of the function Process Activation Message called by the window procedure of an MDI document window to process activation and deactivation messages.
  • Figure 31 is a flow diagram of an implementation of the Process_Mouse_LButtonUp function.
  • the present invention provides a generalized method, referred to as in-place interaction, for interacting with embedded or linked data in the context of a compound document. That is, the application to be used to interact with the embedded or linked data is made accessible to the user through the windowing context (menus and windows) of the application that implements the compound document. This accessibility is referred to as activation in place.
  • the menus of the application that implements the contained data are merged with the menus of the application that implements the compound document to create a composite menu bar. The order of the menus in the composite menu bar is determined by a set of menu groups.
  • Each application categorizes its menus into these menu groups and places its menus in the composite menu bar in the order of the menu groups.
  • the composite menu bar is then installed as the menu bar of the application implementing the compound document, and a message handler is installed to filter messages sent to the windows of this application.
  • the message handler determines whether the menu item belongs to a menu of the application implementing the contained data or the application implementing the compound document. The message handler then sends the input message corresponding to the selected menu item to the correct application.
  • the present invention defines a set of abstract classes (interfaces) and functions through which contained data is activated in place.
  • an abstract class is a class with a definition of its data and methods, but with no implementation for those methods. It is the responsibility of the application implementing the class to provide the actual code for the methods available to manipulate the class instance data.
  • the application implementing the compound document is responsible for implementing some of these interfaces and the application implementing the contained data is responsible for implementing others.
  • an application program that creates a compound document controls the manipulation of linked or embedded data generated by another application. In object-oriented parlance, this data is referred to as an object.
  • the scheduling data 102 and budgeting data 103 are containee objects and the compound document 101 is a container object. The user can indicate to the word processor that the user wants to edit a containee object, such as the budgeting data 103.
  • the word processing program determines which application should be used to edit the budgeting data (e.g., the spreadsheet program) and launches (starts up) that application. The user can then manipulate the budgeting data using the launched application, and changes are reflected in the compound document. The same procedure is used whether the budgeting data is stored as an embedded or linked object.
  • Figures 3 and 4 illustrate the process of activating the embedded budgeting data 103 in place.
  • Figure 3 is a diagram of the sample compound document shown in Figure 1 as it appears when edited within the word processing application before in-place interaction occurs.
  • the main window of the container application 301 contains a title bar 302, a menu bar 303, and a client window 304.
  • the client window 304 displays the manufacturing project report discussed in Figure 1.
  • the compound document contains an embedded spreadsheet object (the budgeting data 305).
  • the menu bar 303 appears as shown: it includes all of the commands necessary to interact with the word processing application.
  • the user selects the spreadsheet object 305 and requests the word processing application to edit the object
  • the word processing application launches the spreadsheet application requesting that it edit the spreadsheet object 305.
  • the spreadsheet application negotiates with the word processing application to edit the spreadsheet object 305 using windows 301 and 304 and the menu bar 303 of the word processing application.
  • Figure 4 is a diagram of the embedded spreadsheet object as it appears when activated in place within the compound document.
  • the spreadsheet object 405 is edited directly in the client window 404 of the word processing application.
  • the title bar 402 is changed to reflect that the application implementing the compound document, in this case a word processing application, is editing a spreadsheet worksheet within the compound document "VAC 1. DOC.”
  • the menu bar 403 is changed to a new composite menu bar, which comprises menus from the word processing application and menus from the spreadsheet application.
  • various aspects of the embedded spreadsheet object 405 are changed to reflect that it is being edited within its container compound document.
  • a selection highlight 406 in the form of a hatched border pattern is placed around the object.
  • the standard tools of the spreadsheet application in this case the row and column markers 407. are placed around the spreadsheet object.
  • the spreadsheet selection cursor 408 is placed around the currently selected cell. At this point, the user is ready to edit the spreadsheet object 405 using all of the spreadsheet application commands.
  • application programs cooperate using object linking and embedding facilities to create and manipulate compound documents.
  • An application that creates a compound document is referred to as a container (or client) application, and an application that creates and manipulates containee objects is referred to as a server application.
  • An application can behave as both a container and server. That is. an application can contain objects and the objects that the application implements can. be contained within other objects.
  • the project management program 201 and the spreadsheet program 204 are server applications
  • the word processing program 206 is a container application.
  • a container application is responsible for selection of the various objects within the container object and for invoking the proper server applications to manipulate the containee objects.
  • Server applications are responsible for manipulating the contents of the containee objects.
  • applications are provided with an implementation-independent Application Programming Interface (API) that provides object linking and embedding functionality.
  • API Application Programming Interface
  • the API is a set of functions that are invoked by container and server applications. These functions manage, among other things, the setup and initialization necessary for container applications to send and receive messages and data to and from server applications.
  • the API provides functions to invoke server applications to manipulate containee objects.
  • the invoking of a server application can be relatively slow when the server application executes as a separate process from the container application. In certain situations this slowness may be particularly undesirable. For example, if a user wants to print a compound document that includes many containee objects, it may take an unacceptably long time to invoke the server process for each containee object and request each server process to print the object. To ameliorate this unacceptable performance, a server application can provide code that can be dynamically linked during runtime into the process of the container application to provide certain functionality more efficiently. This code is called an "object handler." Object handlers provide functionality on behalf of the server application so that the object linking and embedding API can avoid starting up server processes and passing messages to the server process. In the above example, an object handler could provide a print function that the object linking and embedding API could invoke to print a containee object.
  • Figure 5 is a diagram which shows the relationship between an object handler and the container and server processes.
  • the object handler 502 is linked into the container process address space 501 during runtime by the object linking and embedding API 503.
  • the object linking and embedding API 503 invokes the object handler 502 directly, and the container application code need not be aware that a handler is providing the functionality, rather than a server process 507.
  • the object linking and embedding (“OLE") API defines "interfaces" through which container applications can communicate with their contained objects.
  • An interface is a set of methods (in C++ parlance) which abide by certain input, output, and behavior rules. If a contained object supports a particular interface, the container application can invoke the methods of that interface to effect the defined behavior. In a preferred embodiment, the container application does not directly access the object data. Rather, it preferably accesses the object data using the supported interfaces.
  • a container application is bound to a contained object through a pointer to an interface. The container application accesses the object data by invoking the methods of the interface. To access the object data, the methods may send messages to the server application requesting the specified access.
  • FIG. 6 is a block diagram of a sample instance of a linked or embedded object.
  • the layout of the instance conforms to the model defined in U.S. Patent Application Serial No. 07/682,537, entitled "A Method for Implementing Virtual Functions and Virtual Bases in a Compiler for an Object Oriented Programming Language" which is hereby incorporated by reference.
  • the instance contains object data structure 601 and interface data structure 613 for each supported interface.
  • the object data structure 601 contains pointers 602 to the interface data structures 613 and may contain private data of the instance.
  • the private data of this sample instance includes a class identifier 603, handle 604 to the storage for the object. and data 605 for tracking the state of the object.
  • the class identifier (CLASS_ID) is used to access the appropriate server application for the object. It is similar to a data structure "type" used in programming languages.
  • the interfaces can determine the server application for the object by using the CLASS ID as an index into a persistent global registry. The persistent global registry is discussed further below.
  • each interface data structure 613 contains a private data structure 606 and a virtual function table 608.
  • the private data structure 606 contains a pointer 607 to the virtual function table 608.
  • the virtual function table 608 contains pointers 609, 61 1 to the code 610, 612 that implements the methods of the interface.
  • Table 1 represents the definition for the interface for the first entry pintf] in the object data structure 601.
  • interface is defined to mean a C++ class.
  • pure virtual functions In the C++ programming language, these functions are termed "pure virtual functions". A class with a pure virtual function is referred to as an abstract class.
  • FIG. 7 is a block diagram showing a public view of an object.
  • the public view of an object is the various interfaces that the object supports 702-706.
  • Each interface provides methods through which container applications can access the object.
  • Each object supports an IUnknown interface 702.
  • Container applications use the IUnknown interface 702 to determine which other interfaces the object supports.
  • the implementation of IUnknown interface 702 for a particular object knows what other interfaces the object supports and returns to the invoking application pointers to those interfaces.
  • the method IUnknown ::Querylnterface is used for this purpose.
  • Interfaces 703 through 706 are examples of typical interfaces that can be supported by an object. These interfaces derive from the IUnknown interface.
  • the IDataObject interface 703 provides methods for storing data in and retrieving data from the object.
  • the IOLEContainer interface 704 provides methods for listing the containee objects that are contained within the object.
  • the IPersistStorage interface 705 provides methods for storing the object to and retrieving the object from persistent storage.
  • the IOLEObject interface 706 provides methods through which a container application invokes the functionality of an object that corresponds to a user- selected action.
  • the object linking and embedding facilities of the present invention provide information to container and server applications through a persistent global "registry.”
  • This registry is a database of information such as (1 ) for each type of object, the server application that implements the object type, (2) the actions that each server application provides to container applications, (3) where the executable files for each server application are located, and (4) whether each server application has an associated object handler.
  • a user can select objects and request that certain actions be performed upon the selected objects.
  • a user requests actions by first selecting the object and then selecting an action (e.g., a menu item) to be performed upon the object.
  • the implementing server application is then invoked to perform the selected action.
  • the container application determines from the global registry what actions are supported by the server application implementing the selected object and then displays the actions in a menu.
  • Figure 8 is a sample user menu provided by a container application to display and select the actions available for an object.
  • Menu item 803 is the entry for the object on the container application Edit menu 802. The entry varies based on the currently selected object. When no embedded or linked objects are selected, menu item 803 is not displayed.
  • Submenu 804 displays the actions supported by an "Excel i:
  • the Worksheet Object In this example, the supported actions are "Edit,” “Open,” and "Type.”
  • the first action (e.g., "Edit”) on a submenu is the default action, which is performed when a user double-clicks with a mouse pointing device on the object, or enters functionally equivalent keys.
  • the container application can then invoke the server application passing it what action to perform on behalf of the container application. The container application does this by obtaining the IOLEObject interface for the object and then invoking the object's DoVerb method passing it the selected action.
  • the server application determines whether the object can be activated in place within the context of the container application. If so. the server application and container application merge their menus into a composite menu bar, negotiate the placement of server application tool bars, palettes, formula bars, etc., and set up merged message handling. At this point, the server application is ready to receive user input.
  • FIG. 9 is a diagram showing the composite menu bar resulting from the merger of the server application menus with the container application menus of the example shown in Figure 4.
  • the composite menu bar 901 comprises menus 902, 905 from the word processing application and menus 903, 904, 906 from the spreadsheet application.
  • the container application through the merged message handler determines whether to dispatch the message .to the word processing application or to the spreadsheet application.
  • a composite menu bar is created based upon a set of predetermined conventions.
  • Each application menu to be included in the composite menu bar is assigned to a menu group.
  • the menus are then inserted into the composite menu bar according to the assigned menu group.
  • Figure 10 is a diagram of the menu groups that compose a composite menu bar in a preferred embodiment of the present invention.
  • the composite menu bar 1003 comprises menu groups 1001 from the container application and menu groups 1002 from the server application.
  • the container application menu groups 1001 include the File group, the Container group, and the Window group.
  • the server application menu groups 1002 include the Edit group, the Object group, and the Help group.
  • the container and server application menus are interleaved in the final composite menu bar, according to the Microsoft application user interface style guidelines, which is specified in "The Windows Interface: An Application Design Guide," Microsoft Corp., 1992. which is herein incorporated by reference.
  • the groups are arranged left to right in the following order: File. Edit, Container, Object, Window, and Help.
  • the in-place interaction API is implemented using the capabilities of the underlying window system.
  • the present invention is described assuming the underlying window system is similar to the Microsoft Windows 3.1 operating system ("Windows"), although one skilled in the art will appreciate that the present invention can be implemented in a different underlying window system.
  • the Microsoft Windows 3.1 operating system is described in "Programmer's Reference. Volume 2: Functions," Microsoft Corp., 1992; “Programmer's Reference, Volume 3: Messages, Structures, and Macros,” Microsoft Corp., 1992; and “Guide to Programming,” Microsoft Corp., 1992, which are herein incorporated by reference.
  • a single document interface (“SDI”) application interacts with one document (file) at a time.
  • SDI single document interface
  • MDI multiple document interface
  • a multiple document interface (“MDI”) application interacts with multiple documents (files) by devoting at least one window to each document.
  • a word processing application that supports MDI would display each file currently being edited in a separate document window. The user selects the document window of the file the user wishes to edit either by clicking on the title bar of the desired document window or by selecting the window title from a list on the Window menu of the application.
  • Figure 1 1 is a diagram showing the component windows of a typical Single Document Interface application.
  • a typical SDI application provides a frame window 1101. and, depending upon the application, may additionally provide pane windows 1105 and 1106 and a parent window 1107 for an embedded object resides.
  • the frame window 1101 is also the document window.
  • Pane windows 1105. 1106 provide multiple views of a compound document.
  • a parent window 1107 may be created by the container application to delineate the object when the object is first inserted into the compound document.
  • the embedded object is a spreadsheet object, which is displayed within an object window 1 108, which is contained within the parent window 1 107 of the container application.
  • the object window 1 108 is owned by the server application.
  • the frame window 1101 contains a title bar 1102. a menu bar 1103, and a tool bar 1 104.
  • tool bars and other application-specific tools are attached to either the frame window or a pane window of a container application. They may also appear as floating palettes, which are windows that are independent of the windows shown in Figure 1 1 and thus appear to "float" on top.
  • Figure 12 is a diagram showing the component windows of a typical Multiple Document Interface application.
  • a typical MDI application allows a user to edit multiple compound documents from within the same container application.
  • the user edits two separate compound documents in the two document windows 1205, 1206.
  • Each document window can contain pane windows in a manner analogous to the SDI application.
  • Document window 1205 contains two pane windows 1207, 1208.
  • the MDI application can provide a parent window 1209 for containing embedded objects in a manner analogous to the SDI application.
  • Figure 12 shows an embedded spreadsheet object presented within an object window 1210.
  • the application-specific tools may appear anywhere.
  • FIG. 13 is a block diagram showing the typical window hierarchy of a container application when it is editing an embedded object in place.
  • the window hierarchy comprises container application windows 1301 from the container application, and server application windows 1307 from the server application.
  • the container application 1302 manages its frame window 1303, which contains a document window 1304, which may contain a pane window 1305, which may contain a parent window 1306.
  • the server application 1308 creates a root window 1309 for the embedded object and any child windows it requires.
  • the object root window 1309 contains object child windows 1310, 131 1, 1312.
  • Every application when implemented as a separate process, contains an input queue for receiving events connected with the windows residing in the application's window hierarchy.
  • the window hierarchy of Figure 13 is supported by two different applications. Thus, there are separate input queues associated with the windows belonging to the container application and the windows belonging to the server application.
  • Input queue 1313 is associated with the container application windows 1301.
  • Input queue 1314 is associated with the server application windows 1307.
  • the underlying window system puts an appropriate message on either the container input queue 1313 or the server application queue 1314.
  • the object linking and embedding API provides functions and defines interfaces through which the container and server applications communicate to support in-place interaction.
  • the methods of these interfaces and the other API functions are invoked by application code in the usual course of processing user input.
  • an application invokes the appropriate method or function in response to receiving a message indicating that a user has selected a particular menu item or object.
  • FIG 14 is a flow diagram showing message processing in an event-driven windowing operating system environment.
  • Each window has its own message handler, which is registered with the underlying window system when the window is created.
  • the application filters, translates, or dispatches the message to the window system.
  • the window system dispatcher in turn sends the message to the message handling function (the "message handler") that was previously registered for the particular window indicated in the message.
  • the message handler processes the message.
  • the processing may include using the object linking and embedding API.
  • Steps 1401 and 1402 compose a message pump.
  • the application waits for a message on its input queue.
  • step 1402 the application filters or translates the message, if appropriate, or dispatches the message to the windowing system dispatch function.
  • Steps 1403 and 1404 are the steps in the window system dispatch function that dispatch the message to the appropriate window message handler.
  • the window system dispatcher locates the message handler for the window that is indicated in the message.
  • the window system dispatcher sends the message to the located message handler (e.g., by invoking the message handler).
  • Steps 1405 through 1412 compose a typical message handler for a window.
  • a message handler is referred to as a "window procedure.”
  • the underlying window system provides a default window handler called DefWindowProc.
  • the application decodes the message to determine what type of event has occurred.
  • the application invokes a different function, as shown in steps 1409 through 1412. These functions may in turn use the object linking and embedding API. For example, when a menu event is received, the application, in step 141 1, invokes a function that processes menu events.
  • Step 141 1 invokes the Process_Object_Activation function (shown as step 1413), which activates a containee object in place.
  • the Process_Object_Activation function uses the object linking and embedding API to activate a containee object.
  • the in-place interaction API defines the following interfaces: IOLEWindow, IOLEInPlaceUIWindow, IOLEInPlaceFrame, IOLEInPlaceParent, and IOLEInPlaceObject.
  • the IOLEWindow interface provides a method for retrieving the window handle associated with one of the other interfaces.
  • IOLEInPlaceUIWindow interface provides methods through which a server application negotiates with a container application for placement of window tools.
  • the IOLEInPlaceFrame interface provides methods through which a server application communicates with the frame window of a container application.
  • the IOLEInPlaceParent interface provides methods through which a server application communicates with the parent window of a container application.
  • the IOLEInPlaceObject interface provides methods through which a container application activates and deactivates a server application.
  • Figure 14B is a block diagram showing the public interfaces required to support in-place interaction.
  • the container object 14B01 supports the IOLEWindow interface 14B02.
  • the containee object 14B05 supports the IOLEInPlaceObject interface 14B06. Each of these interfaces is described below in detail.
  • Table 2 lists the IOLEWindow interface.
  • the IOLEWindow interface is the "base class" for the other in-place interaction interfaces.
  • the other interfaces are derived from the IOLEWindow interface and inherit its public methods.
  • GetWindow there is only one public method called GetWindow.
  • the GetWindow method retrieves the window handle (unique window identifier) corresponding to the IOLEInPlaceUIWindow, IOLEInPlaceFrame.
  • IOLEInPlaceParent or IOLEInPlaceObject interface from which it was invoked.
  • the retrieved window handle is typically used when invoking underlying window system functions.
  • Table 3 lists the IOLEInPlaceUIWindow interface.
  • IOLEInPlaceUIWindow interface methods are invoked by a server application to negotiate tool placement within the document and pane windows of a container application.
  • the GetBorder method retrieves the location where the server application is allowed to place its tools (which are implemented as child windows). This method returns a rectangle located inside the frame of either a document or pane window, depending upon whether the document or pane interface was invoked. Once the server application has retrieved this rectangle, it can determine the width of space it needs to place any tools and can then request this space using the QueryBorderSpace method. If the rectangle returned by the container application is rejected, the server application can choose not to continue with activation in place or can choose to not activate its tools.
  • the QueryBorderSpace method retrieves the designated amount of space in a pane or document window where the server application can place its tools.
  • the method takes one parameter, a rectangle of border space, within the rectangle retrieved from a previous call to GetBorder, that the server application needs for its tool placement.
  • the method returns an indication as to whether the document or pane window is able to accommodate the request. If the request cannot be accommodated. the server application can invoke the method again with a different rectangle, can choose not to continue activation in place, or can choose to not activate its tools.
  • the SetBorderSpace method informs its associated container application that it is actually allocating the designated space in the pane or document window to place the server application's tools. This method is called after the space has been successfully requested from the pane or document window in a previous call to QueryBorderSpace.
  • the server application is responsible for allocating the space it needs. The method takes one parameter, the rectangle of space the server application is allocating to its tool child window. The designated rectangle may be smaller than that successfully previously requested.
  • the term "designated” refers to a passed in parameter and "specified” refers to the interface, class, window, or object to which a particular method belongs. The method moves or sizes, as necessary, any of the specified pane or document window user interface resources.
  • Table 4 lists the IOLEInPlaceFrame interface.
  • the IOLEInPlaceFrame interface provides methods invoked by a server application to communicate with the frame window of its container application.
  • FIG. 15 is a flow diagram of an implementation of the IOLEInPlaceFrame::SefMenu method. This method uses different mechanisms to install the composite menu bar depending upon whether the container application is an MDI or SDI application.
  • the method determines whether the designated composite menu bar is NULL and, if so, continues at step 1502, else continues at step 1503.
  • the method invokes the helper function ObjectSetMenuDescriptor to remove the message handler for the composite menu bar, and returns.
  • step 1503 the method determines whether the container application is an SDI application, and if it is, continues at step 1504, else continues at step 1505.
  • step 1504 the method invokes the underlying window system function SetMenu to install the composite menu bar as the menu bar of the container application frame window, and then it continues at step 1507.
  • step 1505 the method sends a message to the frame window telling it to perform its MDI menu setup.
  • step 1506 the method invokes the underlying window system function DrawMenuBar to redraw the menu bar.
  • step 1507 the method invokes the helper function ObjectSetMenuDescriptor to install the message handler for the composite menu bar.
  • step 1508 the method performs any other processing that may be required at the time of changing its menu bar and then returns.
  • the InsertMenus method inserts the menus of the container application into the composite menu bar being created by the server application.
  • Code Table 1 shows pseudo-code for an implementation of the IOLEInPlaceFrame: :lnsertMenus method.
  • the method inserts these menus into the composite menu bar and then increments the menu count array at the index corresponding to the Window group.
  • the value stored at each index in the menu count array indicates the number of menus that the container application inserted for that particular menu group.
  • the method invokes standard functions from the underlying window system (CreateMenu and InsertMenu) to create the menus for the container application and to insert them in the composite menu bar.
  • the RemoveMenus method allows the container application to remove its menus from the composite menu bar before the server application deallocates the composite menu bar. This method is invoked from the
  • IOLEInPlaceObject :InPlaceDeactivate method.
  • the RemoveMenus method takes one parameter: the handle of the composite menu bar where the container menus are stored.
  • the composite menu bar is expected to be clear of all server menus before this method is invoked.
  • the SetStatusText method allows the server application to set the status window (if there is one) of the container application's frame window. Typically, the status window is located at the bottom of the frame window and contains status or hinting information corresponding to the current selection.
  • the SetStatusText method is container application specific and will perform whatever operations the container application usually performs to set its status window. The method takes one parameter: the text string to insert in the status window.
  • step 1601 the method determines whether FEnable is true, and, if it is, continues at step 1602, else continues at step 1603.
  • step 1602 the method invokes an underlying window system function ShowWindow to restore the windows associated with the previously saved modeless dialogs, and then returns.
  • step 1603 the method saves the window handle of the next currently displayed modeless dialog.
  • step 1604 the method invokes an underlying window system function ShowWindow to hide the window associated with the modeless dialog.
  • step 1605. the function checks to see if there are any more modeless dialogs displayed, and. if there are, the function loops back to step 1603, otherwise the function returns.
  • the TranslateAccelerator method allows a container application to process accelerator key combinations when a server application receives a keystroke it does not recognize. Accelerator key combinations are keyboard shortcuts for menu commands and are discussed further below.
  • the TranslateAccelerator method is invoked indirectly by the function ObjectTranslateAccelerator which is called in the server application message pump. The container application should perform its normal accelerator processing and then return an indication of whether or not the accelerator was processed. This value is then passed on to the server application by the function ObjectTranslateAccelerator. Note that because the message has been transferred from the server application to the container application, the underlying window system may not have retained any additional key state or message information associated with the designated message.
  • Table 5 lists the IOLEInPlaceParent interface.
  • the IOLEInPlaceParent interface provides the methods invoked by the server application to communicate with the parent window. This window is also referred to as the in-place "container site" for the object. Table 5
  • the CanlnPlaceActivate method is used by the server application to determine whether the container application supports in-place interaction. This method gives the container application a chance to accept or refuse the activation in place of a selected containee object. The method returns an indication of whether the container application is allowing in-place interaction.
  • FIG. 17 is a flow diagram of an implementation of the IOLEInPlaceParent:: OnlnPlaceActivate method.
  • the only operation performed is setting a flag in step 1701 indicating that a containee object has been activated. This information is used later, whenever the specified object's parent container object is asked to activate or deactivate. This flag tells the parent container application whether it needs to activate or deactivate an object contained within it (a nested object), instead of activating or deactivating its own user interface.
  • the OnUlActivate method removes all of the container application menus and tools in preparation for activation of a containee object in place.
  • Figure 18 is a flow diagram of an implementation of the IOLEInPlaceParent: ".OnUlActivate method.
  • the steps performed by the method depend on whether the container object is itself an object that has been activated in place.
  • the method determines whether the container object has been activated in place. If it has not, the method continues at step 1802, else it continues at step 1803.
  • step 1802. because the container object is a top level container object (not activated in place), the method uses its normal procedure to remove the container application menus and any extraneous tools, and then returns.
  • the method retrieves the object's own IOLEInPlaceObject interface to access the methods that treat the container object as a containee object.
  • the method invokes the activate method of the container object to deactivate itself.
  • the method hides all of the container object's document and pane window level tools.
  • the method invokes the shade border method of the parent container object to remove the in-place interaction user feedback from around the container object and returns.
  • the container object's object window is actually deactivated at a later time (e.g., when the containee object deactivates).
  • the OnUIDeactivate method is invoked by a server application at the end of deactivating its user interface resources to allow its parent container application to either activate its own user interface or invoke its parent container application to allow the parent container application to activate its user interface.
  • Figure 19 is a flow diagram of an implementation of the IOLEInPlaceParent: : OnUIDeactivate method. This method provides two different behaviors depending upon whether the container object is itself a containee object or is a top level container object. In the former case, if this container is to become the new object activated in place, then its own user interface is activated, otherwise the container requests its parent container application to activate its user interface. In the latter case, the container application restores its user interface using normal procedures.
  • step 1901 the method clears the flag indicating that the container application has activated a containee object.
  • step 1902 the method determines whether the specified container object is a containee object, and if it is not, continues at step 1903, else continues at step 1905.
  • step 1903 the method sets the container application menus and its title bar using normal procedures, and continues in step 1904 to set the input focus to the desired window, and returns. The input focus is set to a particular window when that window is to receive keyboard input.
  • step 1905 the method examines the flag ABOUT TO ACTIVATE to determine whether the container object is about to become the activated object, and if it is not, continues at step 1906, else continues at step 1907.
  • IOLEInPlaceParent OnDeactivate
  • the OnDeactivate method is invoked by the server application to give its associated container application a chance to free any resources or set flags associated with the activated containee object before the containee object is fully deactivated.
  • the method is invoked from the IOLEInPlaceObject: :InPlaceDeactivate method of the containee object.
  • the ShadeBorder method draws or removes a hatched pattern border from around the selected, or about to be deselected, containee object.
  • the hatched pattern border is used to give the user feedback that the containee object has been activated in place.
  • This method can invoke the helper object linking and embedding API function ObjectShade to create the proper shading pattern.
  • the method takes two parameters: a rectangle surrounding the object where the border should be placed and a set of flags.
  • the active window is the window that has input focus.
  • the GetWindowContext method returns the set of container application interfaces associated with a particular containee object. Specifically, it returns the following parameters: pFrame. which is a pointer to an IOLEInPlaceFrame interface; pDoc, which is a pointer to an IOLEInPlaceUIWindow interface; pPane, which is a pointer to an IOLEInPlaceUIWindow interface; lprectChildPosn, which is a pointer to the location where the associated IOLEInPlaceParent instance will display the object window of the object within the parent window; and hAccelTable. which is a handle to the container application's accelerator table (described below).
  • This method creates and associates instances of these interfaces with the relevant frame, document, pane, and parent windows of the container application.
  • Table 6 lists the IOLEInPlaceObject interface.
  • the IOLEInPlaceObject interface methods are invoked by a container application to activate and deactivate a contained object. Some of these methods access contained objects in a nested fashion, through the containment hierarchy. Others access only the current active object, which is the containee object displaying the editing menus. An alternative implementation would split this interface into two others: one to access only the active object and another to access a containee object through the containment hierarchy.
  • FIG. 20 is a flow diagram of an implementation of the IOLEInPlaceObject:: InPlaceDeactivate method. The method first determines whether it has activated a (nested) object contained within it, and if it has, it invokes the nested object's InPlaceDeactivate method. Otherwise, the object deactivates itself. In step 2001, the method determines whether the specified object is also a container object and has activated a nested containee object.
  • step 2002 the method retrieves the IOLEInPlaceObject interface of the activated containee object (which the server application of the specified object has previously stored), and in step 2003 invokes IOLEInPlaceObject::InPlaceDeactivate method of the retrieved interface, and then returns.
  • step 2004, the method checks to see whether the specified object's user interface is still active, and if it is. continues at step 2005, else continues at step 2006.
  • step 2005 the method invokes the specified object's InPlaceUIDeactivate method to deactivate its own user interface, and then continues at step 2006.
  • step 2006. invokes a server application function Remove Menus to remove the server application menus from the composite menu bar.
  • step 2007, the method invokes the IOLEInPlaceFrame "RemoveMenus method of the specified object's container object to allow the parent container application to remove its menus from the composite menu bar.
  • step 2008 the method invokes the object linking and embedding API function ObjectDestroySharedMenu to deallocate the structure for the composite menu bar.
  • the ObjectDestroySharedMenu function is window system specific and invokes whatever underlying window system functions are necessary to deallocate structures associated with a composite menu bar.
  • step 2009 the method invokes the underlying window system function DestroyMenu to deallocate the composite menu bar structure and to deallocate the window associated with the specified object.
  • step 2010, the method invokes the IOLEInPlaceParent:: OnDeactivate method of the specified object's container object, and returns.
  • the InPlaceUIDeactivate method hides all of the user interface elements associated with the specified object that has been activated in place. This method is invoked either by the container application when it processes the user selection of a different object or area within the compound document, or from the specified object's InPlaceDeactivate function if the specified object's user interface has not yet been deactivated (See Figure 20).
  • Figure 21 is a flow diagram of an implementation of the IOLEInPlaceObject:: InPlaceUIDeactivate method. This method first determines whether the specified object is a container object and has activated a nested object, and if so invokes the nested object's InPlaceUIDeactivate function.
  • the method hides its own user interface and informs its container application that it has deactivated its user interface.
  • the method determines whether the flag indicating that a nested containee object has been activated in place is true, and if so, continues at step 2102, else continues at step 2104.
  • the method retrieves the IOLEInPlaceObject interface for the activated nested containee object, and in step 2103 invokes the nested containee object's InPlaceDeactivate method, and returns.
  • the method clears the flag ABOUT_TO_ACTIVATE to indicate that the user has selected a different object.
  • step 2105 the method invokes the specified object's Activate method sending it a parameter of false to request the method to deactivate. This method removes all of the specified object's user interface elements that were associated with the parent container application frame window.
  • step 2106 the method invokes the object linking and embedding API function SetActiveObjectHwnd to remove the specified object's IOLEInPlaceObject interface from its association with the parent container application document window. This means that if the container application is an MDI application, and if the user later selects this document window, the specified object will no longer be reactivated in place.
  • step 2107. uses an underlying window system function to hide any user interface elements belonging to the server application that were associated with the parent container application's pane or document window.
  • step 2108 the method invokes the IOLEInPlaceParent:: ShadeBorder method of the specified object to remove the hatched border pattern feedback from around the deactivating object.
  • step 2109 the method invokes an underlying window system function to hide the window associated with the specified object.
  • step 21 10 the method invokes the IOLEInPlaceParent:: OnUIDeactivate method to allow the container application to install its own user interface, and returns.
  • the TranslateAccelerator method allows a server application to process accelerator key combinations before the container application has a chance to process them. Accelerator key combinations are keyboard shortcuts for menu commands and are discussed further below.
  • the object activated in place by convention, processes accelerator key combinations first.
  • the Translate Accelerator method is invoked by the container application in its message pump (see Code Table 9). The only operation required to be performed by this method is to invoke the underlying window system function TranslateAccelerator with the specified server application accelerator table. Such invocation is not necessary if the containee object is implemented by a separate executable process, because the separate process receives these key combinations in its own message pump and the container application never receives them. In that case, the TranslateAccelerator method will do nothing.
  • the Activate method activates or deactivates the user interface elements installed in the frame window of the parent container application depending upon whether the designated flag f Active is true or false. If called when an MDI document window is activated or deactivated, this method installs or removes the composite menu bar associated with the object activated in place and puts a hatched border pattern around the specified object if it is being activated. If called when the top level frame window is activated or deactivated, this method places a hatched border pattern around the specified object if it is being activated, otherwise removes it. In this case there is no need to activate or deactivate other user interface elements.
  • Figure 22 is a flow diagram of an implementation of the IOLEInPlaceObject:: Activate method.
  • step 2201 the method determines whether it has been called as a result of activating or deactivating the top level frame window or an MID (child) document window. If called as a result of activating or deactivating an MDI document window, the method continues at step 2202, else continues at step 2210. In step 2202, the method determines whether the specified object is to be activated, and if it is not, continues at step 2203, else it continues at step 2206. In step 2203. the method invokes the
  • IOLEInPlaceFrame::SetMenu method of the parent container object to remove the composite menu bar associated with activation of the specified object in place.
  • the method hides any user interface elements installed in the parent container application frame window.
  • the method invokes the
  • IOLEInPlaceParent::ShadeBorder method of the parent container object to remove the hatched border pattern from around the specified object, and returns.
  • the method invokes the IOLEInPlaceFrame::SetMenu method of the parent container object to install the composite menu bar as the menu bar of the associated frame window.
  • the method sets the title bar of the frame window of the container application to indicate that the container application has activated the specified object.
  • the method invokes an underlying window system function to display any frame level user interface elements.
  • the ResizeBorder method is called by the container application to request the server application to resize the user interface tools the server application has placed within the pane or document windows of its parent container application.
  • the server application should begin another tool placement negotiation loop with the container application using the QueryBorderSpace and SetBorderSpace methods of the interface instance associated with the pane or document window.
  • the EnableModeless method enables or disables the currently displayed modeless dialog for the server application.
  • this method is implemented in a manner analogous to the IOLEInPlaceFrame: :EnableModeless method, which is discussed above with reference to Figure 16.
  • the SetVisRect method is called by the innermost level container object to communicate the amount of the object actually visible.
  • the visible (clipping) rectangle of the object may have changed, for example, due to border negotiation, scrolling, or sizing.
  • the designated rectangle is the clipping rectangle and it is the server application's responsibility to resize the containee object window to the correct (clipped) visible size.
  • a server application provides the following set of functions: ActivateUI, CreateNewMenu, CreateObjectToolbars, and RemoveMenus. These functions are shared by multiple server application interfaces including IOLEInPlaceObject and IOLEObject.
  • the ActivateUI function is a function implemented by a server application to control activation of the designated containee object's user interface resources. This high level function activates the frame, document, and pane level user interface elements, draws the hatched border pattern around the object, and displays the composite menu bar.
  • Figure 23 is a flow diagram of an implementation of the ActivateUI function.
  • the function takes two parameters: a pointer to a document interface and a pointer to a containee object. In step 2301. the function gets the window- handles for the designated document window and the designated containee object. In step 2302, the function invokes the object linking and embedding API function SetActiveObjectHwnd to set the designated document window's currently active object to a pointer to the interface of the containee object.
  • step 2303 the function invokes IOLEInPlaceObject: :Activate method to activate the designated object.
  • step 2304 the function invokes the underlying window system function ShowWindow to display any user interface elements associated with the container application pane or document windows.
  • step 2305 the function determines the dimensions of a border or rectangle to surround the designated containee object, and, in step 2306, the function invokes the IOLEInPlaceObject: :ShadeBorder method of the designated containee object to draw a hatched border pattern around the designated containee object using this rectangle.
  • step 2307 the function sets the input focus to the object window of the designated containee object.
  • step 2308 the function invokes the underlying window system function DrawMenuBar to redisplay the composite menu bar, and returns.
  • the CreateNewMenu function is a function implemented by a server application to manage the creation of a composite menu bar. This function allocates the structures associated with the composite menu bar, requests the container application to insert its menus, and inserts the server application menus.
  • Code Table 2 represents an implementation of the CreateNewMenu function.
  • the function invokes an underlying window system function to create the data structure for the composite menu bar.
  • the function invokes the IOLEInPlaceFrame: JnsertMenus method of the container application frame window to insert the container application menus into the composite menu bar.
  • the function tracks the number of menus the container application inserted for each menu group.
  • the function creates each Edit group menu and inserts it into the correct spot in the composite menu bar, keeping track of how many menus it inserted.
  • the correct spot is calculated in line 9 by determining how many menus have already been inserted to the left. For the Edit group, this will be the number of menus the container application inserted as part of the Container Group plus the number of Edit group menus already inserted, plus one for the current insertion.
  • the function performs analogous steps for any menus belonging to the Object group and Help group respectively.
  • the , function invokes the object linking and embedding API function ObjectCreateSharedMenu to create the data structure associated with message handling for the composite menu bar and, in line 43, returns a handle to this structure.
  • the CreateObjectToolbars function is a function implemented by a server application to negotiate between the server and container applications for any space needed for server application tools.
  • Figure 24 is a flow diagram of an implementation of the CreateObjectToolbars function. Steps 2401 through 2408 are repeated as many times as necessary to create tools for the server application. In step 2401. the function determines whether there are more tool bars to create, and if not, returns, else continues at step 2402. In step 2402, the function invokes the IOLEInPlaceUIWindow:: GetBorder method of a frame, document, or pane window of the container application (depending upon where the server application desires to place the tools) to begin the negotiation.
  • the RemoveMenus function removes the menus of the server application from the composite menu bar upon containee object deactivation.
  • the method is invoked from the containee object's InPlaceDeactivate method.
  • Code Table 3 shows an implementation of the RemoveMenus function.
  • the function uses the information stored in the shared menu descriptor (see Figure 25), which contains the number of menus within each menu group, to remove all of the server application menus by invoking the underlying window system function RemoveMenu.
  • Lines 3-5 remove the menus belonging to the Edit group
  • lines 6-8 remove the menus belonging to the Object group
  • lines 9-1 1 remove the menus belonging to the Help group.
  • the object linking and embedding API provides a set of helper functions to be used by container and server applications. These functions include the following: SetActiveObjectHwnd, GetActiveObjectHwnd, ObjectCreateSharedMenu, ObjectDestroySharedMenu, ObjectShade, and
  • the SetActiveObjectHwnd function sets the currently selected object in an MDI application.
  • Each MDI (document) window in an MDI container application has associated with it an object interface corresponding to the object activated in place, which was displayed when that MDI window last had input focus. If no object had been activated in place from within the MDI window, then the associated object interface is NULL. This mechanism enables an MDI window to activate the proper containee object when the MDI window later receives input focus, for example, when the user clicks with the mouse on the title bar of the MDI window.
  • the SetActiveObjectHwnd function takes two parameters: the window handle of the MDI (document) window and the IOLEInPlaceObject interface of the object currently activated in place.
  • the function stores the object interface as a property of the document window using underlying window system functions. Note that this implementation requires storage for each MDI window active in the system.
  • An alternative approach is to add a method to the document, pane, and frame window interfaces to keep track of the currently selected object.
  • HWND GetActiveObjectHwnd HWND hwndDOC
  • the GetActiveObjectHwnd function retrieves the containee object to be activated in place when the MDI window receives input focus. This function returns the object interface that was previously stored using the SetActiveObjectHwnd function. 4.7.3 ObjectCreateSharedMenu
  • the ObjectCreateSharedMenu function creates the shared menu data structure associated with the composite menu bar of an object activated in place.
  • the function is invoked from the CreateNewMenu function when a containee object is activated.
  • Code Table 4 shows an implementation of the ObjectCreateSharedMenu function.
  • the function takes two parameters: a handle to a composite menu bar and an array of menu counts which contains the number of menus in each menu group.
  • the function returns a handle to the newly created shared menu data structure.
  • the function allocates the memory required for the shared menu data structure.
  • the function saves the handle to the composite menu bar in this data structure.
  • the function sets up the shared menu descriptor according to the information stored in the menu count array. This descriptor is used by the window procedure, when it receives menu commands, to determine whether to forward the menu command to the container application or to the server application.
  • the descriptor stores at each index the number of the last menu contained in the menu group associated with that index. (The menus are numbered from 1 on the left.) Also, an indication of whether the menu group belongs to the container or server application is stored at each index.
  • the window procedure can determine within which index a particular menu item selection falls by counting the number of menus up to and including the menu item selection and then comparing the menu number with the descriptor values to find the correct index. Once the index has been determined, the window procedure can retrieve the indicator that specifies whether a container or server application function should be invoked. This procedure is discussed further below in reference to Code Table 5.
  • FIG 25 is a block diagram of the shared menu data structure corresponding to the example discussed in Figure 4.
  • the shared menu data structure consists of a pointer to the composite menu bar 2502 and a descriptor 2505 which contains the menu count for each menu group.
  • the composite menu bar 2503 comprises the menus from the container and server applications 2504.
  • Each element in the descriptor 2505 has a count field 2506 and a function field 2507.
  • the count field 2506 indicates the number, starting from the left, of the last menu within a menu group.
  • the second menu group is the Edit group and contains only one menu.
  • This menu 2503 is the second menu from the left in the composite menu bar; therefore, the count field 2509 contains the number 2.
  • the fourth menu group is the Object group. This group contains five menus from the server application 2510. Therefore, the count for this menu group 251 1 contains the number 7, since the seventh menu is the Macro menu which is the last menu in the Object group.
  • the ObjectDestroySharedMenu function destroys the shared menu data structure built in a previous call to ObjectCreateSharedMenu. This function is invoked from the IOLEInPlaceObject: InPlaceDeactivate method of the activated containee object after the container and server applications have removed their menus from the composite menu bar. 4.7.5 ObjectShade void ObjectShade (HWND hwndParent, LPRECT lprc, DWORD grfState)
  • the ObjectShade function is provided by the object linking and embedding
  • the hwndParent parameter is the window handle associated with the IOLEInPlaceParent interface of the activated (or to be activated) object.
  • the lprc parameter is the rectangle in the parent window coordinates where the pattern will be placed.
  • the grfState flags are identical to those described in the IOLEInPlaceParent: :ShadeBorder method and include SHADEBORDER_O ⁇ and SHADEBORDER ACTIVE.
  • the ObjectSetMenuDescriptor function sets up or removes the message handler for the composite menu bar.
  • the function is invoked by the IOLEInPlaceFrame: :SetMenu method of the associated container object of the activating containee object.
  • Figure 26 is a flow diagram of an implementation of the ObjectSetMenuDescriptor function. It takes three parameters: the window handle of the frame window associated with the container application, the handle to the shared menu data structure returned by the ObjectCreateSharedMenu function, and the window handle of the object to be currently activated in place. If the handle to the shared menu structure is null, then the function removes the message handler for the composite menu bar, otherwise it sets up the message handler.
  • step 2601 the function determines whether the handle to the designated shared menu data structure is null, and if it is continues at step 2602, else continues at step 2603.
  • step 2602 the function invokes the underlying window system function SetWindowLong to remove the special message handler that was previously associated with the container application.
  • step 2603 the function removes the properties previously set up for the composite menu and then returns.
  • step 2604 the function sets a property on the frame window to store the shared menu data structure to be later used by the special message handler.
  • step 2605 the function sets another property on the frame window corresponding to the window handle of the activating object.
  • step 2606 the function uses the underlying window system function SetWindowLong to install the special message handler as the new window procedure for the frame window of the parent container application.
  • the old window procedure is saved for later use in the property Old_Filter. (See, e.g., Code Table 5, discussed in detail below.)
  • the function then returns. 5. Use of In-Place Interaction API
  • a user can select objects and request that certain actions be performed upon the selected objects.
  • the user can either click twice with the mouse input device on the object presentation format or use the container application menus to select an action on the object.
  • Figure 8 demonstrates one way the user can use menus to activate the spreadsheet object 305 in place.
  • the word processing application invokes the spreadsheet application to activate the spreadsheet object in place.
  • the process of activating the spreadsheet object 305 is accomplished in several steps.
  • the window procedure for the frame window of the word processing application is invoked by the underlying window system in response to user selection of a menu item on the object action submenu 804. (See, e.g.. Figure 14.)
  • the window procedure invokes the function Process_Object_Activation.
  • the function Process_Object_Activation loads the data for the spreadsheet object 305 using the object linking and embedding API function ObjectLoad.
  • the function Process_Object_Activation program invokes the DoVerb method of the spreadsheet object 305 to request the spreadsheet application to perform the selected action.
  • Figure 27 is a flow diagram of an implementation of the function Process_Object_Activation.
  • the function loads the selected object and invokes its DoVerb method to perform the selected action.
  • the function invokes the object linking and embedding API function ObjectLoad, passing it a pointer to the storage for the object, and an indication that it wants the IOLEObject interface.
  • the function ObjectLoad returns a pointer to the IOLEObject interface of the loaded object.
  • the function invokes the SetClientSite method of the containee object to hand the containee object a pointer to its associated parent containee object interface (pclientsite).
  • step 2703 the function invokes the loaded object's IOLEObject: :DoVerb method, passing it the selected action, an indication of whether the action was selected by a double click, and a previously created IOLEClientSite interface for the object. The function then returns.
  • Figure 28 is a flow diagram of an implementation of the object linking and embedding API function ObjectLoad.
  • This function creates the in-memory instance of an object, readies a server application for future interaction, and returns a pointer to the designated interface.
  • the function takes three parameters: a pointer to storage where the object data is to be loaded from, an indication of the interface the caller desires to have returned, and a return pointer to the in-memory instance of the object.
  • the function retrieves the CLASS ID from the designated storage.
  • the function uses the retrieved CLASS ID to locate the code for creating an in-memory instance of this type of object.
  • an IOLECreate interface is provided by every server application to create in-memory instances of objects it implements.
  • the function invokes the IOLECreate: :CreateInstance method to create the in-memory structure for the object and returns a pointer to an IPersistStorage interface through which the persistent storage for the object is accessed.
  • the function invokes the IPersistStorage: :Load method, which loads the object data from the designated storage.
  • the function invokes the IPersistStorage: :QueryInterface method to retrieve the designated interface, and returns the retrieved interface.
  • Figure 29 is a flow diagram of a typical implementation of the
  • IOLEObject :DoVerb method.
  • This method is the primary method for interacting with a containee object.
  • the method negotiates with the container application to perform in- place interaction and causes the server application's user interface to be activated.
  • the method takes four parameters: the user-selected action, a pointer to the message structure received by the container application window procedure when the user selected the action, a pointer to the IOLEClientSite interface of the object, and a set of flags controlling the execution of the verb, for example, whether the server application should take the input focus upon invocation.
  • the method invokes the IOLEClientSite: :QueryInterface method to get the IOLEInPlaceParent interface for the specified object.
  • step 2902 the method invokes the IOLEInPlaceParent: :CanInPlaceActivate method to determine whether the container application supports in-place interaction.
  • step 2903 if the container application does not support in-place interaction, the method continues at step 2904, else the method continues at step 2906.
  • step 2904 the method creates and displays a server application frame window, because the container application could not perform in-place interaction.
  • step 2905 the method continues its normal processing of the designated action, and returns.
  • step 2906 the method invokes the IOLEInPlaceParent:: GetWindowContext method to obtain the interfaces associated with the container application.
  • step 2907 the method calculates the size of the object window it needs to create to support in-place interaction with the specified object.
  • step 2908 the method determines whether the area returned by the
  • IOLEInPlaceParent : GetWindowContext method necessitates scaling or clipping and whether the specified object can support this. If it can support the required size, the method continues at step 2909, else the method abandons in-place interaction and continues at step 2904.
  • the method retrieves the window handle for the window corresponding to the IOLEInPlaceParent interface.
  • the method creates a new window as a child of the window corresponding to the IOLEInPlaceParent interface to be used as the object root window. (See, e.g., item 1309 in Figure 13.)
  • the method determines whether the user interface resources for the specified object are still available, that is, have been allocated but not yet deallocated.
  • step 2912 the method invokes the IOLEInPlaceParent:: OnUlActivate method to enable the container application to remove its user interface resources in preparation for activation of the specified object in place.
  • step 2913 the method invokes the IOLEInPlaceParent: nlnPlaceActivate method to allow the container application to record that it has activated a nested object in place.
  • step 2914 the method invokes the function CreateNewMenu to create the new composite menu bar (see Code Table 2).
  • step 2915 the method determines whether the specified object requires the activation of any additional user interface tools, and if it does, continues at step 2916, else continues at step 2917.
  • step 2916 the method invokes the function CreateObjectToolbars to negotiate the location of and to place the additional user interface tools of the specified object (see Figure 24).
  • step 2917 the method invokes the function ActivateUI, which causes all of the user interface resources of the specified object to be displayed (see Figure 23), and returns.
  • the previous section discussed the activation of a containee object assuming the object was activated from an SDI container application. If, on the other hand, the object is activated within an MDI container application, which application by definition can interact with multiple compound documents at the same time, then activation and deactivation occurs whenever the document (MDI) window containing the object is activated or deactivated.
  • the window procedure for the document window receives an activation message from the underlying window system whenever the user selects the window (for example, by clicking in the title bar of the document window).
  • the window procedure for the document window will receive a deactivation message when the user then selects a different window.
  • the window procedure for the document window will invoke a function (e.g., Process_Activation_Message) to perform the activation and deactivation of the document window and any activated object contained within it.
  • a function e.g., Process_Activation_Message
  • Figure 30 is a flow diagram of an implementation of the function Process_Activation_Message called by the window procedure of an MDI document window to process activation and deactivation messages.
  • the document window handle is passed in as a parameter to the function.
  • the function determines whether the window contains an object previously activated in place when the window was last active. If so, the function activates or deactivates that object, else the function activates or deactivates the document window in its normal fashion.
  • the function performs its normal window deactivation procedures, and returns.
  • the function retrieves the IOLEInPlaceObject object interface for the previously active contained object, if there is one, by invoking the function GetActiveObjectHwnd.
  • the function determines whether the object interface is null.
  • the user interacts with the object within the container application by selecting actions through the menu bar of the container application (which is the composite menu bar). Because some of the menus belong to the server application and others of the menus belong to the container application, the window procedure for the container application frame window must decide whether to send the menu input event to a function within the container application or within the server application.
  • a special message handler is installed by the object linking and embedding API function ObjectSetMenuDescriptor when it is invoked by the server application to install the newly created composite menu bar.
  • This special message handler becomes the new window procedure for the container application frame window once it is installed. Thus, all messages received by the container application that correspond to its frame window are thereafter routed first to the special message handler. This special message handler then decides to which application to route the message event received.
  • Code Table 5 shows an implementation of the special message handler provided by the object linking and embedding API.
  • Lines 3-54 implement a case statement based upon the type of message received.
  • Lines 28-49 provide initialization to enable the handler to route the message properly when it receives a menu command message from the underlying window system.
  • Lines 4-27 and lines 50-53 provide the basic routing mechanisms when a menu command message is received.
  • the handle to the shared menu data structure is retrieved from the properties of the container application frame window.
  • the handler walks the entries of the composite menu bar trying to match the menu received in its input message. In the process, it keeps track of the number of menus encountered (line 36).
  • variable count represents the number of the selected menu starting from the left. This count is then used in the loop contained in lines 43-48 to determine to which descriptor element the menu belongs. Specifically, the value stored at each index of the descriptor is checked, and if the menu number is less than or equal to that value and is greater than the value stored in the descriptor at the index to the left, then the correct descriptor element has been located. Once the correct element is known, the handler retrieves the indicator corresponding to whether a container or server application function should be called. This indicator is then saved in the variable saveMenuRoutine in lines 45 and 47. For the handler to properly process menu mneumonics (including system menu key sequences), the handler sets the input focus to the frame window when responding to the menu command message.
  • a menu mneumonic is a key sequence such as "Alt, -, F, N" which provides a way to access menus using a keyboard instead of using a mouse.
  • a menu item has one letter designated as its unique mneumonic, e.g., underlined on Windows 3J .
  • its unique mneumonic is appended to the mneumonics of its containing menus.
  • the entire key sequence is prefaced by the system key, which informs the system that the user wishes to type in a menu mneumonic.
  • Menu mneumonics pose a special problem when in-place interaction is implemented with certain underlying window systems.
  • the handler invokes the window procedure of the object window, otherwise it invokes the original container application window procedure. Specifically, in line 7, the handler gets the window handle of the object, which was stored as a property of the frame window of the container application. In line 8, the handler asynchronously posts a message to the object window forwarding the original message and the original parameters. In line 1 1 , if the indicator did not specify the server application, then the handler retrieves the original window procedure of the container application frame window and in line 12 invokes this procedure with the designated message and parameters. The original window procedure of the container application frame window was saved in the call to ObjectSetMenuDescriptor, which installed the new window procedure.
  • the object When the user selects an area outside the object activated in place, the object is deactivated. In general, this behavior occurs when the user clicks with a mouse button in another area in the window of the container application, or in a different document window in the case of an MDI container application. Therefore, generally speaking the deactivation methods of the in-place interaction API are invoked from a function called by the container application to process a mouse button event.
  • FIG 31 is a flow diagram of an implementation of the Process_Mouse_LButtonDown function.
  • This function processes the input event signaled by the receipt of a left button down message.
  • the function sets a flag indicating that the container application is about to activate. This flag is used in the sequence of nested deactivation invocations to ensure the correct user interface resources are displayed in the case of nested activations.
  • the function checks the flag ACTIVATED SOMEONE to determine whether an object has been activated in place, and if it has, continues at step 3104, else continues at step 3103.
  • step 3103 the function performs its normal left button down event processing, and returns.
  • step 3104 the function retrieves the IOLEInPlaceObject interface for the currently activated object.
  • step 3105 the function invokes that object's IOLEInPlaceObject:: InPlaceUIDeactivate method. The function then continues at step 3103.
  • the currently activated object's IOLEInPlaceObject: InPlaceUIDeactivate method will in turn invoke its IOLEInPlaceParent: : OnUIDeactivate method to allow the container application to install its user interface resources. This deactivation will nest upwards until either the top level container, or the container of the object about to be activated, is reached. (See Figure 19.) For example, referring to Figure 4.
  • a container application may display scroll bars for scrolling the displayed container object vertically or horizontally.
  • the scroll bars are part of the container window. If the container object has an activated containee object, then when the user clicks on an area outside the containee object, the containee object is deactivated. In a preferred embodiment, the container application upon receiving a scroll bar message does not deactivate the containee object. Rather, the container application effects the scrolling and ensures that the input focus stays with the containee object.
  • the container application permanently deallocates the user interface resources associated with a previously activated object. To deallocate these resources, the container application invokes the IOLEInPlaceObject: .-InPlaceDeactivate method associated with the previously activated object. This method in turn deallocates the shared menu data structure and the menus associated with the composite menu bar. (See Figure 20 and associated text.)
  • the applicants should cooperate to avoid conflicts between modal and modeless dialogs. For example, suppose the user has selected the "Find" menu item on the Edit menu of a spreadsheet application, which results in the display of a modeless dialog by the server application. Now, suppose the user wishes to print out a part of the compound document, so the user selects the "Print" menu item on the File menu, which belongs to the word processing (container) application. The word processing application hides the "Find" dialog because both dialogs are preferably not displayed at the same time. To do this, the word processing application invokes the IOLEInPlaceObject:: EnableModeless method of the spreadsheet application to request it to hide any modeless dialogs. Then, after the container application has finished processing the "Print" dialog, it invokes the EnableModeless method to redisplay the modeless dialogs.
  • the underlying window system supports a concept referred to as accelerator key combinations to enable the user to invoke menu commands through keyboard shortcuts.
  • An accelerator key combination is a sequence of keys assigned by an application to be equivalent to invoking a particular menu command. For example, the key sequence consisting of pressing the "CNTRL” key followed by the pressing the "N” key might translate to the menu command "New" on the "File” menu.
  • accelerator key combinations are assignable by the user and need to be unique within an application.
  • accelerator key combinations are processed in the message pump of an application (see step 1402 in Figure 14).
  • a typical message pump invokes an underlying window system function passing it an accelerator translation table and lets the window system determine to which menu item command the accelerator corresponds. The window system then sends the resulting menu command to the appropriate window procedure.
  • the container application should ensure that the server application has a chance to translate its own accelerators.
  • the server application is given priority over the container application in processing ambiguous application accelerators when the server application has been activated in place.
  • it should pass on any accelerators it does not recognize to the container application.
  • Code Tables 6 and 7 show changes to the server application message pump applicable when the server application executes as a separate process.
  • Code Table 8 shows changes to the container application message pump applicable when the server application executes within the same process as the container application (as an object handler).
  • Code Table 6 shows an implementation of the changes to the message pump of an object activated in place. These changes allow the server application to give the container application a chance to translate application accelerators before the server application (a separate process) finally disposes of an incoming message.
  • the server application attempts to translate an accelerator using its own translation table (stored in the variable hAccel).
  • the server application invokes a special object linking and embedding API function ObjectTranslateAccelerator.
  • the ObjectTranslateAccelerator function determines whether the accelerator is desired by the container application and. if so.
  • the remote procedure call mechanism due to its synchronous nature, ensures that the container application will process the message and return before the caller (the server process) receives any more input. In lines 4-5, if the container application did not translate the accelerator, then the server application handles the input message in its normal fashion (filtering and then dispatching it).
  • Code Table 7 shows an implementation of the object linking and embedding API function.
  • ObjectTranslateAccelerator This function allows the server application to give the container application a chance to process accelerators. In order to avoid the pitfalls inherent in synchronous message handling (such as indefinite waiting).
  • ObjectTranslateAccelerator checks first to see if the container application is interested in the accelerator before attempting to invoke the container application's TranslateAccelerator method.
  • the container application's accelerator table is a designated parameter passed in by the server application. It is accessible to the server application through a call to IOLEInPlaceParent:: GetWindowContext. If the container application's TranslateAccelerator method is invoked, this function returns the value returned by the container application to the server application, so that the server application can dispose of the message properly.
  • Code Table 8 represents a typical implementation of a message pump of a container application that supports in-place interaction. These changes allow the container application to give the server application (executing within the same process as the container application) a chance to translate application accelerators before the container application finally disposes of an incoming message.
  • the code retrieves the currently active object window handle associated with the document window of the container application.
  • the code invokes the IOLEInPlaceObject TranslateAccelerator method corresponding to the object window handle to enable the server application to translate the accelerator key combination.

Abstract

A computer method and system for interacting with a containee object contained within a container object. In a preferred embodiment of the present invention, the container object has a container application with a container window environment that has container resources for interacting with the container object. The containee object has a server application with a server window environment with server resources for interacting with the containee object. The method of the present invention displays the container window environment on a display device. A user then selects the containee object. In response to selecting the containee objects, the method integrates a plurality of the server resources with the displayed container window environment. When a user then selects a server resource, the method invokes the server application to process the server resource selection. Conversely, when a user selects a container resource, the method invokes the container application to process the container resource selection.

Description

Description
A METHOD AND SYSTEM FOR IN-PLACE INTERACTION WITH EMBEDDED OBJECTS
Technical Field
This invention relates generally to a computer method and system for interacting with linked and embedded objects and. more specifically, to a method and system for editing and otherwise interacting with a contained object within the context of its container application.
Background of the Invention
Current document processing computer systems allow a user to prepare compound documents. A compound document is a document that contains information in various formats. For example, a compound document may contain data in text format, chart format, numerical format, etc. Figure 1 is an example of a compound document. In this example, the compound document 101 is generated as a report for a certain manufacturing project. The compound document 101 contains scheduling data 102, which is presented in chart format; budgeting data 103, which is presented in spreadsheet format; and explanatory data 104. which is presented in text format. In typical prior systems, a user generates the scheduling data 102 using a project management computer program and the budgeting data 103 using a spreadsheet computer program. After this data has been generated, the user creates the compound document 101, enters the explanatory data 104, and incorporates the scheduling data 102 and budgeting data 103 using a word processing computer program.
Figure 2 shows how the scheduling data, budgeting data, and explanatory data can be incorporated into the compound document. The user generates scheduling data using the project management program 201 and then stores the data in the clipboard 203. The user generates budgeting data using the spreadsheet program 204 and then stores the data in the clipboard 203. The clipboard 203 is an area of storage (disk or memory) that is typically accessible by any program. The project management program 201 and the spreadsheet program 204 typically store the data into the clipboard in a presentation format. A presentation format is a format in which the data is easily displayed on an output device. For example, the presentation format may be a bitmap that can be displayed with a standard bitmap block transfer operation (BitBlt). The storing of data into a clipboard is referred to as "copying" to the clipboard. After data has been copied to the clipboard 203, the user starts up the word processing program 206 to create the compound document 101. The user enters the explanatory data 104 and specifies the locations in the compound document 101 to which the scheduling data and budgeting data that are in the clipboard 203 are to be copied. The copying of data from a clipboard to a document is referred to as "pasting" from the clipboard. The word processing program 206 then copies the scheduling data 102 and the budgeting data 103 from the clipboard 203 into the compound document 101 at the specified locations. Data that is copied from the clipboard into a compound document is referred to as "embedded" data. The word processing program 206 treats the embedded data as simple bitmaps that it displays with a BitBlt operation when rendering the compound document 101 on an output device. In some prior systems, a clipboard may only be able to store data for one copy command at a time. In such a system, the scheduling data can be copied to the clipboard and then pasted into the compound document. Then, the budgeting data can be copied to the clipboard and then pasted into the compound document.
Since word processors typically process only text data, users of the word processing program can move or delete embedded data, but cannot modify embedded data, unless the data is in text format. Thus, if a user wants to modify, for example, the budgeting data 103 that is in the compound document 101 , the user starts the spreadsheet program 204, loads in the budgeting data 103 from a file, makes the modifications, copies the modifications to the clipboard 203, starts the word processing program 206, loads in the compound document 101, and pastes the modified clipboard data into the compound document 101. The spreadsheet program "implements" the spreadsheet data, that is, the spreadsheet program can be used to manipulate data that is in spreadsheet format. The format that a program implements is referred to as native format.
Some prior systems store links to the data to be included in the compound document rather than actually embedding the data. When a word processing program pastes the data from a clipboard into a compound document, a link is stored in the compound document. The link points to the data (typically residing in a file) to be included. These prior systems typically provide links to data in a format that the word processing program recognizes or treats as a presentation format. For example, when the word processing program 206 is directed by the user to paste the scheduling data and budgeting data into the compound document by linking, rather than embedding, the names of files in which the scheduling data and budgeting data reside in presentation format are inserted into the document. Several compound documents can contain links to the same data to allow one copy of the data to be shared by several compound documents.
Summary of the Invention It is an object of the present invention to provide a method and system for interacting with a contained object within a window environment of a container application of a container object.
It is another object of the present invention to provide a method and system for combining menus of the container application with menus of a server application of the contained object.
These and other objects, which will become apparent as the invention is more fully described below, are provided by a computer method and system for interacting with a containee object contained within a container object. In a preferred embodiment, the container object has a container application with a container window environment that has container resources for interacting with the container object. The containee object has a server application with a server window environment with server resources for interacting with the containee object. The method of the present invention displays the container window environment on a display device. A user then selects the containee object. In response to selecting the containee object, the method integrates a plurality of the server resources with the displayed container window environment. When a user then selects a server resource, the method invokes the server application to process the server resource selection. Conversely, when a user selects a container resource, the method invokes the container application to process the container resource selection.
Brief Description of the Drawings
Figure 1 is an example of a compound document.
Figure 2 is a diagram showing how the scheduling data, budgeting data, and explanatory data can be incorporated into the compound document. Figure 3 is a diagram of the sample compound document shown in Figure 1 as it appears when edited within the word processing application before in-place interaction occurs.
Figure 4 is a diagram of the embedded spreadsheet object as it appears when activated in place within the compound document. Figure 5 is a diagram which shows the relationship between an object handler and the container and server processes. Figure 6 is a block diagram of a sample instance of a linked or embedded object.
Figure 7 is a block diagram showing a public view of an object. Figure 8 is a sample user menu provided by a container application to display and select the actions available for an object.
Figure 9 is a diagram showing the composite menu bar resulting from the merger of the server application menus with the container application menus of the example shown in Figure 4.
Figure 10 is a diagram of the menu groups that compose a composite menu bar in a preferred embodiment of the present invention.
Figure 1 1 is a diagram showing the component windows of a typical Single Document Interface application.
Figure 12 is a diagram showing the component windows of an Multiple Document Interface application. Figure 13 is a block diagram showing the typical window hierarchy of a container application when it is editing an embedded object in place.
Figure 14 is a flow diagram showing message processing in an event-driven windowing operating system environment.
Figure 14B is a block diagram showing the public interfaces required to support in-place interaction.
Figure 15 is a flow diagram of an implementation of the IOLEInPlaceFrame::SetMenu method.
Figure 16 is a flow diagram of an implementation of the I OLEInPlaceFrame :: EnableM odel ess method . Figure 17 is a flow diagram of an implementation of the
IOLEInPlaceParent: :OnInPlaceActivate method.
Figure 18 is a flow diagram of an implementation of the IOLEInPlaceParent:: OnUI Activate method.
Figure 19 is a flow diagram of an implementation of the IOLEInPlaceParent: :OnUIDeactivate method.
Figure 20 is a flow diagram of an implementation of the IOLEInPlaceObject::InPlaceDeactivate method.
Figure 21 is a flow diagram of an implementation of the IOLEInPlaceObject:: InPlaceUIDeactivate method. Figure 22 is a flow diagram of an implementation of the
IOLEInPlaceObject:: Activate method. Figure 23 is a flow diagram of an implementation of the ActivateUI function.
Figure 24 is a flow diagram of an implementation of the CreateObjectToolbars function. Figure 25 is a block diagram of the shared menu data structure corresponding to the example discussed in Figure 4.
Figure 26 is a flow diagram of an implementation of the ObjectSetMenu function.
Figure 27 is a flow diagram of an implementation of the function Process_Object_Activation.
Figure 28 is a flow diagram of an implementation of the object linking and embedding API function ObjectLoad.
Figure 29 is a flow diagram of an implementation of the IOLEObject::DoVerb method. This method is the primary method for interacting with a containee object.
Figure 30 is a flow diagram of an implementation of the function Process Activation Message called by the window procedure of an MDI document window to process activation and deactivation messages.
Figure 31 is a flow diagram of an implementation of the Process_Mouse_LButtonUp function.
Detailed Description of the Invention
Table of Contents 1. Overview 2. In-Place Interaction Overview
3. Window Support for In-Place Interaction
4. In-Place Interaction API
4.1 IOLEWindow Interface
4.1.1 IOLEWindow: :GetWindow 4.2 IOLEInPlaceUI Window Interface
4.2.1 IOLEInPlaceUIWindow: :GetBorder
4.2.2 IOLEInPlaceUIWindow: :QueryBorderSpace
4.2.3 IOLEInPlaceUIWindow: :SetB order Space 4.3 IOLEInPlaceFrame Interface 4.3.1 IOLEInPlaceFrame::SetMenu 4.3.2 IOLEInPlaceFrames::lnsertMenus
4.3.3 IOLEInPlaceFrame::RemoveMenus
4.3.4 IOLEInPlaceFrame::SetStatusText
4.3.5 IOLEInPlaceFrame::EnableModeless 4.3.6 IOLEInPlaceFrame::TranslateAccelerator
4.4 IOLEInPlaceParent Interface
4.4.1 IOLEInPlaceParent: :CanInPlaceDeactivate
4.4.2 IOLEInPlaceParent: :OnInPlaceActivate
4.4.3 IOLEInPlaceParent: :OnUI Activate 4.4.4 IOLEInPlaceParent::OnUIDeactivate
4.4.5 IOLEInPlaceParent: :OnDeactivate
4.4.6 IOLEInPlaceParent: :ShadeBorder
4.4.7 IOLEInPlaceParent: :GetWindowContext
4.5 IOLEInPlaceObject Interface 4.5.1 IOLEInPlaceObject::InPlaceDeactivate
4.5.2 IOLEInPlaceObject::InPlaceUIDeactivate
4.5.3 IOLEInPlaceObject::TranslateAccelerator
4.5.4 IOLEInPlaceObject: :Activate
4.5.5 IOLEInPlaceObject::ResizeBorder 4.5.6 IOLEInPlaceObject::EnableModeless
4.5.7 IOLEInPlaceObject: :SetVisRect
4.6 Other Server Application Functions 4.6J ActivateUI
4.6.2 CreateNewMenu 4.6.3 CreateObjectToolbars
4.6.4 RemoveMenus
4.7 Object Linking and Embedding API Helper Functions
4.7.1 SetActiveObjectHwnd
4.7.2 GetActiveObjectHwnd 4.7.3 ObjectCreateSharedMenu
4.7.4 ObjectDestroySharedMenu
4.7.5 ObjectShade
4.7.6 ObjectSetMenu
5. Use of In-Place Interaction API 5J Procedure for Activation in Place
5J J Activation In Place Within a Multiple Document Interface Application
5.2 User Selection of Pulldown Menus Message Handling
5.3 In-Place Deactivation Procedure 5.4 Closing the Container Application
5.5 Interacting with Modeless Dialogs
5.6 Handling Accelerator Key Combinations
1 . Overview The present invention provides a generalized method, referred to as in-place interaction, for interacting with embedded or linked data in the context of a compound document. That is, the application to be used to interact with the embedded or linked data is made accessible to the user through the windowing context (menus and windows) of the application that implements the compound document. This accessibility is referred to as activation in place. In a preferred embodiment, when embedded or linked (contained) data is activated in place, the menus of the application that implements the contained data are merged with the menus of the application that implements the compound document to create a composite menu bar. The order of the menus in the composite menu bar is determined by a set of menu groups. Each application categorizes its menus into these menu groups and places its menus in the composite menu bar in the order of the menu groups. The composite menu bar is then installed as the menu bar of the application implementing the compound document, and a message handler is installed to filter messages sent to the windows of this application. When the user selects a menu item, the message handler determines whether the menu item belongs to a menu of the application implementing the contained data or the application implementing the compound document. The message handler then sends the input message corresponding to the selected menu item to the correct application.
The present invention defines a set of abstract classes (interfaces) and functions through which contained data is activated in place. (In the C++ programming language, an abstract class is a class with a definition of its data and methods, but with no implementation for those methods. It is the responsibility of the application implementing the class to provide the actual code for the methods available to manipulate the class instance data.) The application implementing the compound document is responsible for implementing some of these interfaces and the application implementing the contained data is responsible for implementing others. In a preferred embodiment of the present invention, an application program that creates a compound document controls the manipulation of linked or embedded data generated by another application. In object-oriented parlance, this data is referred to as an object. (The reference Budd, T., "An Introduction to Object-Oriented Programming." Addison-Wesley Publishing Co., Inc.. 1991 , provides an introduction to object-oriented concepts and terminology.) An object that is either linked or embedded into a compound document is "contained" within the document. Also, a compound document is referred to as a "container" object and the objects contained within a compound document are referred to as "contained" or "containee" objects. Referring to Figures 1 and 2, the scheduling data 102 and budgeting data 103 are containee objects and the compound document 101 is a container object. The user can indicate to the word processor that the user wants to edit a containee object, such as the budgeting data 103. When the user indicates that the budgeting data 103 is to be edited, the word processing program determines which application should be used to edit the budgeting data (e.g., the spreadsheet program) and launches (starts up) that application. The user can then manipulate the budgeting data using the launched application, and changes are reflected in the compound document. The same procedure is used whether the budgeting data is stored as an embedded or linked object.
If the application used to edit the budgeting data supports in-place interaction, then, when it is launched by the word processing program, it is activated within the window environment of the word processing program. Figures 3 and 4 illustrate the process of activating the embedded budgeting data 103 in place.
Figure 3 is a diagram of the sample compound document shown in Figure 1 as it appears when edited within the word processing application before in-place interaction occurs. The main window of the container application 301 contains a title bar 302, a menu bar 303, and a client window 304. The client window 304 displays the manufacturing project report discussed in Figure 1. The compound document contains an embedded spreadsheet object (the budgeting data 305). When the user edits the native text data of the compound document, the menu bar 303 appears as shown: it includes all of the commands necessary to interact with the word processing application.
When the user decides to edit the budgeting data 305, the user selects the spreadsheet object 305 and requests the word processing application to edit the object
(e.g., by double clicking using the mouse). The word processing application then launches the spreadsheet application requesting that it edit the spreadsheet object 305. The spreadsheet application negotiates with the word processing application to edit the spreadsheet object 305 using windows 301 and 304 and the menu bar 303 of the word processing application.
Figure 4 is a diagram of the embedded spreadsheet object as it appears when activated in place within the compound document. The spreadsheet object 405 is edited directly in the client window 404 of the word processing application. The title bar 402 is changed to reflect that the application implementing the compound document, in this case a word processing application, is editing a spreadsheet worksheet within the compound document "VAC 1. DOC." Also, the menu bar 403 is changed to a new composite menu bar, which comprises menus from the word processing application and menus from the spreadsheet application. In addition, various aspects of the embedded spreadsheet object 405 are changed to reflect that it is being edited within its container compound document. A selection highlight 406 in the form of a hatched border pattern is placed around the object. Also, the standard tools of the spreadsheet application, in this case the row and column markers 407. are placed around the spreadsheet object. Also, the spreadsheet selection cursor 408 is placed around the currently selected cell. At this point, the user is ready to edit the spreadsheet object 405 using all of the spreadsheet application commands.
In a preferred embodiment, application programs ("applications") cooperate using object linking and embedding facilities to create and manipulate compound documents. An application that creates a compound document is referred to as a container (or client) application, and an application that creates and manipulates containee objects is referred to as a server application. An application can behave as both a container and server. That is. an application can contain objects and the objects that the application implements can. be contained within other objects. Referring to Figure 2, the project management program 201 and the spreadsheet program 204 are server applications, and the word processing program 206 is a container application. A container application is responsible for selection of the various objects within the container object and for invoking the proper server applications to manipulate the containee objects. Server applications are responsible for manipulating the contents of the containee objects.
In a preferred embodiment, applications are provided with an implementation-independent Application Programming Interface (API) that provides object linking and embedding functionality. The API is a set of functions that are invoked by container and server applications. These functions manage, among other things, the setup and initialization necessary for container applications to send and receive messages and data to and from server applications. The API provides functions to invoke server applications to manipulate containee objects.
The invoking of a server application can be relatively slow when the server application executes as a separate process from the container application. In certain situations this slowness may be particularly undesirable. For example, if a user wants to print a compound document that includes many containee objects, it may take an unacceptably long time to invoke the server process for each containee object and request each server process to print the object. To ameliorate this unacceptable performance, a server application can provide code that can be dynamically linked during runtime into the process of the container application to provide certain functionality more efficiently. This code is called an "object handler." Object handlers provide functionality on behalf of the server application so that the object linking and embedding API can avoid starting up server processes and passing messages to the server process. In the above example, an object handler could provide a print function that the object linking and embedding API could invoke to print a containee object.
Figure 5 is a diagram which shows the relationship between an object handler and the container and server processes. The object handler 502 is linked into the container process address space 501 during runtime by the object linking and embedding API 503. Typically, the object linking and embedding API 503 invokes the object handler 502 directly, and the container application code need not be aware that a handler is providing the functionality, rather than a server process 507.
In addition to providing a set of functions, the object linking and embedding ("OLE") API defines "interfaces" through which container applications can communicate with their contained objects. An interface is a set of methods (in C++ parlance) which abide by certain input, output, and behavior rules. If a contained object supports a particular interface, the container application can invoke the methods of that interface to effect the defined behavior. In a preferred embodiment, the container application does not directly access the object data. Rather, it preferably accesses the object data using the supported interfaces. A container application is bound to a contained object through a pointer to an interface. The container application accesses the object data by invoking the methods of the interface. To access the object data, the methods may send messages to the server application requesting the specified access. In a preferred embodiment, messages are sent between container and server applications when the server application is implemented as a separate process using interprocess communications mechanisms provided by the underlying operating system. Figure 6 is a block diagram of a sample instance of a linked or embedded object. In a preferred embodiment, the layout of the instance conforms to the model defined in U.S. Patent Application Serial No. 07/682,537, entitled "A Method for Implementing Virtual Functions and Virtual Bases in a Compiler for an Object Oriented Programming Language" which is hereby incorporated by reference. The instance contains object data structure 601 and interface data structure 613 for each supported interface. The object data structure 601 contains pointers 602 to the interface data structures 613 and may contain private data of the instance. The private data of this sample instance includes a class identifier 603, handle 604 to the storage for the object. and data 605 for tracking the state of the object. The class identifier (CLASS_ID) is used to access the appropriate server application for the object. It is similar to a data structure "type" used in programming languages. The interfaces can determine the server application for the object by using the CLASS ID as an index into a persistent global registry. The persistent global registry is discussed further below. As shown in Figure 6. each interface data structure 613 contains a private data structure 606 and a virtual function table 608. The private data structure 606 contains a pointer 607 to the virtual function table 608. The virtual function table 608 contains pointers 609, 61 1 to the code 610, 612 that implements the methods of the interface.
Table 1
# define interface class interface intf {public: virtual RETCODE fnc] (argl, arg2) = 0; virtual RETCODE fnc2 (argl , arg2) = 0; virtual RETCODE fnc^ ( ) = 0;
Table 1 represents the definition for the interface for the first entry pintf] in the object data structure 601. In Table 1, the word "interface" is defined to mean a C++ class. The definition shows three methods with their parameters. The "=0" at the end of each parameter list indicates that the method has no code implementation. In the C++ programming language, these functions are termed "pure virtual functions". A class with a pure virtual function is referred to as an abstract class.
Figure 7 is a block diagram showing a public view of an object. The public view of an object is the various interfaces that the object supports 702-706. Each interface provides methods through which container applications can access the object. Each object supports an IUnknown interface 702. Container applications use the IUnknown interface 702 to determine which other interfaces the object supports. The implementation of IUnknown interface 702 for a particular object knows what other interfaces the object supports and returns to the invoking application pointers to those interfaces. In a preferred embodiment, the method IUnknown ::Querylnterface is used for this purpose. Interfaces 703 through 706 are examples of typical interfaces that can be supported by an object. These interfaces derive from the IUnknown interface. For example, the IDataObject interface 703 provides methods for storing data in and retrieving data from the object. The IOLEContainer interface 704 provides methods for listing the containee objects that are contained within the object. The IPersistStorage interface 705 provides methods for storing the object to and retrieving the object from persistent storage. The IOLEObject interface 706 provides methods through which a container application invokes the functionality of an object that corresponds to a user- selected action.
In addition to the API, the object linking and embedding facilities of the present invention provide information to container and server applications through a persistent global "registry." This registry is a database of information such as (1 ) for each type of object, the server application that implements the object type, (2) the actions that each server application provides to container applications, (3) where the executable files for each server application are located, and (4) whether each server application has an associated object handler.
2. In-Place Interaction Overview
Once objects have been linked or embedded into a document, a user can select objects and request that certain actions be performed upon the selected objects. A user requests actions by first selecting the object and then selecting an action (e.g., a menu item) to be performed upon the object. The implementing server application is then invoked to perform the selected action. One skilled in the art will appreciate that there are many ways to display the choices of possible actions to a user and allow the user to select an action. In a preferred embodiment, the container application determines from the global registry what actions are supported by the server application implementing the selected object and then displays the actions in a menu.
Figure 8 is a sample user menu provided by a container application to display and select the actions available for an object. Menu item 803 is the entry for the object on the container application Edit menu 802. The entry varies based on the currently selected object. When no embedded or linked objects are selected, menu item 803 is not displayed. Submenu 804 displays the actions supported by an "Excel i:
Worksheet Object." In this example, the supported actions are "Edit," "Open," and "Type." The first action (e.g., "Edit") on a submenu is the default action, which is performed when a user double-clicks with a mouse pointing device on the object, or enters functionally equivalent keys. Once a user has selected a desired action (from the menu or by double- clicking on the object), the container application can then invoke the server application passing it what action to perform on behalf of the container application. The container application does this by obtaining the IOLEObject interface for the object and then invoking the object's DoVerb method passing it the selected action. (The DoVerb method performs the object-specific actions on the object.) The server application in turn determines whether the object can be activated in place within the context of the container application. If so. the server application and container application merge their menus into a composite menu bar, negotiate the placement of server application tool bars, palettes, formula bars, etc., and set up merged message handling. At this point, the server application is ready to receive user input.
Continuing the example of Figure 4, the figure shows the user editing the spreadsheet object (the budgeting data 405) in place within the window environment of a word processing application. Figure 9 is a diagram showing the composite menu bar resulting from the merger of the server application menus with the container application menus of the example shown in Figure 4. The composite menu bar 901 comprises menus 902, 905 from the word processing application and menus 903, 904, 906 from the spreadsheet application. When the user selects a particular menu item from one of these menus, the container application through the merged message handler determines whether to dispatch the message .to the word processing application or to the spreadsheet application.
In a preferred embodiment of the present invention, a composite menu bar is created based upon a set of predetermined conventions. Each application menu to be included in the composite menu bar is assigned to a menu group. The menus are then inserted into the composite menu bar according to the assigned menu group. Figure 10 is a diagram of the menu groups that compose a composite menu bar in a preferred embodiment of the present invention. The composite menu bar 1003 comprises menu groups 1001 from the container application and menu groups 1002 from the server application. The container application menu groups 1001 include the File group, the Container group, and the Window group. The server application menu groups 1002 include the Edit group, the Object group, and the Help group. In a preferred embodiment, the container and server application menus are interleaved in the final composite menu bar, according to the Microsoft application user interface style guidelines, which is specified in "The Windows Interface: An Application Design Guide," Microsoft Corp., 1992. which is herein incorporated by reference. Specifically, in the composite menu bar 1003, the groups are arranged left to right in the following order: File. Edit, Container, Object, Window, and Help.
Window Support for In-Place Interaction
In a preferred embodiment, the in-place interaction API is implemented using the capabilities of the underlying window system. The present invention is described assuming the underlying window system is similar to the Microsoft Windows 3.1 operating system ("Windows"), although one skilled in the art will appreciate that the present invention can be implemented in a different underlying window system. The Microsoft Windows 3.1 operating system is described in "Programmer's Reference. Volume 2: Functions," Microsoft Corp., 1992; "Programmer's Reference, Volume 3: Messages, Structures, and Macros," Microsoft Corp., 1992; and "Guide to Programming," Microsoft Corp., 1992, which are herein incorporated by reference.
In window environments, applications support a single document interface or a multiple document interface. A single document interface ("SDI") application interacts with one document (file) at a time. For example, a word processing application that supports SDI would display the file currently being edited in its primary window. A multiple document interface ("MDI") application interacts with multiple documents (files) by devoting at least one window to each document. For example, a word processing application that supports MDI would display each file currently being edited in a separate document window. The user selects the document window of the file the user wishes to edit either by clicking on the title bar of the desired document window or by selecting the window title from a list on the Window menu of the application.
Figure 1 1 is a diagram showing the component windows of a typical Single Document Interface application. A typical SDI application provides a frame window 1101. and, depending upon the application, may additionally provide pane windows 1105 and 1106 and a parent window 1107 for an embedded object resides. In the case of an SDI application, the frame window 1101 is also the document window. Pane windows 1105. 1106 provide multiple views of a compound document. A parent window 1107 may be created by the container application to delineate the object when the object is first inserted into the compound document. In the example shown in Figure 11, the embedded object is a spreadsheet object, which is displayed within an object window 1 108, which is contained within the parent window 1 107 of the container application. The object window 1 108 is owned by the server application. The frame window 1101 contains a title bar 1102. a menu bar 1103, and a tool bar 1 104. Typically, tool bars and other application-specific tools are attached to either the frame window or a pane window of a container application. They may also appear as floating palettes, which are windows that are independent of the windows shown in Figure 1 1 and thus appear to "float" on top.
Figure 12 is a diagram showing the component windows of a typical Multiple Document Interface application. A typical MDI application allows a user to edit multiple compound documents from within the same container application. In the example shown in Figure 12, the user edits two separate compound documents in the two document windows 1205, 1206. Each document window can contain pane windows in a manner analogous to the SDI application. Document window 1205 contains two pane windows 1207, 1208. Also, the MDI application can provide a parent window 1209 for containing embedded objects in a manner analogous to the SDI application. Figure 12 shows an embedded spreadsheet object presented within an object window 1210. As in the case of an SDI application, the application-specific tools may appear anywhere.
The windows managed by either an SDI or MDI application are created and maintained in a hierarchical fashion. Figure 13 is a block diagram showing the typical window hierarchy of a container application when it is editing an embedded object in place. The window hierarchy comprises container application windows 1301 from the container application, and server application windows 1307 from the server application. The container application 1302 manages its frame window 1303, which contains a document window 1304, which may contain a pane window 1305, which may contain a parent window 1306. When an object is activated in place, the server application 1308 creates a root window 1309 for the embedded object and any child windows it requires. The object root window 1309 contains object child windows 1310, 131 1, 1312.
Every application, when implemented as a separate process, contains an input queue for receiving events connected with the windows residing in the application's window hierarchy. The window hierarchy of Figure 13 is supported by two different applications. Thus, there are separate input queues associated with the windows belonging to the container application and the windows belonging to the server application. Input queue 1313 is associated with the container application windows 1301. Input queue 1314 is associated with the server application windows 1307. When a user clicks with the mouse, or inputs keystrokes to one of these windows, the underlying window system puts an appropriate message on either the container input queue 1313 or the server application queue 1314.
4. In-Place Interaction API
The object linking and embedding API provides functions and defines interfaces through which the container and server applications communicate to support in-place interaction. The methods of these interfaces and the other API functions are invoked by application code in the usual course of processing user input. In an event- driven windowing system, an application invokes the appropriate method or function in response to receiving a message indicating that a user has selected a particular menu item or object.
Figure 14 is a flow diagram showing message processing in an event-driven windowing operating system environment. Each window has its own message handler, which is registered with the underlying window system when the window is created. When messages are received on an application input queue (for example, the input queue of the container application 1313), the application filters, translates, or dispatches the message to the window system. The window system dispatcher in turn sends the message to the message handling function (the "message handler") that was previously registered for the particular window indicated in the message. Upon receipt of the message, the message handler processes the message. The processing may include using the object linking and embedding API. Steps 1401 and 1402 compose a message pump. In step 1401, the application waits for a message on its input queue. In step 1402, the application filters or translates the message, if appropriate, or dispatches the message to the windowing system dispatch function. Steps 1403 and 1404 are the steps in the window system dispatch function that dispatch the message to the appropriate window message handler. In step 1403. the window system dispatcher locates the message handler for the window that is indicated in the message. In step 1404, the window system dispatcher sends the message to the located message handler (e.g., by invoking the message handler).
Steps 1405 through 1412 compose a typical message handler for a window. A message handler is referred to as a "window procedure." In a preferred embodiment, if an application does not provide a window procedure for a particular window, the underlying window system provides a default window handler called DefWindowProc. In steps 1405 through 1408, the application decodes the message to determine what type of event has occurred. Typically, for each type of event, the application invokes a different function, as shown in steps 1409 through 1412. These functions may in turn use the object linking and embedding API. For example, when a menu event is received, the application, in step 141 1, invokes a function that processes menu events. Step 141 1 invokes the Process_Object_Activation function (shown as step 1413), which activates a containee object in place. As will be discussed further below, the Process_Object_Activation function uses the object linking and embedding API to activate a containee object.
The in-place interaction API defines the following interfaces: IOLEWindow, IOLEInPlaceUIWindow, IOLEInPlaceFrame, IOLEInPlaceParent, and IOLEInPlaceObject. The IOLEWindow interface provides a method for retrieving the window handle associated with one of the other interfaces. The
IOLEInPlaceUIWindow interface provides methods through which a server application negotiates with a container application for placement of window tools. The IOLEInPlaceFrame interface provides methods through which a server application communicates with the frame window of a container application. The IOLEInPlaceParent interface provides methods through which a server application communicates with the parent window of a container application. The IOLEInPlaceObject interface provides methods through which a container application activates and deactivates a server application. Figure 14B is a block diagram showing the public interfaces required to support in-place interaction. The container object 14B01 supports the IOLEWindow interface 14B02. the IOLEInPlaceParent interface 14B03, and the IOLEInPlaceFrame interface 14B04. The containee object 14B05 supports the IOLEInPlaceObject interface 14B06. Each of these interfaces is described below in detail.
4J IOLEWindow Interface
Table 2 lists the IOLEWindow interface. In object-oriented parlance, the IOLEWindow interface is the "base class" for the other in-place interaction interfaces. Thus, the other interfaces are derived from the IOLEWindow interface and inherit its public methods. In the IOLEWindow interface there is only one public method called GetWindow.
Table 2 interface IOLEWindow: public IUnknown {public: virtual SCODE GetWindow (H WND FAR *phwnd) = 0; 4J J IOLEWindow: .GetWindow
The GetWindow method retrieves the window handle (unique window identifier) corresponding to the IOLEInPlaceUIWindow, IOLEInPlaceFrame.
IOLEInPlaceParent, or IOLEInPlaceObject interface from which it was invoked. The retrieved window handle is typically used when invoking underlying window system functions.
4.2 IOLEInPlaceUIWindow Interface
Table 3 lists the IOLEInPlaceUIWindow interface. The
IOLEInPlaceUIWindow interface methods are invoked by a server application to negotiate tool placement within the document and pane windows of a container application.
Table 3 interface IOLEInPlaceUIWindow: public IOLEWindow {public: virtual SCODE GetBorder (RECT borderRect) = 0; virtual SCODE QueryBorderSpace (RECT widthRect) = 0; virtual SCODE SetBorderSpace (RECT widthRect) = 0: }
4.2.1 IOLEInPlaceUIWindow: :GetBorder
The GetBorder method retrieves the location where the server application is allowed to place its tools (which are implemented as child windows). This method returns a rectangle located inside the frame of either a document or pane window, depending upon whether the document or pane interface was invoked. Once the server application has retrieved this rectangle, it can determine the width of space it needs to place any tools and can then request this space using the QueryBorderSpace method. If the rectangle returned by the container application is rejected, the server application can choose not to continue with activation in place or can choose to not activate its tools.
4.2.2 IOLEInPlaceUIWindow: :QueryBorderSpace
The QueryBorderSpace method retrieves the designated amount of space in a pane or document window where the server application can place its tools. The method takes one parameter, a rectangle of border space, within the rectangle retrieved from a previous call to GetBorder, that the server application needs for its tool placement. The method returns an indication as to whether the document or pane window is able to accommodate the request. If the request cannot be accommodated. the server application can invoke the method again with a different rectangle, can choose not to continue activation in place, or can choose to not activate its tools.
4.2.3 IOLEInPlaceUIWindow: :SetBorderSpace
The SetBorderSpace method informs its associated container application that it is actually allocating the designated space in the pane or document window to place the server application's tools. This method is called after the space has been successfully requested from the pane or document window in a previous call to QueryBorderSpace. The server application is responsible for allocating the space it needs. The method takes one parameter, the rectangle of space the server application is allocating to its tool child window. The designated rectangle may be smaller than that successfully previously requested. The term "designated" refers to a passed in parameter and "specified" refers to the interface, class, window, or object to which a particular method belongs. The method moves or sizes, as necessary, any of the specified pane or document window user interface resources.
4.3 IOLEInPlaceFrame Interface
Table 4 lists the IOLEInPlaceFrame interface. The IOLEInPlaceFrame interface provides methods invoked by a server application to communicate with the frame window of its container application.
Table 4 interface IOLEInPlaceFrame: public IOLEInPlaceUIWindow {public: virtual SCODE Set Menu (HANDLE hShared enu. HWND hwndObject) = 0; virtual SCODE InsertMenus (HANDLE h enu, UINT FAR *lpiMenuCounts) = 0; virtual SCODE RemoveMenus (HANDLE hmenu) = 0; virtual SCODE SetStatusText (LPSTR IpszStatusText) = 0; virtual SCODE EnableModeless (BOOL fEnable) = 0; virtual SCODE TranslateAccelerator (LPMSG lpmsg, WORD WID) = 0; }
4.3J IOLEInPlaceFrame: :SetMenu The SetMenu method installs and removes the designated composite menu bar as the menu bar of the container application and installs a message handler for the composite menu bar. Figure 15 is a flow diagram of an implementation of the IOLEInPlaceFrame::SefMenu method. This method uses different mechanisms to install the composite menu bar depending upon whether the container application is an MDI or SDI application. In step 1501, the method determines whether the designated composite menu bar is NULL and, if so, continues at step 1502, else continues at step 1503. In step 1502, the method invokes the helper function ObjectSetMenuDescriptor to remove the message handler for the composite menu bar, and returns. In step 1503, the method determines whether the container application is an SDI application, and if it is, continues at step 1504, else continues at step 1505. In step 1504, the method invokes the underlying window system function SetMenu to install the composite menu bar as the menu bar of the container application frame window, and then it continues at step 1507. In step 1505, the method sends a message to the frame window telling it to perform its MDI menu setup. In step 1506, the method invokes the underlying window system function DrawMenuBar to redraw the menu bar. In step 1507. the method invokes the helper function ObjectSetMenuDescriptor to install the message handler for the composite menu bar. In step 1508, the method performs any other processing that may be required at the time of changing its menu bar and then returns.
4.3.2 IOLEInPlaceFrame: :InsertMenus
Figure imgf000023_0001
The InsertMenus method inserts the menus of the container application into the composite menu bar being created by the server application. Code Table 1 shows pseudo-code for an implementation of the IOLEInPlaceFrame: :lnsertMenus method. The method takes two parameters: a composite menu bar and an array of menu counts. For each of the menu groups represented by the menus of the container application, there is a loop which inserts the menus for that group. In lines 1-10, if there are any File group menus, then the method inserts these menus in the composite menu bar, and increments the menu count array at the index corresponding to the File group. (For example, index=0 if the menu bar presented in the example of Figure 4 is used.) In lines 1 1 -20, if there are any Container group menus, the method inserts these menus 2
into the composite menu bar and increments the menu count array at the index corresponding to the Container group. Finally, in lines 21-30. if there are any Window- group menus to be added, the method inserts these menus into the composite menu bar and then increments the menu count array at the index corresponding to the Window group. At the completion of this method, the value stored at each index in the menu count array indicates the number of menus that the container application inserted for that particular menu group. The method invokes standard functions from the underlying window system (CreateMenu and InsertMenu) to create the menus for the container application and to insert them in the composite menu bar.
4.3.3 IOLEInPlaceFrame: :RemoveMenus
The RemoveMenus method allows the container application to remove its menus from the composite menu bar before the server application deallocates the composite menu bar. This method is invoked from the
IOLEInPlaceObject: :InPlaceDeactivate method. The RemoveMenus method takes one parameter: the handle of the composite menu bar where the container menus are stored. The composite menu bar is expected to be clear of all server menus before this method is invoked.
4.3.4 IOLEInPlaceFrame: :SetStatusText
The SetStatusText method allows the server application to set the status window (if there is one) of the container application's frame window. Typically, the status window is located at the bottom of the frame window and contains status or hinting information corresponding to the current selection. The SetStatusText method is container application specific and will perform whatever operations the container application usually performs to set its status window. The method takes one parameter: the text string to insert in the status window.
4.3.5 IOLEInPlaceFrame: :EnableModeless
The EnableModeless method enables or disables the currently displayed modeless dialog for the container application. A modeless dialog is an input window which is displayed until it is explicitly closed by the user. While this window is displayed, the user is able to interact with other windows. A modal dialog, on the other hand, is an input window which blocks out other window processing until the user enters acceptable input. This method is invoked by a server application when it wants to display a modal dialog, but and its associated container application is already displaying a modeless dialog. Figure 16 is a flow diagram of an implementation of the IOLEInPlaceFrame: :EnableModeless method. This method hides the modeless dialog of the container application, and when called again restores the modeless dialogs. If the designated flag fEnable is true, then the hidden dialogs are displayed, otherwise any currently displayed modeless dialogs are hidden (removed from display, but in-memory data structures not deallocated). In step 1601 , the method determines whether FEnable is true, and, if it is, continues at step 1602, else continues at step 1603. In step 1602, the method invokes an underlying window system function ShowWindow to restore the windows associated with the previously saved modeless dialogs, and then returns. In step 1603, the method saves the window handle of the next currently displayed modeless dialog. In step 1604, the method invokes an underlying window system function ShowWindow to hide the window associated with the modeless dialog. In step 1605. the function checks to see if there are any more modeless dialogs displayed, and. if there are, the function loops back to step 1603, otherwise the function returns.
4.3.6 IOLEInPlaceFrame::TranslateAccelerator
The TranslateAccelerator method allows a container application to process accelerator key combinations when a server application receives a keystroke it does not recognize. Accelerator key combinations are keyboard shortcuts for menu commands and are discussed further below. The TranslateAccelerator method is invoked indirectly by the function ObjectTranslateAccelerator which is called in the server application message pump. The container application should perform its normal accelerator processing and then return an indication of whether or not the accelerator was processed. This value is then passed on to the server application by the function ObjectTranslateAccelerator. Note that because the message has been transferred from the server application to the container application, the underlying window system may not have retained any additional key state or message information associated with the designated message.
4.4 IOLEInPlaceParent Interface
Table 5 lists the IOLEInPlaceParent interface. The IOLEInPlaceParent interface provides the methods invoked by the server application to communicate with the parent window. This window is also referred to as the in-place "container site" for the object. Table 5
interface IOLEInPlaceParent: public IOLEWindow {public: virtual SCODE CanlnPlaceActivate () = 0; virtual SCODE OnlnPlaceActivate () = 0; virtual SCODE OnUlActivate () = 0; virtual SCODE OnUIDeactivate () = 0; virtual SCODE OnDeactivate () = 0; virtual SCODE ShadeBorder (LPRECT lprect. DWORD grfState) = 0; virtual SCODE GetWindowContext (IOLEInPlaceFrame *pFrame, IOLEInPlaceUIWindow *pDoc, IOLEInPlaceUIWindow *pPane, LPRECT lprectChildPosition, HANDLE *hAcceITable) = 0; i
4.4.1 IOLEInPlaceParent: :CanInPlaceActivate
The CanlnPlaceActivate method is used by the server application to determine whether the container application supports in-place interaction. This method gives the container application a chance to accept or refuse the activation in place of a selected containee object. The method returns an indication of whether the container application is allowing in-place interaction.
4.4.2 IOLEInPlaceParent: OnlnPlaceActivate The OnlnPlaceActivate method is invoked by a server application to give its container application a chance to perform any necessary operations before the server application creates the new composite menu bar (at activation time). Figure 17 is a flow diagram of an implementation of the IOLEInPlaceParent:: OnlnPlaceActivate method. In this implementation, the only operation performed is setting a flag in step 1701 indicating that a containee object has been activated. This information is used later, whenever the specified object's parent container object is asked to activate or deactivate. This flag tells the parent container application whether it needs to activate or deactivate an object contained within it (a nested object), instead of activating or deactivating its own user interface.
4.4.3 IOLEInPlaceParent:: OnUlActivate
The OnUlActivate method removes all of the container application menus and tools in preparation for activation of a containee object in place. Figure 18 is a flow diagram of an implementation of the IOLEInPlaceParent: ".OnUlActivate method. The steps performed by the method depend on whether the container object is itself an object that has been activated in place. In step 1801, the method determines whether the container object has been activated in place. If it has not, the method continues at step 1802, else it continues at step 1803. In step 1802. because the container object is a top level container object (not activated in place), the method uses its normal procedure to remove the container application menus and any extraneous tools, and then returns. In step 1803, because the container object is also a containee object, the method retrieves the object's own IOLEInPlaceObject interface to access the methods that treat the container object as a containee object. In step 1804, the method invokes the activate method of the container object to deactivate itself. In step 1805, the method hides all of the container object's document and pane window level tools. In step 1806. the method invokes the shade border method of the parent container object to remove the in-place interaction user feedback from around the container object and returns. The container object's object window is actually deactivated at a later time (e.g., when the containee object deactivates).
4.4.4 IOLEInPlaceParent: :OnUIDeactivate
The OnUIDeactivate method is invoked by a server application at the end of deactivating its user interface resources to allow its parent container application to either activate its own user interface or invoke its parent container application to allow the parent container application to activate its user interface. Figure 19 is a flow diagram of an implementation of the IOLEInPlaceParent: : OnUIDeactivate method. This method provides two different behaviors depending upon whether the container object is itself a containee object or is a top level container object. In the former case, if this container is to become the new object activated in place, then its own user interface is activated, otherwise the container requests its parent container application to activate its user interface. In the latter case, the container application restores its user interface using normal procedures. In step 1901 , the method clears the flag indicating that the container application has activated a containee object. In step 1902, the method determines whether the specified container object is a containee object, and if it is not, continues at step 1903, else continues at step 1905. In step 1903, the method sets the container application menus and its title bar using normal procedures, and continues in step 1904 to set the input focus to the desired window, and returns. The input focus is set to a particular window when that window is to receive keyboard input. In step 1905, the method examines the flag ABOUT TO ACTIVATE to determine whether the container object is about to become the activated object, and if it is not, continues at step 1906, else continues at step 1907. (The ABOUT_TO_ACTIVATE flag is set when the container application is selected by the user, e.g., in the Process_Mouse_LButtonUp function discussed in detail below.) In step 1906, the method invokes the IOLEInPlaceParent:: OnUIDeactivate method of the container object to activate the user interface of the container application of the parent container object, and returns. In step 1907, the method invokes function ActivateUI to activate the user interface of the container application, and returns.
4.4.5 IOLEInPlaceParent: :OnDeactivate The OnDeactivate method is invoked by the server application to give its associated container application a chance to free any resources or set flags associated with the activated containee object before the containee object is fully deactivated. The method is invoked from the IOLEInPlaceObject: :InPlaceDeactivate method of the containee object.
4.4.6 IOLEInPlaceParent::ShadeBorder
The ShadeBorder method draws or removes a hatched pattern border from around the selected, or about to be deselected, containee object. The hatched pattern border is used to give the user feedback that the containee object has been activated in place. This method can invoke the helper object linking and embedding API function ObjectShade to create the proper shading pattern. The method takes two parameters: a rectangle surrounding the object where the border should be placed and a set of flags. The set of flags indicates whether the border should be on (SHADEBORDER_ON = 1) or off and whether the border should be drawn in the same color as the text contained in the title bar of the active window (SHADEBORDER_ACTIVE = 1) or the same color as disabled text. The active window is the window that has input focus.
4.4.7 IOLEInPlaceParent::GetWindowContext
The GetWindowContext method returns the set of container application interfaces associated with a particular containee object. Specifically, it returns the following parameters: pFrame. which is a pointer to an IOLEInPlaceFrame interface; pDoc, which is a pointer to an IOLEInPlaceUIWindow interface; pPane, which is a pointer to an IOLEInPlaceUIWindow interface; lprectChildPosn, which is a pointer to the location where the associated IOLEInPlaceParent instance will display the object window of the object within the parent window; and hAccelTable. which is a handle to the container application's accelerator table (described below).
These values are used by the server application to negotiate and handle activation and deactivation. This method creates and associates instances of these interfaces with the relevant frame, document, pane, and parent windows of the container application.
4.5 IOLEInPlaceObject Interface
Table 6 lists the IOLEInPlaceObject interface. The IOLEInPlaceObject interface methods are invoked by a container application to activate and deactivate a contained object. Some of these methods access contained objects in a nested fashion, through the containment hierarchy. Others access only the current active object, which is the containee object displaying the editing menus. An alternative implementation would split this interface into two others: one to access only the active object and another to access a containee object through the containment hierarchy.
Table 6 interface IOLEInPlaceObject: public IOLEWindow {public: virtual SCODE InPlaceDeactivate () = 0; virtual SCODE InPlaceUlDeactivate () = 0; virtual SCODE TranslateAccelerator (LPMSG lpmsg) = 0; virtual SCODE Activate (BOOL fActivate, BOOL fDocActivate) = 0; virtual SCODE ResizeBorder (RECT borderRect) = 0; virtual SCODE EnableModeless (BOOL fEnable) = 0; virtual SCODE SetVisRect (LPRECT lprect) = 0; }
4.5.1 IOLEInPlaceObject::InPlaceDeactivate
The InPlaceDeactivate method is invoked by a container application to completely deactivate a containee object after an "undo" operation no longer needs to access the containee object and before the container application closes. This method performs the final deallocation of any resources associated with the activation of the containee object in place. Figure 20 is a flow diagram of an implementation of the IOLEInPlaceObject:: InPlaceDeactivate method. The method first determines whether it has activated a (nested) object contained within it, and if it has, it invokes the nested object's InPlaceDeactivate method. Otherwise, the object deactivates itself. In step 2001, the method determines whether the specified object is also a container object and has activated a nested containee object. If it has, the method continues at step 2002, else it continues at step 2004. In step 2002, the method retrieves the IOLEInPlaceObject interface of the activated containee object (which the server application of the specified object has previously stored), and in step 2003 invokes IOLEInPlaceObject::InPlaceDeactivate method of the retrieved interface, and then returns. In step 2004, the method checks to see whether the specified object's user interface is still active, and if it is. continues at step 2005, else continues at step 2006. In step 2005, the method invokes the specified object's InPlaceUIDeactivate method to deactivate its own user interface, and then continues at step 2006. In step 2006. the method invokes a server application function Remove Menus to remove the server application menus from the composite menu bar. In step 2007, the method invokes the IOLEInPlaceFrame "RemoveMenus method of the specified object's container object to allow the parent container application to remove its menus from the composite menu bar. In step 2008, the method invokes the object linking and embedding API function ObjectDestroySharedMenu to deallocate the structure for the composite menu bar. The ObjectDestroySharedMenu function is window system specific and invokes whatever underlying window system functions are necessary to deallocate structures associated with a composite menu bar. In step 2009, the method invokes the underlying window system function DestroyMenu to deallocate the composite menu bar structure and to deallocate the window associated with the specified object. Finally, in step 2010, the method invokes the IOLEInPlaceParent:: OnDeactivate method of the specified object's container object, and returns.
4.5.2 IOLEInPlaceObject::InPlaceUIDeactivate
The InPlaceUIDeactivate method hides all of the user interface elements associated with the specified object that has been activated in place. This method is invoked either by the container application when it processes the user selection of a different object or area within the compound document, or from the specified object's InPlaceDeactivate function if the specified object's user interface has not yet been deactivated (See Figure 20). Figure 21 is a flow diagram of an implementation of the IOLEInPlaceObject:: InPlaceUIDeactivate method. This method first determines whether the specified object is a container object and has activated a nested object, and if so invokes the nested object's InPlaceUIDeactivate function. Otherwise, the method hides its own user interface and informs its container application that it has deactivated its user interface. In step 2101, the method determines whether the flag indicating that a nested containee object has been activated in place is true, and if so, continues at step 2102, else continues at step 2104. In step 2102, the method retrieves the IOLEInPlaceObject interface for the activated nested containee object, and in step 2103 invokes the nested containee object's InPlaceDeactivate method, and returns. In step 2104, the method clears the flag ABOUT_TO_ACTIVATE to indicate that the user has selected a different object. In step 2105, the method invokes the specified object's Activate method sending it a parameter of false to request the method to deactivate. This method removes all of the specified object's user interface elements that were associated with the parent container application frame window. In step 2106, the method invokes the object linking and embedding API function SetActiveObjectHwnd to remove the specified object's IOLEInPlaceObject interface from its association with the parent container application document window. This means that if the container application is an MDI application, and if the user later selects this document window, the specified object will no longer be reactivated in place. In step 2107. the method uses an underlying window system function to hide any user interface elements belonging to the server application that were associated with the parent container application's pane or document window. In step 2108, the method invokes the IOLEInPlaceParent:: ShadeBorder method of the specified object to remove the hatched border pattern feedback from around the deactivating object. In step 2109, the method invokes an underlying window system function to hide the window associated with the specified object. Finally, in step 21 10, the method invokes the IOLEInPlaceParent:: OnUIDeactivate method to allow the container application to install its own user interface, and returns.
4.5.3 I OLEInPlaceObj ect : : TranslateAccelerator
The TranslateAccelerator method allows a server application to process accelerator key combinations before the container application has a chance to process them. Accelerator key combinations are keyboard shortcuts for menu commands and are discussed further below. In a preferred embodiment of the present invention, the object activated in place, by convention, processes accelerator key combinations first. The Translate Accelerator method is invoked by the container application in its message pump (see Code Table 9). The only operation required to be performed by this method is to invoke the underlying window system function TranslateAccelerator with the specified server application accelerator table. Such invocation is not necessary if the containee object is implemented by a separate executable process, because the separate process receives these key combinations in its own message pump and the container application never receives them. In that case, the TranslateAccelerator method will do nothing.
4.5.4 IOLEInPlaceObject:: Activate
The Activate method activates or deactivates the user interface elements installed in the frame window of the parent container application depending upon whether the designated flag f Active is true or false. If called when an MDI document window is activated or deactivated, this method installs or removes the composite menu bar associated with the object activated in place and puts a hatched border pattern around the specified object if it is being activated. If called when the top level frame window is activated or deactivated, this method places a hatched border pattern around the specified object if it is being activated, otherwise removes it. In this case there is no need to activate or deactivate other user interface elements. Figure 22 is a flow diagram of an implementation of the IOLEInPlaceObject:: Activate method. In step 2201 , the method determines whether it has been called as a result of activating or deactivating the top level frame window or an MID (child) document window. If called as a result of activating or deactivating an MDI document window, the method continues at step 2202, else continues at step 2210. In step 2202, the method determines whether the specified object is to be activated, and if it is not, continues at step 2203, else it continues at step 2206. In step 2203. the method invokes the
IOLEInPlaceFrame::SetMenu method of the parent container object to remove the composite menu bar associated with activation of the specified object in place. In step 2204, the method hides any user interface elements installed in the parent container application frame window. In step 2205. the method invokes the
IOLEInPlaceParent::ShadeBorder method of the parent container object to remove the hatched border pattern from around the specified object, and returns. In step 2206. the method invokes the IOLEInPlaceFrame::SetMenu method of the parent container object to install the composite menu bar as the menu bar of the associated frame window. In step 2207, the method sets the title bar of the frame window of the container application to indicate that the container application has activated the specified object. In step 2208, the method invokes an underlying window system function to display any frame level user interface elements. In step 2209, the method invokes the IOLEInPlaceParent: :ShadeBorder method of the parent container object to draw a hatched border pattern around the specified object, indicating that it has been activated in place, and returns. In step 2210, the method determines whether the specified object is to be activated, and if it is, continues at step 2209, else it continues at step 221 1. in step 221 1, the method removes the hatched border pattern from around the specified object, and returns.
4.5.5 IOLEInPlaceObject: :ResizeBorder
The ResizeBorder method is called by the container application to request the server application to resize the user interface tools the server application has placed within the pane or document windows of its parent container application. In response to invocation of this method, the server application should begin another tool placement negotiation loop with the container application using the QueryBorderSpace and SetBorderSpace methods of the interface instance associated with the pane or document window.
4.5.6 IOLEInPlaceObject::EnableModeless
The EnableModeless method enables or disables the currently displayed modeless dialog for the server application. Typically, this method is implemented in a manner analogous to the IOLEInPlaceFrame: :EnableModeless method, which is discussed above with reference to Figure 16.
4.5.7 IOLEInPlaceObject: :SetVisRect
The SetVisRect method is called by the innermost level container object to communicate the amount of the object actually visible. The visible (clipping) rectangle of the object may have changed, for example, due to border negotiation, scrolling, or sizing. The designated rectangle is the clipping rectangle and it is the server application's responsibility to resize the containee object window to the correct (clipped) visible size.
4.6 Other Server Application Functions
In a preferred embodiment, a server application provides the following set of functions: ActivateUI, CreateNewMenu, CreateObjectToolbars, and RemoveMenus. These functions are shared by multiple server application interfaces including IOLEInPlaceObject and IOLEObject.
4.6.1 ActivateUI
SCODE ActivateUI (IOLEInPlaceUIWindow *pDoc, IOLEInPlaceObject pObject)
The ActivateUI function is a function implemented by a server application to control activation of the designated containee object's user interface resources. This high level function activates the frame, document, and pane level user interface elements, draws the hatched border pattern around the object, and displays the composite menu bar. Figure 23 is a flow diagram of an implementation of the ActivateUI function. The function takes two parameters: a pointer to a document interface and a pointer to a containee object. In step 2301. the function gets the window- handles for the designated document window and the designated containee object. In step 2302, the function invokes the object linking and embedding API function SetActiveObjectHwnd to set the designated document window's currently active object to a pointer to the interface of the containee object. This enables a container application implemented as an MDI application to activate the proper containee object when one of its document windows is selected by the user. In step 2303, the function invokes IOLEInPlaceObject: :Activate method to activate the designated object. In step 2304, the function invokes the underlying window system function ShowWindow to display any user interface elements associated with the container application pane or document windows. In step 2305, the function determines the dimensions of a border or rectangle to surround the designated containee object, and, in step 2306, the function invokes the IOLEInPlaceObject: :ShadeBorder method of the designated containee object to draw a hatched border pattern around the designated containee object using this rectangle. In step 2307, the function sets the input focus to the object window of the designated containee object. Finally, in step 2308, the function invokes the underlying window system function DrawMenuBar to redisplay the composite menu bar, and returns.
4.6.2 CreateNewMenu
HANDLE CreateNewMenu (IOLEInPlaceFrame *pFrame)
Figure imgf000035_0001
The CreateNewMenu function is a function implemented by a server application to manage the creation of a composite menu bar. This function allocates the structures associated with the composite menu bar, requests the container application to insert its menus, and inserts the server application menus. Code Table 2 represents an implementation of the CreateNewMenu function. In line 1, the function invokes an underlying window system function to create the data structure for the composite menu bar. In line 2, the function invokes the IOLEInPlaceFrame: JnsertMenus method of the container application frame window to insert the container application menus into the composite menu bar. In lines 3-5, the function tracks the number of menus the container application inserted for each menu group. In lines 6-17, assuming the server application has Edit group menus, the function creates each Edit group menu and inserts it into the correct spot in the composite menu bar, keeping track of how many menus it inserted. The correct spot is calculated in line 9 by determining how many menus have already been inserted to the left. For the Edit group, this will be the number of menus the container application inserted as part of the Container Group plus the number of Edit group menus already inserted, plus one for the current insertion. In lines 18-30, 31- 41, the function performs analogous steps for any menus belonging to the Object group and Help group respectively. In line 42, the , function invokes the object linking and embedding API function ObjectCreateSharedMenu to create the data structure associated with message handling for the composite menu bar and, in line 43, returns a handle to this structure.
4.6.3 CreateObjectToolbars void CreateObjectToolbars (IOLEInPlaceFrame *pFrame, IOLEInPlaceUIWindow *pDoc, IOLEInPlaceUIWindow *pPane)
The CreateObjectToolbars function is a function implemented by a server application to negotiate between the server and container applications for any space needed for server application tools. Figure 24 is a flow diagram of an implementation of the CreateObjectToolbars function. Steps 2401 through 2408 are repeated as many times as necessary to create tools for the server application. In step 2401. the function determines whether there are more tool bars to create, and if not, returns, else continues at step 2402. In step 2402, the function invokes the IOLEInPlaceUIWindow:: GetBorder method of a frame, document, or pane window of the container application (depending upon where the server application desires to place the tools) to begin the negotiation. In step 2403, the function invokes the IOLEInPlaceUIWindow:: QueryBorderSpace method of the desired frame, document or pane window to request a specific width of border space inside the rectangle returned by the previous call to the GetBorder method. These methods were discussed in more detail above. In step 2404, if the specific width cannot be accommodated, then the function continues at 2405, else it returns. An implementation can choose to renegotiate for a different amount of space by calling QueryBorderSpace as many times as desired with different values. In step 2405, the function invokes the IOLEInPlaceUIWindow: :SetBorderSpace method with the space previously negotiated in step 2403. In step 2406, the function creates a child window of the desired frame, document, or pane window of the parent container application. In step 2407, the function draws the tool in the child window it created earlier, and then returns to the beginning of the loop.
4.6.4 RemoveMenus void RemoveMenus (HANDLE hSharedMenu)
Code Table 3 RemoveMenus(HANDLE hSharedMenu) {
1 menu = hSharedMenu -> menu;
2 descriptor = hSharedMenu -> descriptor;
3 for (i = descriptor[0] + 1, i <= descriptor[l], i++) {
4 RemoveMenu (menu, heditmenu, MF_BYPOSITION)
5 }
6 for (i = descriptor[2] + 1, i <= descriptor[3], i++ {
7 RemoveMenu (menu, hobjmenu, MF BYPOSITION)
8 }
9 for (i = descriptor[4] + 1, i <= descriptor[5], i++ {
10 RemoveMenu (menu, hhelpmenu, MF_B YPOSITION) π }
12 return ( );
}
The RemoveMenus function removes the menus of the server application from the composite menu bar upon containee object deactivation. The method is invoked from the containee object's InPlaceDeactivate method. Code Table 3 shows an implementation of the RemoveMenus function. The function uses the information stored in the shared menu descriptor (see Figure 25), which contains the number of menus within each menu group, to remove all of the server application menus by invoking the underlying window system function RemoveMenu. Lines 3-5 remove the menus belonging to the Edit group, lines 6-8 remove the menus belonging to the Object group, and lines 9-1 1 remove the menus belonging to the Help group. 4.7 Object Linking and Embedding API Helper Functions
In addition to interface definitions, the object linking and embedding API provides a set of helper functions to be used by container and server applications. These functions include the following: SetActiveObjectHwnd, GetActiveObjectHwnd, ObjectCreateSharedMenu, ObjectDestroySharedMenu, ObjectShade, and
ObjectSetMenu.
4.7.1 SetActiveObjectHwnd void SetActiveObjectHwnd (HWND hwndDOC, IOLEInPlaceObject *pObject)
The SetActiveObjectHwnd function sets the currently selected object in an MDI application. Each MDI (document) window in an MDI container application has associated with it an object interface corresponding to the object activated in place, which was displayed when that MDI window last had input focus. If no object had been activated in place from within the MDI window, then the associated object interface is NULL. This mechanism enables an MDI window to activate the proper containee object when the MDI window later receives input focus, for example, when the user clicks with the mouse on the title bar of the MDI window. (When the user clicks on the title bar of some other MDI window, any in-place interaction associated with the first window disappears from the display.) The SetActiveObjectHwnd function takes two parameters: the window handle of the MDI (document) window and the IOLEInPlaceObject interface of the object currently activated in place. One skilled in the art will realize that there are many ways to associate the window handle with an object interface. In one embodiment, the function stores the object interface as a property of the document window using underlying window system functions. Note that this implementation requires storage for each MDI window active in the system. An alternative approach is to add a method to the document, pane, and frame window interfaces to keep track of the currently selected object.
4.7.2 GetActiveObjectHwnd
HWND GetActiveObjectHwnd (HWND hwndDOC)
The GetActiveObjectHwnd function retrieves the containee object to be activated in place when the MDI window receives input focus. This function returns the object interface that was previously stored using the SetActiveObjectHwnd function. 4.7.3 ObjectCreateSharedMenu
HANDLE ObjectCreateSharedMenu (HMENU hMenuCombined, UINT lpiMenuCounts)
Figure imgf000039_0001
The ObjectCreateSharedMenu function creates the shared menu data structure associated with the composite menu bar of an object activated in place. The function is invoked from the CreateNewMenu function when a containee object is activated. Code Table 4 shows an implementation of the ObjectCreateSharedMenu function. The function takes two parameters: a handle to a composite menu bar and an array of menu counts which contains the number of menus in each menu group. The function returns a handle to the newly created shared menu data structure. In line 1. the function allocates the memory required for the shared menu data structure. In line 2, the function saves the handle to the composite menu bar in this data structure. In lines 3- 15, the function sets up the shared menu descriptor according to the information stored in the menu count array. This descriptor is used by the window procedure, when it receives menu commands, to determine whether to forward the menu command to the container application or to the server application.
Although one skilled in the art will recognize that there are different ways to maintain this information, in one embodiment, the descriptor stores at each index the number of the last menu contained in the menu group associated with that index. (The menus are numbered from 1 on the left.) Also, an indication of whether the menu group belongs to the container or server application is stored at each index. One skilled in the art will also recognize that any menu grouping scheme could be supported by passing additional parameters to indicate which application should be notified for which menu group. Using this descriptor arrangement, the window procedure can determine within which index a particular menu item selection falls by counting the number of menus up to and including the menu item selection and then comparing the menu number with the descriptor values to find the correct index. Once the index has been determined, the window procedure can retrieve the indicator that specifies whether a container or server application function should be invoked. This procedure is discussed further below in reference to Code Table 5.
Figure 25 is a block diagram of the shared menu data structure corresponding to the example discussed in Figure 4. The shared menu data structure consists of a pointer to the composite menu bar 2502 and a descriptor 2505 which contains the menu count for each menu group. The composite menu bar 2503 comprises the menus from the container and server applications 2504. Each element in the descriptor 2505 has a count field 2506 and a function field 2507. The count field 2506 indicates the number, starting from the left, of the last menu within a menu group. For example, the second menu group is the Edit group and contains only one menu. This menu 2503 is the second menu from the left in the composite menu bar; therefore, the count field 2509 contains the number 2. As, another example, the fourth menu group is the Object group. This group contains five menus from the server application 2510. Therefore, the count for this menu group 251 1 contains the number 7, since the seventh menu is the Macro menu which is the last menu in the Object group.
4.7.4 ObjectDestroySharedMenu void ObjectDestroySharedMenu (HMENU hMenuCombined)
The ObjectDestroySharedMenu function destroys the shared menu data structure built in a previous call to ObjectCreateSharedMenu. This function is invoked from the IOLEInPlaceObject: InPlaceDeactivate method of the activated containee object after the container and server applications have removed their menus from the composite menu bar. 4.7.5 ObjectShade void ObjectShade (HWND hwndParent, LPRECT lprc, DWORD grfState)
The ObjectShade function is provided by the object linking and embedding
API to create the hatched border pattern placed around objects activated in place. The hwndParent parameter is the window handle associated with the IOLEInPlaceParent interface of the activated (or to be activated) object. The lprc parameter is the rectangle in the parent window coordinates where the pattern will be placed. The grfState flags are identical to those described in the IOLEInPlaceParent: :ShadeBorder method and include SHADEBORDER_OΝ and SHADEBORDER ACTIVE.
4.7.6 ObjectSetMenuDescriptor
SCODE ObjectSetMenu (HWND hwndFrame, HOLEMENU hMenuCombined, HWND hwndObject)
The ObjectSetMenuDescriptor function sets up or removes the message handler for the composite menu bar. The function is invoked by the IOLEInPlaceFrame: :SetMenu method of the associated container object of the activating containee object. Figure 26 is a flow diagram of an implementation of the ObjectSetMenuDescriptor function. It takes three parameters: the window handle of the frame window associated with the container application, the handle to the shared menu data structure returned by the ObjectCreateSharedMenu function, and the window handle of the object to be currently activated in place. If the handle to the shared menu structure is null, then the function removes the message handler for the composite menu bar, otherwise it sets up the message handler. In step 2601, the function determines whether the handle to the designated shared menu data structure is null, and if it is continues at step 2602, else continues at step 2603. In step 2602, the function invokes the underlying window system function SetWindowLong to remove the special message handler that was previously associated with the container application. In step 2603, the function removes the properties previously set up for the composite menu and then returns. In step 2604, the function sets a property on the frame window to store the shared menu data structure to be later used by the special message handler. In step 2605, the function sets another property on the frame window corresponding to the window handle of the activating object. In step 2606, the function uses the underlying window system function SetWindowLong to install the special message handler as the new window procedure for the frame window of the parent container application. The old window procedure is saved for later use in the property Old_Filter. (See, e.g., Code Table 5, discussed in detail below.) The function then returns. 5. Use of In-Place Interaction API
The object linking and embedding API functions supporting in-place interaction are invoked to:
• activate an object in place within an SDI or MDI container application,
• process messages when a user selects a menu item from the container application composite menu bar,
• deactivate user interface resources of an object activated in place when the user either chooses to activate a different object or chooses to restore the top level container application to its normal processing,
• deactivate the in-place interaction resources for a server application when the container application no longer needs them,
• enable and disable modeless dialogs when a server application displays a dialog and the container application is currently displaying a modeless dialog (or vice versa), and
• process accelerator key combinations to distribute them between container and server applications.
5J Procedure for Activation In Place
As described earlier, once objects have been linked or embedded into a document, a user can select objects and request that certain actions be performed upon the selected objects. Returning to the example of Figures 3 and 4. if the user wishes to activate the spreadsheet object 305 in place, the user can either click twice with the mouse input device on the object presentation format or use the container application menus to select an action on the object. Figure 8 demonstrates one way the user can use menus to activate the spreadsheet object 305 in place. When the user selects the menu item "Excel Worksheet Object" 803 from the container application (the word processing application) Edit menu 802, and then selects any action from the "Excel Worksheet Object" submenu 804, the word processing application invokes the spreadsheet application to activate the spreadsheet object in place. The process of activating the spreadsheet object 305 is accomplished in several steps. First, the window procedure for the frame window of the word processing application is invoked by the underlying window system in response to user selection of a menu item on the object action submenu 804. (See, e.g.. Figure 14.) Second, when a menu event is received, the window procedure invokes the function Process_Object_Activation. (See, e.g., steps 1407, 141 1, and 1413.) Third, the function Process_Object_Activation loads the data for the spreadsheet object 305 using the object linking and embedding API function ObjectLoad. Finally, the function Process_Object_Activation program invokes the DoVerb method of the spreadsheet object 305 to request the spreadsheet application to perform the selected action.
Figure 27 is a flow diagram of an implementation of the function Process_Object_Activation. The function loads the selected object and invokes its DoVerb method to perform the selected action. In step 2701, the function invokes the object linking and embedding API function ObjectLoad, passing it a pointer to the storage for the object, and an indication that it wants the IOLEObject interface. The function ObjectLoad returns a pointer to the IOLEObject interface of the loaded object. In step 2702, the function invokes the SetClientSite method of the containee object to hand the containee object a pointer to its associated parent containee object interface (pclientsite). In step 2703, the function invokes the loaded object's IOLEObject: :DoVerb method, passing it the selected action, an indication of whether the action was selected by a double click, and a previously created IOLEClientSite interface for the object. The function then returns.
Figure 28 is a flow diagram of an implementation of the object linking and embedding API function ObjectLoad. This function creates the in-memory instance of an object, readies a server application for future interaction, and returns a pointer to the designated interface. The function takes three parameters: a pointer to storage where the object data is to be loaded from, an indication of the interface the caller desires to have returned, and a return pointer to the in-memory instance of the object. In step 2801, the function retrieves the CLASS ID from the designated storage. In step 2802, the function uses the retrieved CLASS ID to locate the code for creating an in-memory instance of this type of object. In a preferred embodiment of the present invention, an IOLECreate interface is provided by every server application to create in-memory instances of objects it implements. In step 2803, the function invokes the IOLECreate: :CreateInstance method to create the in-memory structure for the object and returns a pointer to an IPersistStorage interface through which the persistent storage for the object is accessed. In step 2804, the function invokes the IPersistStorage: :Load method, which loads the object data from the designated storage. In step 2805, the function invokes the IPersistStorage: :QueryInterface method to retrieve the designated interface, and returns the retrieved interface. Figure 29 is a flow diagram of a typical implementation of the
IOLEObject: :DoVerb method. This method is the primary method for interacting with a containee object. The method negotiates with the container application to perform in- place interaction and causes the server application's user interface to be activated. The method takes four parameters: the user-selected action, a pointer to the message structure received by the container application window procedure when the user selected the action, a pointer to the IOLEClientSite interface of the object, and a set of flags controlling the execution of the verb, for example, whether the server application should take the input focus upon invocation. In step 2901, the method invokes the IOLEClientSite: :QueryInterface method to get the IOLEInPlaceParent interface for the specified object. In step 2902, the method invokes the IOLEInPlaceParent: :CanInPlaceActivate method to determine whether the container application supports in-place interaction. In step 2903, if the container application does not support in-place interaction, the method continues at step 2904, else the method continues at step 2906. In step 2904, the method creates and displays a server application frame window, because the container application could not perform in-place interaction. In step 2905, the method continues its normal processing of the designated action, and returns. In step 2906, the method invokes the IOLEInPlaceParent:: GetWindowContext method to obtain the interfaces associated with the container application. In step 2907, the method calculates the size of the object window it needs to create to support in-place interaction with the specified object. In step 2908, the method determines whether the area returned by the
IOLEInPlaceParent: : GetWindowContext method necessitates scaling or clipping and whether the specified object can support this. If it can support the required size, the method continues at step 2909, else the method abandons in-place interaction and continues at step 2904. In step 2909, the method retrieves the window handle for the window corresponding to the IOLEInPlaceParent interface. In step 2910, the method creates a new window as a child of the window corresponding to the IOLEInPlaceParent interface to be used as the object root window. (See, e.g., item 1309 in Figure 13.) In step 2911, the method determines whether the user interface resources for the specified object are still available, that is, have been allocated but not yet deallocated. If the resources are available, the method continues at step 2913, else the method continues at step 2912. In step 2912, the method invokes the IOLEInPlaceParent:: OnUlActivate method to enable the container application to remove its user interface resources in preparation for activation of the specified object in place. In step 2913. the method invokes the IOLEInPlaceParent: nlnPlaceActivate method to allow the container application to record that it has activated a nested object in place. In step 2914, the method invokes the function CreateNewMenu to create the new composite menu bar (see Code Table 2). In step 2915, the method determines whether the specified object requires the activation of any additional user interface tools, and if it does, continues at step 2916, else continues at step 2917. In step 2916, the method invokes the function CreateObjectToolbars to negotiate the location of and to place the additional user interface tools of the specified object (see Figure 24). In step 2917, the method invokes the function ActivateUI, which causes all of the user interface resources of the specified object to be displayed (see Figure 23), and returns.
5J J Activation In Place Within a Multiple Document Interface Application
The previous section discussed the activation of a containee object assuming the object was activated from an SDI container application. If, on the other hand, the object is activated within an MDI container application, which application by definition can interact with multiple compound documents at the same time, then activation and deactivation occurs whenever the document (MDI) window containing the object is activated or deactivated. The window procedure for the document window receives an activation message from the underlying window system whenever the user selects the window (for example, by clicking in the title bar of the document window). The window procedure for the document window will receive a deactivation message when the user then selects a different window. In response to these messages, the window procedure for the document window will invoke a function (e.g., Process_Activation_Message) to perform the activation and deactivation of the document window and any activated object contained within it.
Figure 30 is a flow diagram of an implementation of the function Process_Activation_Message called by the window procedure of an MDI document window to process activation and deactivation messages. In one embodiment, the document window handle is passed in as a parameter to the function. The function determines whether the window contains an object previously activated in place when the window was last active. If so, the function activates or deactivates that object, else the function activates or deactivates the document window in its normal fashion. In step 3002, the function performs its normal window deactivation procedures, and returns. In step 3001, the function retrieves the IOLEInPlaceObject object interface for the previously active contained object, if there is one, by invoking the function GetActiveObjectHwnd. In step 3002, the function determines whether the object interface is null. If it is null, then there is no previously active contained object and the function continues at step 3003, else the function continues at step 3004. In step 3003, the function performs its normal window activation or deactivation procedures such as setting up the document window tools and menus, and returns. In step 3004, the function determines whether the designated flag FActive is true. If the flag FActive is true, then the previously active contained object is to be activated and the function continues at step 3005, else the object is to be deactivated and the function continues at step 3006. In step 3005, the function invokes the IOLEInPlaceObject:: Activate method of the retrieved interface requesting the previously activated object to activate itself, and returns. In step 3006, the function invokes the IOLEInPlaceObject:: Activate method of the retrieved interface requesting the previously activated object to deactivate itself, and then returns.
5.2 User Selection of Pulldown Menus Message Handling
Once the user has activated an object in place, the user interacts with the object within the container application by selecting actions through the menu bar of the container application (which is the composite menu bar). Because some of the menus belong to the server application and others of the menus belong to the container application, the window procedure for the container application frame window must decide whether to send the menu input event to a function within the container application or within the server application. For this purpose, a special message handler is installed by the object linking and embedding API function ObjectSetMenuDescriptor when it is invoked by the server application to install the newly created composite menu bar. This special message handler becomes the new window procedure for the container application frame window once it is installed. Thus, all messages received by the container application that correspond to its frame window are thereafter routed first to the special message handler. This special message handler then decides to which application to route the message event received.
Code Table 5
InPlaceWndProc ( hwnd, message, wparam, lparam ) {
1 /* wparam = item id of menu item selected ; */
2 /* hiword (lparam) = hmenu containing the item */
3 switch (message) {
4 case WM_COMMAND:
5 SetFocus (Old_Focus);
6 if (saveMenuRoutine = = Id Object ) {
7 hwndObj = GetProp(hwndFrame, "InPlaceObject");
8 PostMessage(hwndObj, message, wparam, lparam);
9 }
10 else {
11 Old_Filter = GetProp(hwndFrame, "OldFilter");
12 call Old Filter (hwndFrame, message, wparam, lparam);
Figure imgf000047_0001
Code Table 5 shows an implementation of the special message handler provided by the object linking and embedding API. Lines 3-54 implement a case statement based upon the type of message received. Lines 28-49 provide initialization to enable the handler to route the message properly when it receives a menu command message from the underlying window system. Lines 4-27 and lines 50-53 provide the basic routing mechanisms when a menu command message is received. In line 29. the handle to the shared menu data structure is retrieved from the properties of the container application frame window. In lines 32-37, the handler walks the entries of the composite menu bar trying to match the menu received in its input message. In the process, it keeps track of the number of menus encountered (line 36). Once the loop is exited, and if the menu is found, the variable count represents the number of the selected menu starting from the left. This count is then used in the loop contained in lines 43-48 to determine to which descriptor element the menu belongs. Specifically, the value stored at each index of the descriptor is checked, and if the menu number is less than or equal to that value and is greater than the value stored in the descriptor at the index to the left, then the correct descriptor element has been located. Once the correct element is known, the handler retrieves the indicator corresponding to whether a container or server application function should be called. This indicator is then saved in the variable saveMenuRoutine in lines 45 and 47. For the handler to properly process menu mneumonics (including system menu key sequences), the handler sets the input focus to the frame window when responding to the menu command message.
A menu mneumonic is a key sequence such as "Alt, -, F, N" which provides a way to access menus using a keyboard instead of using a mouse. Typically, a menu item has one letter designated as its unique mneumonic, e.g., underlined on Windows 3J . In order to access the menu item, its unique mneumonic is appended to the mneumonics of its containing menus. The entire key sequence is prefaced by the system key, which informs the system that the user wishes to type in a menu mneumonic. Menu mneumonics pose a special problem when in-place interaction is implemented with certain underlying window systems. Specifically, under unmodified conditions, when a containee object has been activated in place, all keyboard input with the exception of the System Key (the "ALT" key on Windows 3J) and other navigation keys is sent to the window procedure for the object root window (see item 1309 in Figure 13), because the object root window is given input focus when the object is activated. However, the underlying window system sends the System Key to the window procedure for the container application frame window, because this key is handled specially. Thus, the container application will never receive the key input corresponding to the selected menu item in the system key sequence. For example, if the menu mneumonic key sequence is ALT, -, m (for "move"), the "ALT" key press would be sent to the container application and the "-" and "m" key presses would be sent to the server application. To solve this problem, the input focus is temporarily set to the container application frame window while the frame window procedure is processing menu events. An example of this solution is shown in lines 5, 39. and 40. In lines 4-14, when the handler receives a menu command, the handler first restores the input focus so that normal processing may continue. Next, the handler checks the indicator that was saved in SaveMenuRoutine. If it indicates the menu belongs to the server application, then the handler invokes the window procedure of the object window, otherwise it invokes the original container application window procedure. Specifically, in line 7, the handler gets the window handle of the object, which was stored as a property of the frame window of the container application. In line 8, the handler asynchronously posts a message to the object window forwarding the original message and the original parameters. In line 1 1 , if the indicator did not specify the server application, then the handler retrieves the original window procedure of the container application frame window and in line 12 invokes this procedure with the designated message and parameters. The original window procedure of the container application frame window was saved in the call to ObjectSetMenuDescriptor, which installed the new window procedure. In lines 15-27, when the handler receives other menu related messages, it dispatches the message appropriately to either the container or object application in the same manner provided in lines 6-13. In lines 50-53, if any other kind of message is received, then the old window procedure is retrieved and the message and parameters are forwarded to it.
5.3 In-Place Deactivation Procedure
When the user selects an area outside the object activated in place, the object is deactivated. In general, this behavior occurs when the user clicks with a mouse button in another area in the window of the container application, or in a different document window in the case of an MDI container application. Therefore, generally speaking the deactivation methods of the in-place interaction API are invoked from a function called by the container application to process a mouse button event.
Figure 31 is a flow diagram of an implementation of the Process_Mouse_LButtonDown function. This function processes the input event signaled by the receipt of a left button down message. One skilled in the art will recognize that such a function could be invoked upon receipt of any kind of input event, and that other events can be used to select and deselect. In step 3101, the function sets a flag indicating that the container application is about to activate. This flag is used in the sequence of nested deactivation invocations to ensure the correct user interface resources are displayed in the case of nested activations. In step 3102, the function checks the flag ACTIVATED SOMEONE to determine whether an object has been activated in place, and if it has, continues at step 3104, else continues at step 3103. In step 3103, the function performs its normal left button down event processing, and returns. In step 3104, the function retrieves the IOLEInPlaceObject interface for the currently activated object. In step 3105, the function invokes that object's IOLEInPlaceObject:: InPlaceUIDeactivate method. The function then continues at step 3103.
As shown in Figure 21. the currently activated object's IOLEInPlaceObject: InPlaceUIDeactivate method will in turn invoke its IOLEInPlaceParent: : OnUIDeactivate method to allow the container application to install its user interface resources. This deactivation will nest upwards until either the top level container, or the container of the object about to be activated, is reached. (See Figure 19.) For example, referring to Figure 4. if the embedded chart object 409 shown within the embedded spreadsheet object 405 were the currently activated object, and the user selected the spreadsheet object 405 to activate it in place, then the chart's IOLEInPlaceObject:: InPlaceUIDeactivate method would be invoked, which would in turn invoke the spreadsheet's IOLEInPlaceObject:: OnUIDeactivate method. This latter method would then install the user interface for the spreadsheet object as shown in Figure 4. On the other hand, if the user had clicked somewhere else in the compound document, then the spreadsheet's IOLEInPlaceObject::OnUIDeactivate method would invoke the compound document's IOLEInPlaceObject:: OnUIDeactivate method. This latter method would install the word-processing user interface because this object is the top level container object.
A container application may display scroll bars for scrolling the displayed container object vertically or horizontally. The scroll bars are part of the container window. If the container object has an activated containee object, then when the user clicks on an area outside the containee object, the containee object is deactivated. In a preferred embodiment, the container application upon receiving a scroll bar message does not deactivate the containee object. Rather, the container application effects the scrolling and ensures that the input focus stays with the containee object.
5.4 Closing the Container Application
Some time after a container application is no longer able to perform an undo operation, which would reactivate a previously activated object, and before the container application is closed by the user, the container application permanently deallocates the user interface resources associated with a previously activated object. To deallocate these resources, the container application invokes the IOLEInPlaceObject: .-InPlaceDeactivate method associated with the previously activated object. This method in turn deallocates the shared menu data structure and the menus associated with the composite menu bar. (See Figure 20 and associated text.)
5.5 Interacting with Modeless Dialogs
When the user is interacting with an object activated in place whose server application has displayed a modeless dialog, then, if the user wants to select a menu item from a container application menu that presents its own modal dialog, then the container application temporarily hides the server application modeless dialog. Modeless dialog boxes are hidden because a user may be confused seeing two dialog boxes displayed simultaneously and not understand to which box the input is routed because the server and container applications are meant to appear as one application. Also, modal dialogs are not programmed to avoid conflicts with other dialogs because, in traditional applications, the underlying window system prohibits input outside the modal dialog within a single application. With the use of in-place interaction, such conflicts are not automatically avoided because two applications cooperate to appear as one. Therefore, the applicants should cooperate to avoid conflicts between modal and modeless dialogs. For example, suppose the user has selected the "Find..." menu item on the Edit menu of a spreadsheet application, which results in the display of a modeless dialog by the server application. Now, suppose the user wishes to print out a part of the compound document, so the user selects the "Print..." menu item on the File menu, which belongs to the word processing (container) application. The word processing application hides the "Find..." dialog because both dialogs are preferably not displayed at the same time. To do this, the word processing application invokes the IOLEInPlaceObject:: EnableModeless method of the spreadsheet application to request it to hide any modeless dialogs. Then, after the container application has finished processing the "Print..." dialog, it invokes the EnableModeless method to redisplay the modeless dialogs.
The similar situation can occur where the server application needs to hide a modeless dialog of the container application. In this case the
IOLEInPlaceFrame: '.EnableModeless method is used.
5.6 Handling Accelerator Key Combinations
In a preferred embodiment of the present invention, the underlying window system supports a concept referred to as accelerator key combinations to enable the user to invoke menu commands through keyboard shortcuts. An accelerator key combination is a sequence of keys assigned by an application to be equivalent to invoking a particular menu command. For example, the key sequence consisting of pressing the "CNTRL" key followed by the pressing the "N" key might translate to the menu command "New" on the "File" menu. In a typical system, accelerator key combinations are assignable by the user and need to be unique within an application.
In general, accelerator key combinations ("accelerators") are processed in the message pump of an application (see step 1402 in Figure 14). A typical message pump invokes an underlying window system function passing it an accelerator translation table and lets the window system determine to which menu item command the accelerator corresponds. The window system then sends the resulting menu command to the appropriate window procedure.
A problem can be encountered in the object linking and embedding in-place interaction API with respect to accelerators. First, because a server application can be implemented as an object handler within the process space of its container application, the container application should ensure that the server application has a chance to translate its own accelerators. Preferably, the server application is given priority over the container application in processing ambiguous application accelerators when the server application has been activated in place. Also, in the case where a server application is implemented in its own process space, it should pass on any accelerators it does not recognize to the container application.
To solve this problem, the message pumps of the container application and the server application are modified to allow each other a chance to translate the application accelerators. Code Tables 6 and 7 show changes to the server application message pump applicable when the server application executes as a separate process. Code Table 8 shows changes to the container application message pump applicable when the server application executes within the same process as the container application (as an object handler).
Figure imgf000052_0001
Code Table 6 shows an implementation of the changes to the message pump of an object activated in place. These changes allow the server application to give the container application a chance to translate application accelerators before the server application (a separate process) finally disposes of an incoming message. In line 2, the server application attempts to translate an accelerator using its own translation table (stored in the variable hAccel). In line 3, if this translation was unsuccessful, either because there was no accelerator to translate or because the accelerator was not found in the server application translation table, then the server application invokes a special object linking and embedding API function ObjectTranslateAccelerator. The ObjectTranslateAccelerator function determines whether the accelerator is desired by the container application and. if so. sends a message through a remote procedure call to the container application to request it to translate the accelerator. The remote procedure call mechanism, due to its synchronous nature, ensures that the container application will process the message and return before the caller (the server process) receives any more input. In lines 4-5, if the container application did not translate the accelerator, then the server application handles the input message in its normal fashion (filtering and then dispatching it).
Figure imgf000054_0001
Code Table 7 shows an implementation of the object linking and embedding API function. ObjectTranslateAccelerator. This function allows the server application to give the container application a chance to process accelerators. In order to avoid the pitfalls inherent in synchronous message handling (such as indefinite waiting). ObjectTranslateAccelerator checks first to see if the container application is interested in the accelerator before attempting to invoke the container application's TranslateAccelerator method. The container application's accelerator table is a designated parameter passed in by the server application. It is accessible to the server application through a call to IOLEInPlaceParent:: GetWindowContext. If the container application's TranslateAccelerator method is invoked, this function returns the value returned by the container application to the server application, so that the server application can dispose of the message properly.
Figure imgf000054_0002
Code Table 8 represents a typical implementation of a message pump of a container application that supports in-place interaction. These changes allow the container application to give the server application (executing within the same process as the container application) a chance to translate application accelerators before the container application finally disposes of an incoming message. In line 2, the code retrieves the currently active object window handle associated with the document window of the container application. In lines 4-8, if there is an active object window handle, then the code invokes the IOLEInPlaceObject TranslateAccelerator method corresponding to the object window handle to enable the server application to translate the accelerator key combination. In lines 9-1 1 , if the server application did not translate the accelerator, or if no object is active, then the container application attempts to translate any accelerators using its own translation table (stored in the variable hAccel). In lines 12-13, if there was no recognized accelerator to translate, then the container application handles the input message in its normal fashion (filtering and then dispatching it).
Although the present invention has been described in terms of a preferred embodiment, it is not intended that the invention be limited to his embodiment. Modifications within the spirit of the invention will be apparent to those skilled in the art. The scope of the present invention is defined by the claims which follow.

Claims

Claims
1. A method in a computer system of activating a containee object contained within a container object, the container object having a container application with a container window environment, the container window environment having container resources for interacting with the container object, the containee object having a server application with server resources for interacting with the containee object, the method comprising the steps of: displaying the container window environment; displaying the containee object within the displayed container window environment; selecting the containee object; and integrating a plurality of the server resources with the displayed container window environment wherein when a user selects a server resource the server application processes the server resource selection.
2. The method of claim 1 wherein the container application has container menus and the server application has server menus, and wherein the step of integrating a plurality of server resources generates a composite menu bar having a server menu and a container menu.
3. The method of claim 2 wherein the step of integrating interleaves server menus and container menus in the composite menu bar.
4. The method of claim 2 wherein the container application has a menu bar for displaying a plurality of menus and wherein the composite menu bar is displayed as the menu bar of the container application.
5. A method in a computer system of interacting with a containee object contained within a container object, the container object having a container application with a container window environment, the container window environment having container resources for interacting with the container object, the containee object having a server application with a server window environment, the server window environment having server resources for interacting with the containee object, the method comprising the steps of: displaying the container window environment; selecting the containee object; integrating a plurality of the server resources with the container window environment; when a user selects a server resource, invoking the server application to process the server resource selection; and when a user selects a container resource, invoking the container application to process the container resource selection.
6. The method of claim 5 wherein the container application has a window for displaying data and including the steps of negotiating with the container application to place server resources within the window.
7. The method of claim 6 wherein only the server application has knowledge of the server resources.
8. The method of claim 5 wherein the container application and the server application execute as separate computer processes.
9. The method of claim 5 including the steps of displaying the containee object and highlighting the displayed containee object to indicate that server resources are available for user selection.
10. The method of claim 5 wherein the container application has a container message handler for receiving and processing messages and wherein the server application has a server message handler for receiving and processing messages, the method including the step of replacing the container message handler with a special message handler that sends container resource selection messages to the container message handler and sends server resource selection messages to the server message handler.
11. The method of claim 5 wherein the container application has a window and the server application has a window and including the steps of: designating the server application window as having input focus for receiving user input; receiving a menu command from a user; and in response to receiving the menu command, designating the container application window as having input focus for receiving user input; receiving a menu mneumonic; and in response to receiving the menu mneumonic. redesignating the server application window as having input focus for receiving user input.
12. The method of claim 1 1 where the container application window is a frame window.
13. The method of claim 5 wherein the computer system has a keyboard for inputting keys, wherein the container application has a plurality of accelerator key combinations for selecting container resources, wherein the server application has a plurality of accelerator key combinations for selecting server resources, and wherein the container application upon receiving an accelerator key combination invokes the server application to determine if a server resource is selected.
14. A method in a computer system of interacting with a containee object contained within a container object, the container object having an associated container application with a plurality of container menus, the container application having an associated menu bar for displaying a list of menus, the containee object having an associated server application with a plurality of server menus, the method comprising the steps of: generating a composite menu list that includes a container menu and a server menu; displaying the composite menu list in the menu bar; in response to a user selecting a displayed container menu, invoking the container application to process the selected menu; and in response to a user selecting a displayed server menu, invoking the server application to process the selected menu.
15. A method in a computer system for integrating menus from a plurality of applications, the method comprising the steps of: defining a set of menu groups for each application, each menu group having a plurality of menu items; combining the menu groups into a composite menu; displaying the composite menu on a display device; selecting a menu item of a menu group of the displayed composite menu; and invoking the application that defines the menu group of the selected menu item.
16. The method of claim 15 wherein the plurality of applications includes of a container application and a server application and including the step of displaying the composite menu displays the composite menu as a menu of the container application.
17. A method in a computer system for dynamically combining window hierarchies, the computer system having a display device and a window system for managing the displaying of windows on the display device, the method comprising the steps of: invoking a first application program and creating a first window hierarchy; designating a window of the first window hierarchy as a parent window of a second application program; and invoking a second application and creating a second window hierarchy such that a root window of the window hierarchy is a child window of the designated window.
18. A method in a computer system for scrolling a window, the computer system having a display device and a window system for managing the displaying of windows on the display device, the window system allowing the scrolling of data displayed within a window, the method comprising the steps of: indicating data to be selected, the data contained within an inner window that is contained within an outer window; and in response to a user input to scroll the outer window, maintaining the indicated data as the selected data.
19. The method of claim 18 including the step of maintaining the indicated data as selected when the inner window is scrolled out of view of the user.
20. The method of claim 18 including the steps of designating the inner window as having the input focus for receiving input and maintaining the inner window as having input focus when the inner window is scrolled out of view of the user.
21. A method in a computer system for indicating that an object displayed on a display device is selected, the method comprising the step of displaying a hatched pattern border around the object.
22. A computer system for activating a containee object contained within a container object, the container object having a container application with a container window environment, the container window environment having container resources for interacting with the container object, the containee object having a server application with server resources for interacting with the containee object, the system comprising: means for displaying the container window environment; means for displaying the containee object within the displayed container window environment; means for selecting the containee object; and means for integrating a plurality of the server resources with the displayed container window environment wherein when a user selects a server resource the server application processes the server resource selection.
23. The system of claim 22 wherein the container application has container menus and the server application has server menus, and wherein the integrating means includes means for generating a composite menu bar having a server menu and a container menu.
24. The system of claim 23 wherein integrating means includes means for interleaving server menus and container menus in the composite menu bar.
25. The method of claim 23 wherein the container application has a menu bar for displaying a plurality of menus and wherein the composite menu bar is displayed as the menu bar of the container application.
26. A computer system for interacting with a containee object contained within a container object, the container object having a container application with a container window environment, the container window environment having container resources for interacting with the container object, the containee object having a server application with a server window environment, the server window environment having server resources for interacting with the containee object, the system comprising: means for displaying the container window environment on a display device; means for selecting the containee object; means for integrating a plurality of the server resources with the container window environment when a containee object is selected; means for selecting a server resource; means for invoking the server application to process the server resource selection when a server resource is selected; means for selecting a container resource; and means for invoking the container application to process the container resource selection when a container resource is selected.
27. The system of claim 26 wherein the container application has a window for displaying data and wherein the integrating means includes means for negotiating with the container application to place server resources within the window.
28. The system of claim 27 wherein only the server application has knowledge of the server resources.
29. The system of claim 26 wherein the container application and the server application execute as separate computer processes.
30. The system of claim 26 including means for displaying the containee object and means for highlighting the displayed containee object to indicate that server resources are available for user selection.
31. The system of claim 26 wherein the container application has a container message handler for receiving and processing messages and wherein the server application has a server message handler for receiving and processing messages, the system including means for replacing the container message handler with a special message handler that sends container resource selection messages to the container message handler and sends server resource selection messages to the server message handler.
32. The system of claim 26 wherein the container application has a window and the server application has a window, the system including: means for designating the server application window as having input focus for receiving user input; means for receiving a menu command from a user; means for designating the container application window as having input focus for receiving user input in response to receiving a menu command; means for receiving a menu mneumonic; and means for redesignating the server application window as having input focus for receiving user input in response to receiving a menu mneumonic.
33. The system of claim 32 wherein the container application window is a frame window.
34. The system of claim 26 wherein the computer system includes a keyboard for inputting keys, wherein the container application has a plurality of accelerator key combinations for selecting container resources, wherein the server application has a plurality of accelerator key combinations for selecting server resources, and including means for invoking the server application to determine if a server resource is selected upon receiving an accelerator key combination.
PCT/US1993/011468 1992-12-01 1993-11-24 A method and system for in-place interaction with embedded objects WO1994014115A2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP51420694A JP3181592B2 (en) 1992-12-01 1993-11-24 Method and system for in-place interaction with embedded objects
DE69318571T DE69318571T2 (en) 1992-12-01 1993-11-24 METHOD AND SYSTEM FOR IN-LOCAL INTERACTION WITH EMBEDDED OBJECTS
EP94902407A EP0672277B1 (en) 1992-12-01 1993-11-24 A method and system for in-place interaction with embedded objects

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US98486892A 1992-12-01 1992-12-01
US07/984,868 1992-12-01

Publications (2)

Publication Number Publication Date
WO1994014115A2 true WO1994014115A2 (en) 1994-06-23
WO1994014115A3 WO1994014115A3 (en) 1994-09-29

Family

ID=25530955

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1993/011468 WO1994014115A2 (en) 1992-12-01 1993-11-24 A method and system for in-place interaction with embedded objects

Country Status (5)

Country Link
US (5) US5613058A (en)
EP (2) EP0820008A3 (en)
JP (1) JP3181592B2 (en)
DE (1) DE69318571T2 (en)
WO (1) WO1994014115A2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996036001A1 (en) * 1995-05-08 1996-11-14 Apple Computer, Inc. Method and system for embedding parts of documents and synchronizing multiple views thereof
WO1997007454A1 (en) * 1995-08-17 1997-02-27 Dreamware Design & Development Limited Processing apparatus and method and computer software therefor
GB2302423B (en) * 1995-06-20 2000-04-26 Fujitsu Ltd Application program grouping method and apparatus
EP1083511A2 (en) * 1995-01-17 2001-03-14 Glaxo Wellcome Inc. Flexible computer based pharmaceutical care cognitive services management system and method
EP1325427A2 (en) * 2000-06-21 2003-07-09 Microsoft Corporation System and method for integrating spreadsheets and word processing tables

Families Citing this family (386)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5416895A (en) * 1992-04-08 1995-05-16 Borland International, Inc. System and methods for improved spreadsheet interface with user-familiar objects
US5506983A (en) * 1992-07-06 1996-04-09 Microsoft Corporation Method and system for transactioning of modifications to a tree structured file
US7298851B1 (en) 1992-12-09 2007-11-20 Discovery Communications, Inc. Electronic book security and copyright protection system
US8073695B1 (en) 1992-12-09 2011-12-06 Adrea, LLC Electronic book with voice emulation features
WO1994013107A1 (en) 1992-12-09 1994-06-09 Discovery Communications, Inc. Advanced set top terminal for cable television delivery systems
US7849393B1 (en) 1992-12-09 2010-12-07 Discovery Communications, Inc. Electronic book connection to world watch live
US7835989B1 (en) 1992-12-09 2010-11-16 Discovery Communications, Inc. Electronic book alternative delivery systems
US7509270B1 (en) 1992-12-09 2009-03-24 Discovery Communications, Inc. Electronic Book having electronic commerce features
AU6826794A (en) * 1993-05-10 1994-12-12 Apple Computer, Inc. Computer-human interface system which manipulates parts between a desktop and a document
US5696963A (en) * 1993-11-19 1997-12-09 Waverley Holdings, Inc. System, method and computer program product for searching through an individual document and a group of documents
US6339767B1 (en) 1997-06-02 2002-01-15 Aurigin Systems, Inc. Using hyperbolic trees to visualize data generated by patent-centric and group-oriented data processing
US5623679A (en) * 1993-11-19 1997-04-22 Waverley Holdings, Inc. System and method for creating and manipulating notes each containing multiple sub-notes, and linking the sub-notes to portions of data objects
US6963920B1 (en) 1993-11-19 2005-11-08 Rose Blush Software Llc Intellectual asset protocol for defining data exchange rules and formats for universal intellectual asset documents, and systems, methods, and computer program products related to same
US5806079A (en) 1993-11-19 1998-09-08 Smartpatents, Inc. System, method, and computer program product for using intelligent notes to organize, link, and manipulate disparate data objects
US5991751A (en) * 1997-06-02 1999-11-23 Smartpatents, Inc. System, method, and computer program product for patent-centric and group-oriented data processing
US5623681A (en) * 1993-11-19 1997-04-22 Waverley Holdings, Inc. Method and apparatus for synchronizing, displaying and manipulating text and image documents
US5799325A (en) * 1993-11-19 1998-08-25 Smartpatents, Inc. System, method, and computer program product for generating equivalent text files
US6877137B1 (en) * 1998-04-09 2005-04-05 Rose Blush Software Llc System, method and computer program product for mediating notes and note sub-notes linked or otherwise associated with stored or networked web pages
US9053640B1 (en) 1993-12-02 2015-06-09 Adrea, LLC Interactive electronic book
US8095949B1 (en) 1993-12-02 2012-01-10 Adrea, LLC Electronic book with restricted access features
US7865567B1 (en) 1993-12-02 2011-01-04 Discovery Patent Holdings, Llc Virtual on-demand electronic book
US7861166B1 (en) * 1993-12-02 2010-12-28 Discovery Patent Holding, Llc Resizing document pages to fit available hardware screens
US5664133A (en) * 1993-12-13 1997-09-02 Microsoft Corporation Context sensitive menu system/menu behavior
US6151610A (en) * 1993-12-27 2000-11-21 Digital Equipment Corporation Document display system using a scripting language having container variables setting document attributes
US6813769B1 (en) * 1997-10-28 2004-11-02 Microsoft Corporation Server application components with control over state duration
US5608909A (en) 1994-04-15 1997-03-04 Microsoft Corporation Method and system for caching presentation data of a source object in a presentation cache
US6708196B1 (en) 1994-04-15 2004-03-16 Microsoft Corporation Method and system for caching presentation data
JP3777196B2 (en) * 1994-05-10 2006-05-24 富士通株式会社 Communication control device for client / server system
US5831609A (en) * 1994-06-17 1998-11-03 Exodus Technologies, Inc. Method and system for dynamic translation between different graphical user interface systems
US5848429A (en) * 1994-08-23 1998-12-08 Object Technology Licensing Corporation Object-oriented global cursor tool which operates in an incompatible document by embedding a compatible frame in the document
US5838906A (en) 1994-10-17 1998-11-17 The Regents Of The University Of California Distributed hypermedia method for automatically invoking external application providing interaction and display of embedded objects within a hypermedia document
US5862372A (en) * 1994-11-16 1999-01-19 Morris; Robert M. Visually oriented computer implemented application development system utilizing standardized objects and multiple views
US5995090A (en) * 1995-01-31 1999-11-30 Canon Kabushiki Kaisha Filing apparatus
EP1431864B2 (en) 1995-02-13 2012-08-22 Intertrust Technologies Corporation Systems and methods for secure transaction management and electronic rights protection
US6157721A (en) 1996-08-12 2000-12-05 Intertrust Technologies Corp. Systems and methods using cryptography to protect secure computing environments
US7133846B1 (en) 1995-02-13 2006-11-07 Intertrust Technologies Corp. Digital certificate support system, methods and techniques for secure electronic commerce transaction and rights management
US5892900A (en) 1996-08-30 1999-04-06 Intertrust Technologies Corp. Systems and methods for secure transaction management and electronic rights protection
US6658568B1 (en) 1995-02-13 2003-12-02 Intertrust Technologies Corporation Trusted infrastructure support system, methods and techniques for secure electronic commerce transaction and rights management
US6948070B1 (en) 1995-02-13 2005-09-20 Intertrust Technologies Corporation Systems and methods for secure transaction management and electronic rights protection
US5943422A (en) 1996-08-12 1999-08-24 Intertrust Technologies Corp. Steganographic techniques for securely delivering electronic digital rights management control information over insecure communication channels
US6212575B1 (en) * 1995-05-05 2001-04-03 Apple Computer, Inc. Extensible, replaceable network component system
US5781189A (en) * 1995-05-05 1998-07-14 Apple Computer, Inc. Embedding internet browser/buttons within components of a network component system
US5740455A (en) * 1995-05-16 1998-04-14 Apple Computer, Inc. Enhanced compound document processing architectures and methods therefor
US5742845A (en) 1995-06-22 1998-04-21 Datascape, Inc. System for extending present open network communication protocols to communicate with non-standard I/O devices directly coupled to an open network
US6577746B1 (en) 1999-12-28 2003-06-10 Digimarc Corporation Watermark-based object linking and embedding
US6067086A (en) * 1995-08-08 2000-05-23 Walsh; Aaron E. Uniform mnemonic associations of computer resources to graphical images
US5867161A (en) * 1995-08-08 1999-02-02 Walsh; Aaron E. Uniform mnemonic associations of computer resources to graphical images
US5873106A (en) * 1995-09-18 1999-02-16 Oracle Corporation Geometry management for displaying objects on a computer
US5745115A (en) * 1996-01-16 1998-04-28 International Business Machines Corporation Graphical user interface having a shared menu bar for opened applications
US6446135B1 (en) * 1996-03-05 2002-09-03 Microsoft Corporation Method and system for querying and executing commands of an application program
JPH09244844A (en) * 1996-03-05 1997-09-19 Fujitsu Ltd Information presentation system and recording medium
US5706458A (en) * 1996-03-05 1998-01-06 Microsoft Corporation Method and system for merging menus of application programs
US6115039A (en) * 1996-03-15 2000-09-05 Novell, Inc. Processes and apparatuses for creating non-native displays on a computer
US5778378A (en) * 1996-04-30 1998-07-07 International Business Machines Corporation Object oriented information retrieval framework mechanism
US5870088A (en) * 1996-05-09 1999-02-09 National Instruments Corporation System and method for editing a control via direct graphical user interaction
US6542166B1 (en) 1996-05-09 2003-04-01 National Instruments Corporation System and method for editing a control
US6515682B1 (en) 1996-05-09 2003-02-04 National Instruments Corporation System and method for editing a control utilizing a preview window to view changes made to the control
US6122649A (en) * 1996-05-30 2000-09-19 Microsoft Corporation Method and system for user defined and linked properties
US5946696A (en) * 1996-05-31 1999-08-31 Microsoft Corporation Object property lists
US6434598B1 (en) 1996-07-01 2002-08-13 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server graphical user interface (#9) framework in an interprise computing framework system
US6266709B1 (en) 1996-07-01 2001-07-24 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server failure reporting process
US5999972A (en) 1996-07-01 1999-12-07 Sun Microsystems, Inc. System, method and article of manufacture for a distributed computer system framework
US6272555B1 (en) 1996-07-01 2001-08-07 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server-centric interprise computing framework system
US6304893B1 (en) 1996-07-01 2001-10-16 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server event driven message framework in an interprise computing framework system
US6038590A (en) 1996-07-01 2000-03-14 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server state machine in an interprise computing framework system
US5987245A (en) 1996-07-01 1999-11-16 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture (#12) for a client-server state machine framework
US6424991B1 (en) 1996-07-01 2002-07-23 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server communication framework
US5848246A (en) 1996-07-01 1998-12-08 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server session manager in an interprise computing framework system
US5825358A (en) * 1996-10-04 1998-10-20 Honeywell, Inc. Process and system for forming multiple preemptive modeless dialog boxes
US5819256A (en) * 1996-11-20 1998-10-06 Oracle Corporation Method and apparatus for processing count statements in a database system
US6401099B1 (en) 1996-12-06 2002-06-04 Microsoft Corporation Asynchronous binding of named objects
US6460058B2 (en) 1996-12-06 2002-10-01 Microsoft Corporation Object-oriented framework for hyperlink navigation
JPH10171701A (en) * 1996-12-10 1998-06-26 Fuji Xerox Co Ltd Procedure executing device and method therefor
US7062500B1 (en) * 1997-02-25 2006-06-13 Intertrust Technologies Corp. Techniques for defining, using and manipulating rights management data structures
US6334157B1 (en) * 1997-03-11 2001-12-25 Microsoft Corporation Programmatically providing direct access to user interface elements of an application program
US6097391A (en) * 1997-03-31 2000-08-01 Menai Corporation Method and apparatus for graphically manipulating objects
US6061696A (en) * 1997-04-28 2000-05-09 Computer Associates Think, Inc. Generating multimedia documents
US6026417A (en) * 1997-05-02 2000-02-15 Microsoft Corporation Desktop publishing software for automatically changing the layout of content-filled documents
US5991765A (en) * 1997-05-06 1999-11-23 Birdstep Technology As System and method for storing and manipulating data in an information handling system
US5917485A (en) * 1997-05-07 1999-06-29 Unisys Corporation User assistance for data processing systems
US6667747B1 (en) 1997-05-07 2003-12-23 Unisys Corporation Method and apparatus for providing a hyperlink within a computer program that access information outside of the computer program
US6677960B1 (en) 1997-05-07 2004-01-13 Unisys Corporation User assistance for heterogeneous data processing systems
US6065116A (en) * 1997-05-07 2000-05-16 Unisys Corporation Method and apparatus for configuring a distributed application program
US6330659B1 (en) * 1997-11-06 2001-12-11 Iready Corporation Hardware accelerator for an object-oriented programming language
WO1998050852A1 (en) * 1997-05-08 1998-11-12 Iready Corporation Hardware accelerator for an object-oriented programming language
US6594689B1 (en) 1997-05-08 2003-07-15 Unisys Corporation Multi-platform helper utilities
US9098297B2 (en) * 1997-05-08 2015-08-04 Nvidia Corporation Hardware accelerator for an object-oriented programming language
US6326970B1 (en) 1997-05-16 2001-12-04 Liberate Technologies TV centric layout
JP3788543B2 (en) * 1997-05-20 2006-06-21 富士通株式会社 Conference support system and recording medium
US6384849B1 (en) 1997-07-14 2002-05-07 Microsoft Corporation Method for displaying controls in a system using a graphical user interface
US5905991A (en) * 1997-08-21 1999-05-18 Reynolds; Mark L System and method providing navigation between documents by creating associations based on bridges between combinations of document elements and software
US6070175A (en) * 1997-08-26 2000-05-30 The United States As Represented By The Director The National Security Agency Method of file editing using framemaker enhanced by application programming interface clients
GB2329042B (en) * 1997-09-03 2002-08-21 Ibm Presentation of help information via a computer system user interface in response to user interaction
US6047293A (en) * 1997-09-16 2000-04-04 Teradyne, Inc. System for storing and searching named device parameter data in a test system for testing an integrated circuit
US6094657A (en) * 1997-10-01 2000-07-25 International Business Machines Corporation Apparatus and method for dynamic meta-tagging of compound documents
US5958004A (en) 1997-10-28 1999-09-28 Microsoft Corporation Disabling and enabling transaction committal in transactional application components
US6134594A (en) 1997-10-28 2000-10-17 Microsoft Corporation Multi-user, multiple tier distributed application architecture with single-user access control of middle tier objects
US7076784B1 (en) 1997-10-28 2006-07-11 Microsoft Corporation Software component execution management using context objects for tracking externally-defined intrinsic properties of executing software components within an execution environment
US6631425B1 (en) * 1997-10-28 2003-10-07 Microsoft Corporation Just-in-time activation and as-soon-as-possible deactivation or server application components
US6587121B1 (en) 1997-12-19 2003-07-01 Unisys Corporation Graphical table of contents for a help system
US6393135B1 (en) 1997-12-23 2002-05-21 Pitney Bowes Inc. OLE automation server for manipulation of mail piece data
US6072486A (en) * 1998-01-13 2000-06-06 Microsoft Corporation System and method for creating and customizing a deskbar
US6819345B1 (en) * 1998-02-17 2004-11-16 Microsoft Corporation Managing position and size for a desktop component
US6067087A (en) * 1998-03-03 2000-05-23 Microsoft Corporation Method for building menus during idle times
US6297823B1 (en) * 1998-04-03 2001-10-02 Lucent Technologies Inc. Method and apparatus providing insertion of inlays in an application user interface
US6182095B1 (en) * 1998-04-30 2001-01-30 General Electric Capital Corporation Document generator
US6233582B1 (en) * 1998-05-14 2001-05-15 Sun Microsystems, Inc. Persistent storage interface for a configuration object-based system
US6473100B1 (en) * 1998-05-20 2002-10-29 Microsoft Corporation Hosting controls in a window via an interface for controlling the window
US6526416B1 (en) 1998-06-30 2003-02-25 Microsoft Corporation Compensating resource managers
US6425017B1 (en) 1998-08-17 2002-07-23 Microsoft Corporation Queued method invocations on distributed component applications
US6442620B1 (en) 1998-08-17 2002-08-27 Microsoft Corporation Environment extensibility and automatic services for component applications using contexts, policies and activators
US7155662B1 (en) * 1998-08-31 2006-12-26 Xerox Corporation Representing an entity as a document using a data source having active properties
US20050131992A1 (en) * 2003-12-11 2005-06-16 Eric Goldstein System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US6810522B2 (en) * 1998-10-07 2004-10-26 Invensys Systems, Inc. Method and system for associating parameters of containers and contained objects
US6407759B1 (en) * 1998-11-30 2002-06-18 Sun Microsystems, Inc. Method and apparatus for modal dialog box management in applets on information appliances
US7328405B1 (en) * 1998-12-09 2008-02-05 Netscape Communications Corporation Smart browsing providers
US6549878B1 (en) * 1998-12-31 2003-04-15 Microsoft Corporation System and method for editing a spreadsheet via an improved editing and cell selection model
US6536033B1 (en) * 1999-01-28 2003-03-18 International Business Machines Corp. Uniform mechanism for building containment hierarchies
US6748455B1 (en) 1999-02-23 2004-06-08 Microsoft Corporation Object connectivity through loosely coupled publish and subscribe events with filtering
US6829770B1 (en) 1999-02-23 2004-12-07 Microsoft Corporation Object connectivity through loosely coupled publish and subscribe events
US7716060B2 (en) 1999-03-02 2010-05-11 Germeraad Paul B Patent-related tools and methodology for use in the merger and acquisition process
US7966328B2 (en) 1999-03-02 2011-06-21 Rose Blush Software Llc Patent-related tools and methodology for use in research and development projects
US6499040B1 (en) * 1999-03-05 2002-12-24 Dassault Systemes Document and task coordination system for a computer
US6765592B1 (en) * 1999-04-30 2004-07-20 Microsoft Corporation Undockable sub-windows
US9262384B2 (en) 1999-05-21 2016-02-16 E-Numerate Solutions, Inc. Markup language system, method, and computer program product
US9268748B2 (en) 1999-05-21 2016-02-23 E-Numerate Solutions, Inc. System, method, and computer program product for outputting markup language documents
US9262383B2 (en) 1999-05-21 2016-02-16 E-Numerate Solutions, Inc. System, method, and computer program product for processing a markup document
US7249328B1 (en) * 1999-05-21 2007-07-24 E-Numerate Solutions, Inc. Tree view for reusable data markup language
US7421648B1 (en) 1999-05-21 2008-09-02 E-Numerate Solutions, Inc. Reusable data markup language
AU3712300A (en) 1999-06-11 2001-01-02 Liberate Technologies Hierarchical open security information delegation and acquisition
US6662237B1 (en) * 1999-06-24 2003-12-09 Contivo, Inc. System for documenting application interfaces and their mapping relationship
US6581054B1 (en) 1999-07-30 2003-06-17 Computer Associates Think, Inc. Dynamic query model and method
US7644366B1 (en) * 1999-07-30 2010-01-05 Computer Associates Think, Inc. Method and system for displaying a plurality of discrete files in a compound file
US6842758B1 (en) 1999-07-30 2005-01-11 Computer Associates Think, Inc. Modular method and system for performing database queries
US6880126B1 (en) 1999-08-03 2005-04-12 International Business Machines Corporation Controlling presentation of a GUI, using view controllers created by an application mediator, by identifying a destination to access a target to retrieve data
AU7060300A (en) 1999-08-16 2001-03-13 Iready Corporation Internet jack
US6748555B1 (en) * 1999-09-09 2004-06-08 Microsoft Corporation Object-based software management
US6578054B1 (en) 1999-10-04 2003-06-10 Microsoft Corporation Method and system for supporting off-line mode of operation and synchronization using resource state information
ATE390788T1 (en) * 1999-10-14 2008-04-15 Bluearc Uk Ltd APPARATUS AND METHOD FOR HARDWARE EXECUTION OR HARDWARE ACCELERATION OF OPERATING SYSTEM FUNCTIONS
US6862686B1 (en) 1999-10-29 2005-03-01 International Business Machines Corporation Method and apparatus in a data processing system for the separation of role-based permissions specification from its corresponding implementation of its semantic behavior
US7181686B1 (en) 1999-10-29 2007-02-20 International Business Machines Corporation Selecting screens in a GUI using events generated by a set of view controllers
US6920636B1 (en) 1999-12-15 2005-07-19 Microsoft Corporation Queued component interface passing for results outflow from queued method invocations
NZ519959A (en) * 1999-12-24 2004-08-27 Telstra New Wave Pty Ltd A virtual token carrying rules of use, capabilities and token relational information
CA2301822A1 (en) * 2000-03-24 2001-09-24 9071 9410 Quebec Inc. Simultaneous projection of several patterns with simultaneous acquisition for inspection of objects in three-dimensions
FR2809203B1 (en) * 2000-05-18 2003-10-03 Cit Alcatel METHOD FOR MANAGING A GRAPHIC MAN-MACHINE INTERFACE
US6341292B1 (en) 2000-05-30 2002-01-22 Outlooksoft Corporation Spreadsheet-based network information exchange with two-part cache
US6754677B1 (en) * 2000-05-30 2004-06-22 Outlooksoft Corporation Method and system for facilitating information exchange
US7788602B2 (en) * 2000-06-06 2010-08-31 Microsoft Corporation Method and system for providing restricted actions for recognized semantic categories
US7712024B2 (en) 2000-06-06 2010-05-04 Microsoft Corporation Application program interfaces for semantically labeling strings and providing actions based on semantically labeled strings
US7716163B2 (en) 2000-06-06 2010-05-11 Microsoft Corporation Method and system for defining semantic categories and actions
US7770102B1 (en) 2000-06-06 2010-08-03 Microsoft Corporation Method and system for semantically labeling strings and providing actions based on semantically labeled strings
US7421645B2 (en) 2000-06-06 2008-09-02 Microsoft Corporation Method and system for providing electronic commerce actions based on semantically labeled strings
US7475361B2 (en) * 2000-06-19 2009-01-06 Brother Kogyo Kabushiki Kaisha Data processing device, data processing method, and storage medium
US6883168B1 (en) 2000-06-21 2005-04-19 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7191394B1 (en) 2000-06-21 2007-03-13 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US7346848B1 (en) 2000-06-21 2008-03-18 Microsoft Corporation Single window navigation methods and systems
US7000230B1 (en) 2000-06-21 2006-02-14 Microsoft Corporation Network-based software extensions
US7155667B1 (en) 2000-06-21 2006-12-26 Microsoft Corporation User interface for integrated spreadsheets and word processing tables
US6948135B1 (en) 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US7117435B1 (en) 2000-06-21 2006-10-03 Microsoft Corporation Spreadsheet fields in text
US6874143B1 (en) 2000-06-21 2005-03-29 Microsoft Corporation Architectures for and methods of providing network-based software extensions
US7624356B1 (en) 2000-06-21 2009-11-24 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US6684220B1 (en) * 2000-09-20 2004-01-27 Lockheed Martin Corporation Method and system for automatic information exchange
US7797276B1 (en) * 2000-10-02 2010-09-14 Guang Yang Integrated database data editing system
US6993528B1 (en) * 2000-10-04 2006-01-31 Microsoft Corporation Methods and systems for allowing third party client applications to influence implementation of high-level document commands
US20020052770A1 (en) * 2000-10-31 2002-05-02 Podrazhansky Mikhail Yury System architecture for scheduling and product management
US6697192B1 (en) 2000-11-08 2004-02-24 Massachusetts Institute Of Technology High power, spectrally combined laser systems and related methods
US7039717B2 (en) 2000-11-10 2006-05-02 Nvidia Corporation Internet modem streaming socket method
US7305465B2 (en) * 2000-11-15 2007-12-04 Robert Wing Collecting appliance problem information over network and providing remote technical support to deliver appliance fix information to an end user
US20040236843A1 (en) * 2001-11-15 2004-11-25 Robert Wing Online diagnosing of computer hardware and software
US9600842B2 (en) 2001-01-24 2017-03-21 E-Numerate Solutions, Inc. RDX enhancement of system and method for implementing reusable data markup language (RDL)
US7493568B2 (en) * 2001-01-26 2009-02-17 Microsoft Corporation System and method for browsing properties of an electronic document
US7379475B2 (en) 2002-01-25 2008-05-27 Nvidia Corporation Communications processor
JP4753529B2 (en) * 2001-02-22 2011-08-24 富士通株式会社 Information processing apparatus, display control method for information processing apparatus, storage medium, and program thereof
US6828988B2 (en) * 2001-02-27 2004-12-07 Microsoft Corporation Interactive tooltip
US7539747B2 (en) * 2001-03-14 2009-05-26 Microsoft Corporation Schema-based context service
US20020133535A1 (en) * 2001-03-14 2002-09-19 Microsoft Corporation Identity-centric data access
US7302634B2 (en) 2001-03-14 2007-11-27 Microsoft Corporation Schema-based services for identity-based data access
US7024662B2 (en) * 2001-03-14 2006-04-04 Microsoft Corporation Executing dynamically assigned functions while providing services
GB0107766D0 (en) * 2001-03-28 2001-05-16 Hewlett Packard Co Improvements relating to developing documents
US7778816B2 (en) 2001-04-24 2010-08-17 Microsoft Corporation Method and system for applying input mode bias
US6791747B2 (en) * 2001-04-25 2004-09-14 Massachusetts Institute Of Technology Multichannel laser transmitter suitable for wavelength-division multiplexing applications
WO2002086739A1 (en) * 2001-04-25 2002-10-31 Amplify, Llc. System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US7216290B2 (en) * 2001-04-25 2007-05-08 Amplify, Llc System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US6944829B2 (en) * 2001-09-25 2005-09-13 Wind River Systems, Inc. Configurable user-interface component management system
US6724399B1 (en) * 2001-09-28 2004-04-20 Siebel Systems, Inc. Methods and apparatus for enabling keyboard accelerators in applications implemented via a browser
US8359335B2 (en) * 2001-09-29 2013-01-22 Siebel Systems, Inc. Computing system and method to implicitly commit unsaved data for a world wide web application
US6907451B1 (en) 2001-09-29 2005-06-14 Siebel Systems, Inc. Method, apparatus, and system for immediate posting of changes in a client server environment
US7885996B2 (en) 2001-09-29 2011-02-08 Siebel Systems, Inc. Method, apparatus, and system for implementing notifications in a framework to support web-based applications
US7461119B2 (en) * 2001-09-29 2008-12-02 Siebel Systems, Inc. Method, apparatus, and system for managing status of requests in a client server environment
US7203948B2 (en) 2001-09-29 2007-04-10 Siebel Systems, Inc. Method, apparatus, and system for implementing caching of view custom options in a framework to support web-based applications
US7146617B2 (en) 2001-09-29 2006-12-05 Siebel Systems, Inc. Method, apparatus, and system for implementing view caching in a framework to support web-based applications
US7870492B2 (en) * 2001-10-02 2011-01-11 Siebel Systems, Inc. Method, apparatus, and system for managing commands in a client server environment
US7322013B1 (en) * 2001-10-25 2008-01-22 Adobe Systems Incorporated Launch and edit user interface improvements
CN1591406A (en) * 2001-11-09 2005-03-09 无锡永中科技有限公司 Integrated multi-purpose data processing system
DE10157633A1 (en) * 2001-11-26 2003-08-28 Siemens Ag Medical system architecture with a component-oriented architecture for diagnosis and documentation
US6976244B2 (en) * 2002-01-09 2005-12-13 International Business Machines Corporation Method, system, and product for storage of attribute data in an object oriented environment
US6909910B2 (en) 2002-02-01 2005-06-21 Microsoft Corporation Method and system for managing changes to a contact database
EP1333387A1 (en) * 2002-02-05 2003-08-06 Siemens Aktiengesellschaft A method of data refreshing of a mark-up language document
CA2372778A1 (en) * 2002-02-22 2003-08-22 Corel Corporation System and method for managing access to information on a network
US7689899B2 (en) 2002-03-06 2010-03-30 Ge Corporate Financial Services, Inc. Methods and systems for generating documents
US7325194B2 (en) 2002-05-07 2008-01-29 Microsoft Corporation Method, system, and apparatus for converting numbers between measurement systems based upon semantically labeled strings
US7707496B1 (en) 2002-05-09 2010-04-27 Microsoft Corporation Method, system, and apparatus for converting dates between calendars and languages based upon semantically labeled strings
US7707024B2 (en) 2002-05-23 2010-04-27 Microsoft Corporation Method, system, and apparatus for converting currency values based upon semantically labeled strings
US7742048B1 (en) 2002-05-23 2010-06-22 Microsoft Corporation Method, system, and apparatus for converting numbers based upon semantically labeled strings
US20030225839A1 (en) * 2002-06-04 2003-12-04 Dragan Kopunovic Knowledge router
US7281245B2 (en) * 2002-06-05 2007-10-09 Microsoft Corporation Mechanism for downloading software components from a remote source for use by a local software application
US6968509B1 (en) * 2002-06-05 2005-11-22 Microsoft Corporation Recording of user-driven events within a computer application
US7827546B1 (en) 2002-06-05 2010-11-02 Microsoft Corporation Mechanism for downloading software components from a remote source for use by a local software application
US7356537B2 (en) * 2002-06-06 2008-04-08 Microsoft Corporation Providing contextually sensitive tools and help content in computer-generated documents
US7698636B2 (en) * 2002-06-13 2010-04-13 Microsoft Corporation System and method for in-context editing of components
US7716676B2 (en) 2002-06-25 2010-05-11 Microsoft Corporation System and method for issuing a message to a program
US7392479B2 (en) 2002-06-27 2008-06-24 Microsoft Corporation System and method for providing namespace related information
US7209915B1 (en) 2002-06-28 2007-04-24 Microsoft Corporation Method, system and apparatus for routing a query to one or more providers
US9886309B2 (en) 2002-06-28 2018-02-06 Microsoft Technology Licensing, Llc Identity-based distributed computing for device resources
US6867786B2 (en) * 2002-07-29 2005-03-15 Microsoft Corp. In-situ digital inking for applications
US7457822B1 (en) 2002-11-01 2008-11-25 Bluearc Uk Limited Apparatus and method for hardware-based file system
US8041735B1 (en) 2002-11-01 2011-10-18 Bluearc Uk Limited Distributed file system and method
JP4001014B2 (en) * 2002-12-25 2007-10-31 日本電気株式会社 Mobile phone
US7783614B2 (en) 2003-02-13 2010-08-24 Microsoft Corporation Linking elements of a document to corresponding fields, queries and/or procedures in a database
US7415672B1 (en) 2003-03-24 2008-08-19 Microsoft Corporation System and method for designing electronic forms
US7370066B1 (en) 2003-03-24 2008-05-06 Microsoft Corporation System and method for offline editing of data files
US7275216B2 (en) 2003-03-24 2007-09-25 Microsoft Corporation System and method for designing electronic forms and hierarchical schemas
US7296017B2 (en) 2003-03-28 2007-11-13 Microsoft Corporation Validation of XML data files
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7516145B2 (en) 2003-03-31 2009-04-07 Microsoft Corporation System and method for incrementally transforming and rendering hierarchical data files
US7711550B1 (en) 2003-04-29 2010-05-04 Microsoft Corporation Methods and system for recognizing names in a computer-generated document and for providing helpful actions associated with recognized names
US7558841B2 (en) 2003-05-14 2009-07-07 Microsoft Corporation Method, system, and computer-readable medium for communicating results to a data query in a computer network
US7168035B1 (en) 2003-06-11 2007-01-23 Microsoft Corporation Building a view on markup language data through a set of components
US7739588B2 (en) * 2003-06-27 2010-06-15 Microsoft Corporation Leveraging markup language data for semantically labeling text strings and data and for providing actions based on semantically labeled text strings and data
US7197515B2 (en) 2003-06-30 2007-03-27 Microsoft Corporation Declarative solution definition
US7451392B1 (en) 2003-06-30 2008-11-11 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
US7406660B1 (en) 2003-08-01 2008-07-29 Microsoft Corporation Mapping between structured data and a visual surface
US7581177B1 (en) 2003-08-01 2009-08-25 Microsoft Corporation Conversion of structured documents
US7334187B1 (en) 2003-08-06 2008-02-19 Microsoft Corporation Electronic form aggregation
DE10348708A1 (en) * 2003-10-16 2005-05-12 Saurer Gmbh & Co Kg Method for designing effects in effect yarns
JP4476594B2 (en) * 2003-10-17 2010-06-09 淳二 城戸 Organic electroluminescent device
US7644376B2 (en) 2003-10-23 2010-01-05 Microsoft Corporation Flexible architecture for notifying applications of state changes
US20050091594A1 (en) * 2003-10-23 2005-04-28 Microsoft Corporation Systems and methods for preparing graphical elements for presentation
US7266726B1 (en) 2003-11-24 2007-09-04 Time Warner Cable Inc. Methods and apparatus for event logging in an information network
US8302111B2 (en) 2003-11-24 2012-10-30 Time Warner Cable Inc. Methods and apparatus for hardware registration in a network device
US7487515B1 (en) 2003-12-09 2009-02-03 Microsoft Corporation Programmable object model for extensible markup language schema validation
US7434157B2 (en) 2003-12-09 2008-10-07 Microsoft Corporation Programmable object model for namespace or schema library support in a software application
US7404195B1 (en) 2003-12-09 2008-07-22 Microsoft Corporation Programmable object model for extensible markup language markup in an application
US7178102B1 (en) 2003-12-09 2007-02-13 Microsoft Corporation Representing latent data in an extensible markup language document
US8176545B1 (en) 2003-12-19 2012-05-08 Nvidia Corporation Integrated policy checking system and method
US7624198B1 (en) 2003-12-19 2009-11-24 Nvidia Corporation Sequence tagging system and method for transport offload engine data lists
US8549170B2 (en) 2003-12-19 2013-10-01 Nvidia Corporation Retransmission system and method for a transport offload engine
US8065439B1 (en) 2003-12-19 2011-11-22 Nvidia Corporation System and method for using metadata in the context of a transport offload engine
US7899913B2 (en) 2003-12-19 2011-03-01 Nvidia Corporation Connection management system and method for a transport offload engine
US7260631B1 (en) 2003-12-19 2007-08-21 Nvidia Corporation System and method for receiving iSCSI protocol data units
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US9213538B1 (en) 2004-02-06 2015-12-15 Time Warner Cable Enterprises Llc Methods and apparatus for display element management in an information network
US7412665B2 (en) * 2004-02-13 2008-08-12 Microsoft Corporation Menu management in an OLE document environment
US7430711B2 (en) 2004-02-17 2008-09-30 Microsoft Corporation Systems and methods for editing XML documents
US7509573B1 (en) 2004-02-17 2009-03-24 Microsoft Corporation Anti-virus security information in an extensible markup language document
US7318063B2 (en) 2004-02-19 2008-01-08 Microsoft Corporation Managing XML documents containing hierarchical database information
US7206872B2 (en) 2004-02-20 2007-04-17 Nvidia Corporation System and method for insertion of markers into a data stream
US7249306B2 (en) 2004-02-20 2007-07-24 Nvidia Corporation System and method for generating 128-bit cyclic redundancy check values with 32-bit granularity
US7698413B1 (en) 2004-04-12 2010-04-13 Nvidia Corporation Method and apparatus for accessing and maintaining socket control information for high speed network connections
US20050235293A1 (en) * 2004-04-14 2005-10-20 Microsoft Corporation Methods and systems for framework layout editing operations
US7278092B2 (en) * 2004-04-28 2007-10-02 Amplify, Llc System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US7496837B1 (en) 2004-04-29 2009-02-24 Microsoft Corporation Structural editing with schema awareness
US7568101B1 (en) 2004-05-13 2009-07-28 Microsoft Corporation Digital signatures with an embedded view
US7281018B1 (en) 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US7774620B1 (en) 2004-05-27 2010-08-10 Microsoft Corporation Executing applications at appropriate trust levels
US7703036B2 (en) 2004-08-16 2010-04-20 Microsoft Corporation User interface for displaying selectable software functionality controls that are relevant to a selected object
US20060059471A1 (en) * 2004-09-15 2006-03-16 Microsoft Corporation Calling non-public types
US7752601B1 (en) * 2004-09-20 2010-07-06 The Mathworks, Inc. Runtime component hosting
US7516399B2 (en) 2004-09-30 2009-04-07 Microsoft Corporation Structured-document path-language expression methods and systems
US7692636B2 (en) 2004-09-30 2010-04-06 Microsoft Corporation Systems and methods for handwriting to a screen
US7126557B2 (en) * 2004-10-01 2006-10-24 Southwest Research Institute Tapered area small helix antenna
US7957379B2 (en) 2004-10-19 2011-06-07 Nvidia Corporation System and method for processing RX packets in high speed network applications using an RX FIFO buffer
US7653637B2 (en) * 2004-10-20 2010-01-26 Microsoft Corporation Indirect persistent storage for plugin in container
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US20060098673A1 (en) * 2004-11-09 2006-05-11 Alcatel Input queue packet switch architecture and queue service discipline
US7584417B2 (en) 2004-11-15 2009-09-01 Microsoft Corporation Role-dependent action for an electronic form
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US7509353B2 (en) 2004-11-16 2009-03-24 Microsoft Corporation Methods and systems for exchanging and rendering forms
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US7437376B2 (en) 2004-12-20 2008-10-14 Microsoft Corporation Scalable object model
US7818755B1 (en) * 2004-12-22 2010-10-19 Apple Inc. Window server event taps
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US7673228B2 (en) 2005-03-30 2010-03-02 Microsoft Corporation Data-driven actions for network forms
US20060230335A1 (en) * 2005-04-08 2006-10-12 Ilja Fischer Linking user interface frames
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US20080115073A1 (en) * 2005-05-26 2008-05-15 ERICKSON Shawn Method and Apparatus for Remote Display of Drawn Content
US7543228B2 (en) 2005-06-27 2009-06-02 Microsoft Corporation Template for rendering an electronic form
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US7613996B2 (en) 2005-08-15 2009-11-03 Microsoft Corporation Enabling selection of an inferred schema part
US7360166B1 (en) 2005-08-17 2008-04-15 Clipmarks Llc System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US7562287B1 (en) 2005-08-17 2009-07-14 Clipmarks Llc System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US20070061699A1 (en) * 2005-09-09 2007-03-15 Microsoft Corporation Named object view of electronic data report
US20110145689A1 (en) * 2005-09-09 2011-06-16 Microsoft Corporation Named object view over multiple files
US8176410B1 (en) * 2005-09-13 2012-05-08 Adobe Systems Incorporated System and/or method for content cropping
US8468441B2 (en) * 2005-09-15 2013-06-18 Microsoft Corporation Cross-application support of charts
US8578277B2 (en) * 2005-09-15 2013-11-05 Microsoft Corporation Integrating charts in documents
US7788590B2 (en) 2005-09-26 2010-08-31 Microsoft Corporation Lightweight reference user interface
US7992085B2 (en) 2005-09-26 2011-08-02 Microsoft Corporation Lightweight reference user interface
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US7730082B2 (en) * 2005-12-12 2010-06-01 Google Inc. Remote module incorporation into a container document
US7730109B2 (en) * 2005-12-12 2010-06-01 Google, Inc. Message catalogs for remote modules
US20070136201A1 (en) * 2005-12-12 2007-06-14 Google Inc. Customized container document modules using preferences
US8185819B2 (en) 2005-12-12 2012-05-22 Google Inc. Module specification for a module to be incorporated into a container document
US20070204010A1 (en) * 2005-12-12 2007-08-30 Steven Goldberg Remote Module Syndication System and Method
US7725530B2 (en) * 2005-12-12 2010-05-25 Google Inc. Proxy server collection of data for module incorporation into a container document
US20070192363A1 (en) * 2005-12-19 2007-08-16 Microsoft Corporation Document-centric application environment
US8560948B2 (en) * 2005-12-23 2013-10-15 Michael Hu User support system integrating FAQ and helpdesk features and FAQ maintenance capabilities
US7487465B2 (en) * 2006-01-06 2009-02-03 International Business Machines Corporation Application clippings
US7779343B2 (en) 2006-01-30 2010-08-17 Microsoft Corporation Opening network-enabled electronic documents
JP5007510B2 (en) * 2006-02-13 2012-08-22 コニカミノルタビジネステクノロジーズ株式会社 Document processing apparatus and document processing system
US20070300154A1 (en) * 2006-06-23 2007-12-27 Bartlett Frederick H OLE simulator for chemical drawing programs
US20080011819A1 (en) * 2006-07-11 2008-01-17 Microsoft Corporation Microsoft Patent Group Verification of hit testing
US8185830B2 (en) 2006-08-07 2012-05-22 Google Inc. Configuring a content document for users and user groups
US8407250B2 (en) 2006-08-07 2013-03-26 Google Inc. Distribution of content document to varying users with security customization and scalability
US20090006996A1 (en) * 2006-08-07 2009-01-01 Shoumen Saha Updating Content Within A Container Document For User Groups
US8954861B1 (en) 2006-08-07 2015-02-10 Google Inc. Administrator configurable gadget directory for personalized start pages
US8694953B2 (en) * 2006-08-14 2014-04-08 Payman Khodabandehloo Tool and methodology for enterprise software applications
US9201854B1 (en) * 2006-10-25 2015-12-01 Hewlett-Packard Development Company, L.P. Methods and systems for creating, interacting with, and utilizing a superactive document
US20080126368A1 (en) * 2006-11-24 2008-05-29 Microsoft Corporation Document Glossaries For Linking To Resources
US20080195468A1 (en) * 2006-12-11 2008-08-14 Dale Malik Rule-Based Contiguous Selection and Insertion of Advertising
US20080195938A1 (en) * 2006-12-14 2008-08-14 Steven Tischer Media Content Alteration
US20080195458A1 (en) * 2006-12-15 2008-08-14 Thomas Anschutz Dynamic Selection and Incorporation of Advertisements
US9390059B1 (en) * 2006-12-28 2016-07-12 Apple Inc. Multiple object types on a canvas
US10318624B1 (en) 2006-12-28 2019-06-11 Apple Inc. Infinite canvas
DE502007004382D1 (en) * 2007-01-09 2010-08-26 Siemens Ag Procedure for troubleshooting in an automation device
US20080172597A1 (en) * 2007-01-16 2008-07-17 Siemens Medical Solutions Usa, Inc. Data Field Referencing Text Processing System
US8595635B2 (en) * 2007-01-25 2013-11-26 Salesforce.Com, Inc. System, method and apparatus for selecting content from web sources and posting content to web logs
US8539473B2 (en) * 2007-01-30 2013-09-17 Microsoft Corporation Techniques for providing information regarding software components for a user-defined context
US20080244442A1 (en) * 2007-03-30 2008-10-02 Microsoft Corporation Techniques to share information between application programs
US9052797B2 (en) * 2007-09-26 2015-06-09 Autodesk, Inc. Navigation system for a 3D virtual scene
US20090172576A1 (en) * 2007-12-28 2009-07-02 Nixon Cheaz Method and System for Enabling and Disabling Features of a Computer Application Using a Preview Mode Within a Graphical User Interface
US7912867B2 (en) * 2008-02-25 2011-03-22 United Parcel Services Of America, Inc. Systems and methods of profiling data for integration
US9588781B2 (en) * 2008-03-31 2017-03-07 Microsoft Technology Licensing, Llc Associating command surfaces with multiple active components
US8826174B2 (en) * 2008-06-27 2014-09-02 Microsoft Corporation Using visual landmarks to organize diagrams
US10372798B2 (en) * 2008-07-11 2019-08-06 Thomson Reuters Global Resources Unlimited Company System and methods for web-based control of desktop applications
US8706622B2 (en) * 2008-08-05 2014-04-22 Visa U.S.A. Inc. Account holder demand account update
US9081471B2 (en) * 2008-09-19 2015-07-14 Oracle International Corporation Providing modal window views for widgets on web pages
US9189124B2 (en) 2009-04-15 2015-11-17 Wyse Technology L.L.C. Custom pointer features for touch-screen on remote client devices
US9185171B2 (en) 2009-04-15 2015-11-10 Wyse Technology L.L.C. Method and system of specifying application user interface of a remote client device
US9448815B2 (en) 2009-04-15 2016-09-20 Wyse Technology L.L.C. Server-side computing from a remote client device
US20100325565A1 (en) * 2009-06-17 2010-12-23 EchoStar Technologies, L.L.C. Apparatus and methods for generating graphical interfaces
US10002035B2 (en) * 2009-08-21 2018-06-19 International Business Machines Corporation Visual selection and rendering of multiple clip board formats
US8743408B2 (en) * 2009-09-11 2014-06-03 Global Graphics Software Limited Selecting a binder file displayed on a GUI for storage of documents
US8990725B2 (en) 2009-09-11 2015-03-24 Global Graphics Software Limited System and method for processes enabled by metadata associated with documents within a binder file
US20110066932A1 (en) * 2009-09-11 2011-03-17 Global Graphics Software Limited System and method for providing a representation of hierarchical structures of documents
US9021507B2 (en) 2009-12-29 2015-04-28 International Business Machines Corporation Dynamic use of data across multiple programs
US20110296376A1 (en) * 2010-05-26 2011-12-01 Sybase, Inc. Dynamically Injecting Behaviors Into Flex View Components
US9747270B2 (en) 2011-01-07 2017-08-29 Microsoft Technology Licensing, Llc Natural input for spreadsheet actions
JP5445483B2 (en) * 2011-02-07 2014-03-19 ブラザー工業株式会社 Image processing program
US8756494B2 (en) * 2011-02-15 2014-06-17 Adobe Systems Incorporated Methods and systems for designing documents with inline scrollable elements
US9430583B1 (en) 2011-06-10 2016-08-30 Salesforce.Com, Inc. Extracting a portion of a document, such as a web page
US10699063B2 (en) * 2011-08-19 2020-06-30 Apple Inc. Authoring content for digital books
US10630751B2 (en) 2016-12-30 2020-04-21 Google Llc Sequence dependent data message consolidation in a voice activated computer network environment
US8650188B1 (en) 2011-08-31 2014-02-11 Google Inc. Retargeting in a search environment
US10956485B2 (en) 2011-08-31 2021-03-23 Google Llc Retargeting in a search environment
US8756500B2 (en) * 2011-09-20 2014-06-17 Microsoft Corporation Dynamic content feed filtering
US9053083B2 (en) 2011-11-04 2015-06-09 Microsoft Technology Licensing, Llc Interaction between web gadgets and spreadsheets
US9171099B2 (en) 2012-01-26 2015-10-27 Microsoft Technology Licensing, Llc System and method for providing calculation web services for online documents
US9753926B2 (en) 2012-04-30 2017-09-05 Salesforce.Com, Inc. Extracting a portion of a document, such as a web page
US9075895B2 (en) 2012-06-14 2015-07-07 Ntrepid Corporation Case data visualization application
US9767110B2 (en) 2012-06-14 2017-09-19 Ntrepid Corporation Case data visualization application
US9031975B2 (en) 2012-11-06 2015-05-12 Rockwell Automation Technologies, Inc. Content management
US9563861B2 (en) 2012-11-06 2017-02-07 Rockwell Automation Technologies, Inc. Integration of workflow and library modules
US9135000B2 (en) 2012-11-06 2015-09-15 Rockwell Automation Technologies, Inc. Runtime process diagnostics
US8887134B2 (en) 2012-11-06 2014-11-11 Rockwell Automation Technologies, Inc. Customized object design for industrial automation application
US8898634B2 (en) 2012-11-06 2014-11-25 Rockwell Automation Technologies, Inc. Customized object design for industrial automation application
US9355193B2 (en) * 2012-11-06 2016-05-31 Rockwell Automation Technologies, Inc. Object design data model
EP2959371A4 (en) * 2013-02-25 2016-09-07 Summit Tech Multimedia Communications Inc Underlying message method and system
US10664652B2 (en) 2013-06-15 2020-05-26 Microsoft Technology Licensing, Llc Seamless grid and canvas integration in a spreadsheet application
US10614153B2 (en) 2013-09-30 2020-04-07 Google Llc Resource size-based content item selection
US9703757B2 (en) 2013-09-30 2017-07-11 Google Inc. Automatically determining a size for a content item for a web page
US10431209B2 (en) 2016-12-30 2019-10-01 Google Llc Feedback controller for data transmissions
US10078411B2 (en) 2014-04-02 2018-09-18 Microsoft Technology Licensing, Llc Organization mode support mechanisms
US10073720B2 (en) * 2015-07-30 2018-09-11 Airwatch, Llc Restricted application visibility
CN107506115A (en) 2016-06-14 2017-12-22 阿里巴巴集团控股有限公司 A kind of display processing method of menu, apparatus and system
US11449469B2 (en) * 2017-10-09 2022-09-20 Box, Inc. Embedded content object collaboration
JP7113341B2 (en) * 2017-11-30 2022-08-05 パナソニックIpマネジメント株式会社 IMAGE OUTPUT DEVICE, CONTROL METHOD OF IMAGE OUTPUT DEVICE, AND TELEVISION
US11716558B2 (en) 2018-04-16 2023-08-01 Charter Communications Operating, Llc Apparatus and methods for integrated high-capacity data and wireless network services
EP3864917A4 (en) 2018-10-12 2022-07-06 Charter Communications Operating, LLC Apparatus and methods for cell identification in wireless networks
US11129171B2 (en) 2019-02-27 2021-09-21 Charter Communications Operating, Llc Methods and apparatus for wireless signal maximization and management in a quasi-licensed wireless system
US11026205B2 (en) 2019-10-23 2021-06-01 Charter Communications Operating, Llc Methods and apparatus for device registration in a quasi-licensed wireless system
US11704138B2 (en) * 2020-05-11 2023-07-18 Delta Media Group, Inc. Method and system for calling/executing an action from an outside application within an existing open application
US11605187B1 (en) * 2020-08-18 2023-03-14 Corel Corporation Drawing function identification in graphics applications

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0215203A2 (en) * 1985-09-23 1987-03-25 International Business Machines Corporation In-line dynamic editor for mixed object documents
EP0304071A2 (en) * 1987-08-21 1989-02-22 Wang Laboratories Inc. Data integration by object management

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6055472A (en) * 1983-09-06 1985-03-30 Canon Inc Document editing device
JPS6246365A (en) * 1985-08-24 1987-02-28 Hitachi Ltd Document processor
US5079695A (en) * 1988-04-25 1992-01-07 Hewlett-Packard Company Object management facility which includes a snapshot facility for providing data transfer between two objects

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0215203A2 (en) * 1985-09-23 1987-03-25 International Business Machines Corporation In-line dynamic editor for mixed object documents
EP0304071A2 (en) * 1987-08-21 1989-02-22 Wang Laboratories Inc. Data integration by object management

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BYTE, vol.17, no.14, December 1992, LONDON, GB pages 153 - 160 PETER WAYNER: 'Brave New Desktop' *
IBM TECHNICAL DISCLOSURE BULLETIN, vol.27, no.10B, March 1985, NEW YORK, US page 5998 'Object-Specific Command Bar' *
'Microsoft Windows Version 3.1 User's Guide' , MICROSOFT CORPORATION , US see page 487, paragraph 1 - page 489, last paragraph *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1083511A2 (en) * 1995-01-17 2001-03-14 Glaxo Wellcome Inc. Flexible computer based pharmaceutical care cognitive services management system and method
EP1083511A3 (en) * 1995-01-17 2009-11-04 SmithKline Beecham Corporation Flexible computer based pharmaceutical care cognitive services management system and method
WO1996036001A1 (en) * 1995-05-08 1996-11-14 Apple Computer, Inc. Method and system for embedding parts of documents and synchronizing multiple views thereof
US5802531A (en) * 1995-05-08 1998-09-01 Apple Computer, Inc. Method and system for embedding parts of documents and synchronizing multiple views thereof
GB2302423B (en) * 1995-06-20 2000-04-26 Fujitsu Ltd Application program grouping method and apparatus
US6108714A (en) * 1995-06-20 2000-08-22 Fujitsu Limited Application program grouping method and apparatus
WO1997007454A1 (en) * 1995-08-17 1997-02-27 Dreamware Design & Development Limited Processing apparatus and method and computer software therefor
EP1325427A2 (en) * 2000-06-21 2003-07-09 Microsoft Corporation System and method for integrating spreadsheets and word processing tables

Also Published As

Publication number Publication date
EP0820008A2 (en) 1998-01-21
US5581686A (en) 1996-12-03
EP0672277A1 (en) 1995-09-20
US5613058A (en) 1997-03-18
US5634019A (en) 1997-05-27
US5801701A (en) 1998-09-01
DE69318571T2 (en) 1998-09-17
JP3181592B2 (en) 2001-07-03
EP0672277B1 (en) 1998-05-13
WO1994014115A3 (en) 1994-09-29
US5754175A (en) 1998-05-19
EP0820008A3 (en) 2006-05-24
JPH08500200A (en) 1996-01-09
DE69318571D1 (en) 1998-06-18

Similar Documents

Publication Publication Date Title
EP0672277B1 (en) A method and system for in-place interaction with embedded objects
US5706458A (en) Method and system for merging menus of application programs
US6014138A (en) Development system with methods for improved visual programming with hierarchical object explorer
US5651108A (en) Development system with methods for visual inheritance and improved object reusability
US5692157A (en) Method and system for transferring data between objects using registered data formats
US6100885A (en) Supporting modification of properties via a computer system&#39;s user interface
US6144377A (en) Providing access to user interface elements of legacy application programs
US5623591A (en) System and methods for building spreadsheet applications
US7519969B2 (en) System and method for controlling user interface properties with data
US5675520A (en) Method for extending a common user interface
US5862395A (en) Customizable user interfaces for programmed computer systems
US7577938B2 (en) Data association
US9582288B1 (en) Method for integrating software components into a spreadsheet application
US7467350B2 (en) Method in an electronic spreadsheet for copying and pasting displayed elements of a range of cells
US20050188350A1 (en) Data binding
EP0622729A2 (en) A user interface builder for a user interface server
US5729745A (en) Methods and apparatus for creating a base class for manipulating external data connections in a computer generated document
US20030188257A1 (en) System and method in an electronic spreadsheet for displaying and/or hiding range of cells
US20060090139A1 (en) Collection view objects for displaying data collection items in user interface elements
US20030081007A1 (en) Object oriented explorer type environment
US6360280B1 (en) Method and system for accessing shell folder capabilities by an application program
WO2004107200A1 (en) System and method for controlling user interface properties with data
Ehmke PROMETHEUS: a system for programming graphical user interfaces
Loffredo An X11 Graphics Extension for the ROSE Database System

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): CA JP

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
AK Designated states

Kind code of ref document: A3

Designated state(s): CA JP

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE

WWE Wipo information: entry into national phase

Ref document number: 1994902407

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1994902407

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: CA

WWG Wipo information: grant in national office

Ref document number: 1994902407

Country of ref document: EP