US20030085918A1 - Standardized and application-independent graphical user interface components implemented with web technology - Google Patents

Standardized and application-independent graphical user interface components implemented with web technology Download PDF

Info

Publication number
US20030085918A1
US20030085918A1 US10/319,951 US31995102A US2003085918A1 US 20030085918 A1 US20030085918 A1 US 20030085918A1 US 31995102 A US31995102 A US 31995102A US 2003085918 A1 US2003085918 A1 US 2003085918A1
Authority
US
United States
Prior art keywords
gui
host application
browser
region
web page
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US10/319,951
Inventor
Christian Beaumont
Gregory Lindhorst
Stephen Millet
James Springfield
Victor Stone
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
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
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US10/319,951 priority Critical patent/US20030085918A1/en
Publication of US20030085918A1 publication Critical patent/US20030085918A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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
    • 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
    • Y10S715/00Data processing: presentation processing of document, operator interface processing, and screen saver display processing
    • Y10S715/961Operator interface with visual structure or function dictated by intended use
    • Y10S715/965Operator interface with visual structure or function dictated by intended use for process control and configuration
    • Y10S715/966Computer process, e.g. operation of computer
    • Y10S715/968Computer process, e.g. operation of computer interface for database querying and retrieval

Definitions

  • This invention relates to software for creating user interface components on a graphical user interface (GUI) display such as a computer screen, and more particularly, to graphical user interface (GUI) regions that are created by a host application using browsers and web pages such that the appearance and functionality of the GUI regions are substantially independent of the host application and such that the GUI regions may be created using a standardized programming language.
  • GUI graphical user interface
  • GUI graphical user interface
  • FIG. 1 A user of a computer, whether the computer is a PC or a workstation, has by now interacted with graphical interface components on the computer screen.
  • a graphical user interface (GUI) display 17 such as a computer screen commonly displays a toolbar 16 within a word processor application.
  • the toolbar 16 of the example is comprised of GUI regions such as buttons.
  • a GUI region is any area on the computer screen that, when interacted with by the user, provides a functionality of the application.
  • the toolbar 16 has GUI regions that, when interacted with, activate macros or other common functions associated with the word processor application.
  • Each GUI region has an identifying appearance on the toolbar and provides a corresponding functionality when that GUI region is interacted with.
  • a GUI region represented by a picture of scissors provides the functionality of “cut text selection” when clicked on.
  • the user may interact with the GUI region, for example, by clicking on the GUI region with a mouse or staring at that GUI region for a predetermined time period or by any other means that are known to one of ordinary skill in the art.
  • the toolbar 16 of FIG. 1 is comprised of three GUI regions including a first GUI region 18 for “opening a text file”, a second GUI region 20 for “cutting text”, and a third GUI region 22 for “copying text.”
  • the prior art GUI regions including the appearance and functionality of the GUI regions, are created by a host application code which is implemented in a programming language such as C++ or by a graphics language program such as VISUAL BASIC®.
  • a host application 12 which may be a word processor application, includes a GUI component module 14 which creates the toolbar 16 of the prior art on the GUI display 17 .
  • the code of the host application defines the appearance and functionality of the GUI regions 18 , 20 , and 22 .
  • the host application code is rewritten with the same programming language used for the original host application code, and this host application code is recompiled into an executable code before running the host application.
  • Such changes to the GUI regions may be desirable for upgrading the appearance and functionality of the regions.
  • most users of the host application may not easily comprehend such programming languages such as C++ or VISUAL BASIC® in order to be able to modify the GUI regions.
  • the host application code for all users desiring upgrades would need to be changed and recompiled, or alternatively, such users may be forced to repurchase an upgraded host application.
  • GUI components such as the toolbar 16 is comprised of at least one GUI region such as the buttons of the toolbar 16 .
  • Some host applications include a set of available GUI components or GUI regions, and the user can select which GUI components or GUI regions will appear on the GUI display. However, the appearance and functionality of each of the available GUI components and GUI regions are still determined by the host application code.
  • GUI regions of GUI components are created and changed without rewriting the host application code.
  • the present invention is described with respect to example GUI regions comprising a toolbar GUI component within a word processing host application. However, one of ordinary skill in the art should appreciate that the present invention may be practiced for any other type of GUI regions within any other type of host application from the description herein.
  • GUI regions are generated using web technology such that the appearance and functionality of the GUI regions may be easily created and upgraded. More specifically, the present invention uses a corresponding browser and an associated web page for implementing each GUI region. In this manner, the appearance and functionality of a GUI region is created within a web page using a high-level user-friendly standardized language such as Hypertext markup language (HTML). In addition, because the web page defining the appearance and functionality of the GUI region is located within a predetermined server, that web page can be created or changed on that predetermined server in order to create or upgrade the appearance or functionality of the GUI region for all users.
  • HTML Hypertext markup language
  • the size and location of each of at least one GUI region on a GUI display is defined within a host application.
  • the host application instantiates a corresponding browser that points to an associated web page defining the functionality and/or the appearance for each GUI region.
  • the host application exposes a corresponding host application object to the corresponding browser for the functionality of each GUI region.
  • the corresponding browser for a GUI region determines a respective appropriate time for the functionality of that GUI region with an event handler. The functionality for that GUI region is executed at that respective appropriate time.
  • the present invention can be used to particular advantage for implementing toolbars within a host application.
  • each GUI region that is thus implemented with web technology, is part of the toolbar provided by the host application.
  • the present invention can be used to permit a user to define GUI parameters such as the location and size of each GUI region placed by the host application on the GUI display. The user may further specify the web page corresponding to each GUI region in building a GUI display.
  • a web page may include an image tag for defining the appearance of the corresponding GUI region.
  • Each web page may also include a hyperlink to at least one other web page and may include a Java applet and/or active controls that perform the functionality of the corresponding GUI region.
  • Each web page may be written in HTML with each browser being HTML compatible.
  • the web page for each GUI region may be located on a predetermined server accessible via the Internet. In this manner, functions associated with each GUI region can be created, modified, and stored on different computer systems.
  • FIG. 1 shows a toolbar having GUI regions created according to the prior art
  • FIG. 2 shows the components for generating a toolbar, according to the present invention
  • FIG. 3 shows communications between the host application and browsers for creating GUI regions, according to the present invention
  • FIG. 4 shows example relative locations of the host terminal running the application having the toolbar and a web page server
  • FIG. 5 shows a flowchart of the steps of operation of the components of FIGS. 2 and 3, according to the present invention.
  • FIG. 6 shows the components for generating GUI components via another type of host application.
  • a host application 102 may be any application running on a host terminal having a graphical user interface (GUI) display 104 .
  • GUI graphical user interface
  • the host application may be a word processor application.
  • the host application 102 may be written in C++, VISUAL BASIC®, or any other conventional programming language.
  • the host application code must be compiled and linked into an executable form which can be distributed on computer readable media such as disk or CD-ROM.
  • the host application 102 creates GUI components on the GUI display 104 .
  • GUI components have identifying appearances on the GUI display 104 and provide different functions to the application.
  • the present invention will be described for the example of a toolbar GUI component within a word processor application.
  • the toolbar GUI component consists of GUI regions 112 , 114 , 116 , 118 , and 120 on the GUI display 104 .
  • a toolbar 106 comprises a predetermined number of GUI regions with each GUI region having a corresponding functionality and an identifying appearance on the GUI display 104 .
  • the toolbar includes a first GUI region 112 for “selecting a text font”, a second GUI region 114 for “saving a word processing file”, a third GUI region 116 for “cutting text”, a fourth GUI region 118 for “spell-checking”, and a fifth GUI region 120 for “copying text”.
  • a GUI region may also be provided for a help function (not shown).
  • GUI regions of FIG. 2 have the appearance with only the text “FONT”, “SAVE”, “CUT”, “SPELL CHECK”, and “COPY”, the identifying appearance for each GUI region can also include other forms for identification of the GUI region's corresponding functionality. For example, a picture of scissors can be shown within the third GUI region 116 for “cutting text”, or a picture of a diskette can be shown within the second GUI region 114 for “saving a word processing file”.
  • each GUI region on the toolbar 106 of FIG. 2 is substantially independent of the host application 102 .
  • the host application 102 includes an improved GUI component module 122 and a browser duplicator 124 .
  • the improved GUI component module 122 defines a toolbar having a predetermined number of GUI regions, including a respective size and a respective location of each GUI region on the GUI display 104 .
  • This improved GUI component module 122 also instructs the browser duplicator 124 to instantiate a corresponding browser for each GUI region of the toolbar by calling a browser object model via an API (Application Programming Interface) within an operating system 142 as is known to one of ordinary skill in the art of computer systems.
  • Each browser may be any of the various commercially available browsers such as Microsoft's Internet Explorer or Netscape's Navigator.
  • the improved GUI component module 122 defines the toolbar 106 having the five GUI regions 112 , 114 , 116 , 118 , and 120 to be located toward the top of the display 104 and to have a respective size on the display 104 .
  • an executable code for each corresponding browser is created by the host application 102 for each GUI region.
  • a first browser 132 is instantiated for the first GUI region 112
  • a second browser 134 is instantiated for the second GUI region 114
  • a third browser 136 is instantiated for the third GUI region 116
  • a fourth browser 138 is instantiated for the fourth GUI region 118
  • a fifth browser 140 is instantiated for the fifth GUI region 120 .
  • Each of these browsers upon instantiation has a corresponding code which executes on the operating system 142 on a host terminal running the host application 102 .
  • Each browser retrieves and executes the code within an associated web page.
  • the code within a web page is written in a standardized language for the Internet.
  • the code within a web page may be written in HTML, and the browsers may be HTML compatible.
  • a first web page 152 corresponds to the first browser 132
  • a second web page 154 corresponds to the second browser 134
  • a third web page 156 corresponds to the third browser 136
  • a fourth web page 158 corresponds to the fourth browser 138
  • a fifth web page 160 corresponds to the fifth browser 140 .
  • each GUI region of the toolbar is associated with a browser which retrieves and executes a web page for that GUI region.
  • the contents of the web page define a corresponding functionality and/or an identifying appearance of a GUI region on the GUI display 104 when the corresponding browser executes the associated web page.
  • a web page of a GUI region may include image tags that define the identifying appearance of that GUI region.
  • the associated web page may include Java applets that when executed carry out the functionality of that GUI region when that GUI region is interacted with.
  • the associated web page may include active ACTIVEX® controls, as is known to one of ordinary skill in the art of web page design, for performing the corresponding functionality of a GUI region.
  • Each of the corresponding browsers includes one or more event handlers, as is known to one of ordinary skill in the art of web browser design, for determining a respective appropriate time for performing the corresponding functionality for that GUI region.
  • the first browser 132 includes an event handler that provides the functionality of changing text font when a user clicks on a selected font in the pull-down font menu provided in the first GUI region 112 .
  • event handlers such as automated timers, as is known to one of ordinary skill in the art of computer systems design, may be used within the browsers 132 , 134 , 136 , 138 , and 140 . Such event handlers determine a respective appropriate time for performing the corresponding functionality of a GUI region.
  • the associated web page for a GUI region may also define the corresponding functionality for that GUI region.
  • the associated web page defines one or both of the corresponding function and the identifying appearance of a GUI region.
  • the corresponding browser may also bind to a host application object model (or to an object model within any other application program) for further carrying out the functionality of a GUI region.
  • a host application function interface 204 within the host application 102 exposes from the host application a corresponding host application object model to each of the browsers 132 , 134 , 136 , 138 , and 140 using COM (Component Object Model) technology as is known to one of ordinary skill in the art of software design.
  • COM Component Object Model
  • Such communications between the browsers and the host application provides host application functionality to GUI regions. For example, if a GUI region were a “PRINT” region button, the corresponding browser for that GUI region communicates with the host application function interface 204 to bind to a “PRINT” object model within the host application 102 for carrying out the print function.
  • An example script within the corresponding browser for binding to the “PRINT” object model of the host application is as follows:
  • This code within a browser includes an event handler “print_on_click” which determines that a file should be printed at an appropriate time such as when the user clicks on the “PRINT” GUI region button.
  • the host application object model “host.print( )” is called via the host application function interface 204 as illustrated in FIG. 3.
  • FIG. 3 shows an example of communications between the corresponding browsers 132 , 134 , 136 , 138 , and 140 and the host application 102 .
  • the corresponding browser for a GUI region may not communicate with the host application. In that case, the functionality of that GUI region may be determined solely by the associated web page for that GUI region.
  • the web page corresponding to any GUI region may be located within the host terminal running the executable code of the host application.
  • the web page may be located within a web page server that is remotely located from the host terminal.
  • the browser corresponding to that web page can retrieve that web page via the Internet.
  • a host terminal 302 running the executable code of the host application and the browser for each GUI region of the tool bar is located remotely from a web page server 304 on which the web page is located.
  • the web page that corresponds to one of the GUI regions of the toolbar may be retrieved from any client server network via the Internet 306 .
  • the host application having the toolbar begins execution at step 402 .
  • the host application 102 defines a toolbar by specifying the location and size of a predetermined number of GUI regions (at least one GUI region) on a GUI display at step 404 .
  • the host application also instantiates a corresponding browser that points to an associated web page for each GUI region of the toolbar at step 406 .
  • Each web page when executed by the corresponding browser determines one or both of a corresponding function and an identifying appearance on the GUI display for a GUI region of the toolbar.
  • a corresponding function For example, one web page may display a picture of scissors while another web page may display a hyperlink labeled “HELP.”
  • Each browser includes event handlers for determining an appropriate time for performing the functionality of each GUI region, and the functionality is performed at the respective appropriate time for each GUI region at step 408 .
  • the functionality of a GUI region may be defined by the associated web page for that GUI region and/or by a host application object model as described herein.
  • the functionality of the GUI regions is provided by the presence of the GUI region on the GUI display until the user exits the host application at step 410 .
  • the browsers that were instantiated by the host application are torn down by the host application during termination of the host application at step 412 .
  • any executable code associated with the browsers is deleted.
  • each GUI region of the toolbar has a particular appearance, content, and functionality which is determined by an associated web page.
  • This web page which is created using a standardized language for the Internet is independent of the host application having the toolbar. In contrast to typical programming languages such as C++ used for coding the host application, the web page is written in a user-friendly high-level standardized language such as HTML which is more widely known.
  • HTML high-level standardized language
  • the code of the host application need not be recompiled for any upgrades to the toolbar of the present invention.
  • the GUI regions may be dynamic with an administrator updating the associated web page of the corresponding GUI region periodically.
  • the use of web technology for implementing the toolbar GUI regions allows for more flexibility in the creation of toolbars and other GUI components.
  • the functionality for any GUI region of the toolbar is not limited to the functionality available on the host terminal.
  • the associated web page that defines a corresponding GUI region may be located anywhere on the world wide web.
  • the associated web page for a GUI region can further include hyperlinks to any other web page on the world wide web.
  • the “spell check” GUI region may correspond to an associated web page located on a remote web page server that may provide one of the most comprehensive and sophisticated spell checkers available on the world wide web.
  • GUI regions on the toolbar of the present invention may vary.
  • a web page of a GUI region on the toolbar may hyperlink to any number of other web pages via a hyperlinked chain of web pages.
  • an associated web page for a GUI region may define a plurality of subregions within that GUI region.
  • the toolbar 106 may be created using one browser executing an associated web page that creates the GUI regions 112 , 114 , 116 , 118 , and 120 as subregions within the toolbar GUI region 106 .
  • the toolbar within a host application may be created using any number of browsers and any number of web pages.
  • the GUI display may be any graphical user interface as is known to one of ordinary skill in the art, aside from just the example of a computer screen.
  • the present invention is not limited to implementation of only toolbars within a word processor application.
  • the present invention may be generalized to the use of web technology for implementing any GUI components comprised of GUI regions on a GUI display.
  • the present invention may be used for another type of application 502 that hosts any GUI components on a GUI display 504 when the GUI components are used with the application 502 .
  • Each GUI region of a GUI component has a respective size and location on the GUI display.
  • a first GUI component 506 provides a “calculator” function.
  • a second GUI component 508 provides a “password entry” function
  • a third GUI component 510 provides a “mailbox access” function.
  • Each GUI component provides a corresponding functionality and has an identifying appearance on the GUI display.
  • an improved GUI component module 512 defines the size and location of each GUI component on the GUI display 504 .
  • a user can input GUI component parameters via a user input 514 to determine the respective size and location of each GUI component on the GUI display.
  • the user can control the placement of the GUI components on the GUI display.
  • the improved GUI component module 512 instructs a browser duplicator 516 to instantiate a corresponding browser for each GUI component.
  • a first browser 522 is instantiated for the first GUI component 506
  • a second browser 524 is instantiated for the second GUI component 508
  • a third browser 526 is instantiated for the third GUI component 510 .
  • These browsers execute on the operating system 528 of the host application 502 .
  • Each browser retrieves and executes an associated web page corresponding to each GUI component.
  • the first browser 522 executes a first web page 532
  • the second browser 524 executes a second web page 534
  • the third browser 526 executes a third web page 536 .
  • Each web page upon execution by the corresponding browser defines the functionality and appearance of a GUI component on the GUI display.
  • the corresponding browser for each of the GUI components determines an appropriate time for performing the corresponding functionality of each GUI component.
  • the present invention can be used to particular advantage when the user can select the associated web page for each GUI component in building the components of the graphical user interface.
  • the corresponding browser for any GUI component may bind to a host object of a host application to provide host application functionality via that GUI component.

Abstract

The present invention generates graphical user interface (GUI) components with GUI regions on a GUI display using web technology such that the GUI components are substantially independent of the host application. The host application defines a respective size and a respective location for each GUI region on the GUI display. The host application also instantiates a corresponding web browser for each GUI region. Each corresponding browser retrieves and executes an associated web page that defines the appearance and/or the functionality of a GUI region. The web page is written in a standard high-level language such as hypertext markup language such that the appearance and functionality of the GUI regions may be easy to create and modify. Because the web page defining a GUI region can be located anywhere on the world wide web, the functionality of the GUI regions is extensible beyond the capabilities of the host terminal running the host application. In addition, the corresponding browser determines an appropriate time for performing the corresponding functionality of each GUI region. The corresponding browser may also bind to an object model within the host application to provide the host application functions via a GUI region.

Description

  • This application claims priority to U.S. application Ser. No. 09/084,436, filed on May 27, 1998 and issued on Dec. 17, 2002 as U.S. Pat. No. 6,496,203.[0001]
  • TECHNICAL FIELD
  • This invention relates to software for creating user interface components on a graphical user interface (GUI) display such as a computer screen, and more particularly, to graphical user interface (GUI) regions that are created by a host application using browsers and web pages such that the appearance and functionality of the GUI regions are substantially independent of the host application and such that the GUI regions may be created using a standardized programming language. [0002]
  • BACKGROUND OF THE INVENTION
  • A user of a computer, whether the computer is a PC or a workstation, has by now interacted with graphical interface components on the computer screen. For example, referring to FIG. 1, a graphical user interface (GUI) display [0003] 17 such as a computer screen commonly displays a toolbar 16 within a word processor application. The toolbar 16 of the example is comprised of GUI regions such as buttons. A GUI region is any area on the computer screen that, when interacted with by the user, provides a functionality of the application.
  • In the word processor application for example, the [0004] toolbar 16 has GUI regions that, when interacted with, activate macros or other common functions associated with the word processor application. Each GUI region has an identifying appearance on the toolbar and provides a corresponding functionality when that GUI region is interacted with. For example, a GUI region represented by a picture of scissors provides the functionality of “cut text selection” when clicked on. The user may interact with the GUI region, for example, by clicking on the GUI region with a mouse or staring at that GUI region for a predetermined time period or by any other means that are known to one of ordinary skill in the art.
  • The [0005] toolbar 16 of FIG. 1 is comprised of three GUI regions including a first GUI region 18 for “opening a text file”, a second GUI region 20 for “cutting text”, and a third GUI region 22 for “copying text.” The prior art GUI regions, including the appearance and functionality of the GUI regions, are created by a host application code which is implemented in a programming language such as C++ or by a graphics language program such as VISUAL BASIC®. Referring to FIG. 1 for example, a host application 12, which may be a word processor application, includes a GUI component module 14 which creates the toolbar 16 of the prior art on the GUI display 17. Significantly, for the prior art toolbar 16, the code of the host application defines the appearance and functionality of the GUI regions 18, 20, and 22.
  • Thus, in the prior art, several disadvantages exist. First, in order to create the appearance and functionality of the GUI regions, the creator needs to be familiar with programming languages that are not high-level user-friendly standardized languages. Furthermore, the host application code typically needs to be compiled before running the host application for creating the GUI regions. [0006]
  • In the prior art, in order to change the appearance and functionality of the GUI regions, the host application code is rewritten with the same programming language used for the original host application code, and this host application code is recompiled into an executable code before running the host application. Such changes to the GUI regions may be desirable for upgrading the appearance and functionality of the regions. However, most users of the host application may not easily comprehend such programming languages such as C++ or VISUAL BASIC® in order to be able to modify the GUI regions. In addition, the host application code for all users desiring upgrades would need to be changed and recompiled, or alternatively, such users may be forced to repurchase an upgraded host application. [0007]
  • GUI components such as the [0008] toolbar 16 is comprised of at least one GUI region such as the buttons of the toolbar 16. Some host applications include a set of available GUI components or GUI regions, and the user can select which GUI components or GUI regions will appear on the GUI display. However, the appearance and functionality of each of the available GUI components and GUI regions are still determined by the host application code.
  • Accordingly, a need exists for allowing the appearance and functionality of GUI regions of GUI components to be created and changed without rewriting the host application code. The present invention is described with respect to example GUI regions comprising a toolbar GUI component within a word processing host application. However, one of ordinary skill in the art should appreciate that the present invention may be practiced for any other type of GUI regions within any other type of host application from the description herein. [0009]
  • SUMMARY OF THE INVENTION
  • Accordingly to the present invention, GUI regions are generated using web technology such that the appearance and functionality of the GUI regions may be easily created and upgraded. More specifically, the present invention uses a corresponding browser and an associated web page for implementing each GUI region. In this manner, the appearance and functionality of a GUI region is created within a web page using a high-level user-friendly standardized language such as Hypertext markup language (HTML). In addition, because the web page defining the appearance and functionality of the GUI region is located within a predetermined server, that web page can be created or changed on that predetermined server in order to create or upgrade the appearance or functionality of the GUI region for all users. [0010]
  • With the present invention, the size and location of each of at least one GUI region on a GUI display is defined within a host application. In addition, the host application instantiates a corresponding browser that points to an associated web page defining the functionality and/or the appearance for each GUI region. Furthermore, the host application exposes a corresponding host application object to the corresponding browser for the functionality of each GUI region. The corresponding browser for a GUI region determines a respective appropriate time for the functionality of that GUI region with an event handler. The functionality for that GUI region is executed at that respective appropriate time. [0011]
  • The present invention can be used to particular advantage for implementing toolbars within a host application. In that case, each GUI region, that is thus implemented with web technology, is part of the toolbar provided by the host application. In addition, the present invention can be used to permit a user to define GUI parameters such as the location and size of each GUI region placed by the host application on the GUI display. The user may further specify the web page corresponding to each GUI region in building a GUI display. [0012]
  • In another aspect of the present invention, a web page may include an image tag for defining the appearance of the corresponding GUI region. Each web page may also include a hyperlink to at least one other web page and may include a Java applet and/or active controls that perform the functionality of the corresponding GUI region. Each web page may be written in HTML with each browser being HTML compatible. In a further aspect of the present invention, the web page for each GUI region may be located on a predetermined server accessible via the Internet. In this manner, functions associated with each GUI region can be created, modified, and stored on different computer systems. [0013]
  • These and other features and advantages of the present invention will be better understood by considering the following detailed description of the invention which is presented with the attached drawings.[0014]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 shows a toolbar having GUI regions created according to the prior art; [0015]
  • FIG. 2 shows the components for generating a toolbar, according to the present invention; [0016]
  • FIG. 3 shows communications between the host application and browsers for creating GUI regions, according to the present invention; [0017]
  • FIG. 4 shows example relative locations of the host terminal running the application having the toolbar and a web page server; [0018]
  • FIG. 5 shows a flowchart of the steps of operation of the components of FIGS. 2 and 3, according to the present invention; and [0019]
  • FIG. 6 shows the components for generating GUI components via another type of host application. [0020]
  • DETAILED DESCRIPTION OF THE INVENTION
  • Referring to FIG. 2, a [0021] host application 102 may be any application running on a host terminal having a graphical user interface (GUI) display 104. For example, the host application may be a word processor application. The host application 102 may be written in C++, VISUAL BASIC®, or any other conventional programming language. Typically, the host application code must be compiled and linked into an executable form which can be distributed on computer readable media such as disk or CD-ROM.
  • The [0022] host application 102 creates GUI components on the GUI display 104. Such GUI components have identifying appearances on the GUI display 104 and provide different functions to the application. Although it should be appreciated by any one of ordinary skill in the art that the present invention can be applied to any such GUI components, the present invention will be described for the example of a toolbar GUI component within a word processor application. In this example, the toolbar GUI component consists of GUI regions 112, 114, 116, 118, and 120 on the GUI display 104.
  • Referring to FIG. 2, a [0023] toolbar 106 comprises a predetermined number of GUI regions with each GUI region having a corresponding functionality and an identifying appearance on the GUI display 104. For the example of a word processor application, the toolbar includes a first GUI region 112 for “selecting a text font”, a second GUI region 114 for “saving a word processing file”, a third GUI region 116 for “cutting text”, a fourth GUI region 118 for “spell-checking”, and a fifth GUI region 120 for “copying text”. A GUI region may also be provided for a help function (not shown).
  • Although the GUI regions of FIG. 2 have the appearance with only the text “FONT”, “SAVE”, “CUT”, “SPELL CHECK”, and “COPY”, the identifying appearance for each GUI region can also include other forms for identification of the GUI region's corresponding functionality. For example, a picture of scissors can be shown within the [0024] third GUI region 116 for “cutting text”, or a picture of a diskette can be shown within the second GUI region 114 for “saving a word processing file”.
  • In contrast to the prior art toolbar, the implementation of each GUI region on the [0025] toolbar 106 of FIG. 2 according to the present invention is substantially independent of the host application 102. In the present invention, the host application 102 includes an improved GUI component module 122 and a browser duplicator 124. The improved GUI component module 122 defines a toolbar having a predetermined number of GUI regions, including a respective size and a respective location of each GUI region on the GUI display 104.
  • This improved [0026] GUI component module 122 also instructs the browser duplicator 124 to instantiate a corresponding browser for each GUI region of the toolbar by calling a browser object model via an API (Application Programming Interface) within an operating system 142 as is known to one of ordinary skill in the art of computer systems. Each browser may be any of the various commercially available browsers such as Microsoft's Internet Explorer or Netscape's Navigator.
  • In the example illustration of FIG. 2, the improved [0027] GUI component module 122 defines the toolbar 106 having the five GUI regions 112, 114, 116, 118, and 120 to be located toward the top of the display 104 and to have a respective size on the display 104. With the instantiation process, an executable code for each corresponding browser is created by the host application 102 for each GUI region. Thus, a first browser 132 is instantiated for the first GUI region 112, a second browser 134 is instantiated for the second GUI region 114, a third browser 136 is instantiated for the third GUI region 116, a fourth browser 138 is instantiated for the fourth GUI region 118, and a fifth browser 140 is instantiated for the fifth GUI region 120. Each of these browsers upon instantiation has a corresponding code which executes on the operating system 142 on a host terminal running the host application 102.
  • Each browser retrieves and executes the code within an associated web page. The code within a web page is written in a standardized language for the Internet. For example, the code within a web page may be written in HTML, and the browsers may be HTML compatible. In the example illustration of FIG. 2, a [0028] first web page 152 corresponds to the first browser 132, a second web page 154 corresponds to the second browser 134, a third web page 156 corresponds to the third browser 136, a fourth web page 158 corresponds to the fourth browser 138, and a fifth web page 160 corresponds to the fifth browser 140.
  • In this manner, each GUI region of the toolbar is associated with a browser which retrieves and executes a web page for that GUI region. The contents of the web page define a corresponding functionality and/or an identifying appearance of a GUI region on the GUI display [0029] 104 when the corresponding browser executes the associated web page. For example, a web page of a GUI region may include image tags that define the identifying appearance of that GUI region. In addition, the associated web page may include Java applets that when executed carry out the functionality of that GUI region when that GUI region is interacted with. Furthermore, the associated web page may include active ACTIVEX® controls, as is known to one of ordinary skill in the art of web page design, for performing the corresponding functionality of a GUI region.
  • Each of the corresponding browsers includes one or more event handlers, as is known to one of ordinary skill in the art of web browser design, for determining a respective appropriate time for performing the corresponding functionality for that GUI region. [0030]
  • For example, referring to FIG. 2, the [0031] first browser 132 includes an event handler that provides the functionality of changing text font when a user clicks on a selected font in the pull-down font menu provided in the first GUI region 112. Other example event handlers, such as automated timers, as is known to one of ordinary skill in the art of computer systems design, may be used within the browsers 132, 134, 136, 138, and 140. Such event handlers determine a respective appropriate time for performing the corresponding functionality of a GUI region.
  • The associated web page for a GUI region may also define the corresponding functionality for that GUI region. The associated web page defines one or both of the corresponding function and the identifying appearance of a GUI region. [0032]
  • In addition, the corresponding browser may also bind to a host application object model (or to an object model within any other application program) for further carrying out the functionality of a GUI region. Referring to FIG. 3, a host [0033] application function interface 204 within the host application 102 exposes from the host application a corresponding host application object model to each of the browsers 132, 134, 136, 138, and 140 using COM (Component Object Model) technology as is known to one of ordinary skill in the art of software design.
  • Such communications between the browsers and the host application provides host application functionality to GUI regions. For example, if a GUI region were a “PRINT” region button, the corresponding browser for that GUI region communicates with the host [0034] application function interface 204 to bind to a “PRINT” object model within the host application 102 for carrying out the print function. An example script within the corresponding browser for binding to the “PRINT” object model of the host application is as follows:
  • <script language=vbscript>[0035]
  • sub print_on_click [0036]
  • host.print( ) [0037]
  • end sub [0038]
  • <\script>[0039]
  • This code within a browser includes an event handler “print_on_click” which determines that a file should be printed at an appropriate time such as when the user clicks on the “PRINT” GUI region button. Upon such an event, the host application object model “host.print( )” is called via the host [0040] application function interface 204 as illustrated in FIG. 3.
  • FIG. 3 shows an example of communications between the corresponding [0041] browsers 132, 134, 136, 138, and 140 and the host application 102. Alternatively, the corresponding browser for a GUI region may not communicate with the host application. In that case, the functionality of that GUI region may be determined solely by the associated web page for that GUI region.
  • The web page corresponding to any GUI region may be located within the host terminal running the executable code of the host application. Alternatively, the web page may be located within a web page server that is remotely located from the host terminal. The browser corresponding to that web page can retrieve that web page via the Internet. Referring to FIG. 4, a [0042] host terminal 302 running the executable code of the host application and the browser for each GUI region of the tool bar is located remotely from a web page server 304 on which the web page is located. The web page that corresponds to one of the GUI regions of the toolbar may be retrieved from any client server network via the Internet 306.
  • Referring to FIG. 5, the steps of operation of the present invention for generating a toolbar within a host application is summarized with a flowchart. The host application having the toolbar begins execution at [0043] step 402. Referring to FIGS. 2 and 5, the host application 102 defines a toolbar by specifying the location and size of a predetermined number of GUI regions (at least one GUI region) on a GUI display at step 404. The host application also instantiates a corresponding browser that points to an associated web page for each GUI region of the toolbar at step 406.
  • Each web page when executed by the corresponding browser determines one or both of a corresponding function and an identifying appearance on the GUI display for a GUI region of the toolbar. Thus, for example, one web page may display a picture of scissors while another web page may display a hyperlink labeled “HELP.”[0044]
  • Each browser includes event handlers for determining an appropriate time for performing the functionality of each GUI region, and the functionality is performed at the respective appropriate time for each GUI region at [0045] step 408. The functionality of a GUI region may be defined by the associated web page for that GUI region and/or by a host application object model as described herein. The functionality of the GUI regions is provided by the presence of the GUI region on the GUI display until the user exits the host application at step 410. When the user exits the host application, the browsers that were instantiated by the host application are torn down by the host application during termination of the host application at step 412. During the tear down process, any executable code associated with the browsers is deleted.
  • In this manner, each GUI region of the toolbar has a particular appearance, content, and functionality which is determined by an associated web page. This web page which is created using a standardized language for the Internet is independent of the host application having the toolbar. In contrast to typical programming languages such as C++ used for coding the host application, the web page is written in a user-friendly high-level standardized language such as HTML which is more widely known. Thus, the appearance, content, and functionality of the toolbar GUI regions of the present invention may be created in an easier and more standardized manner. [0046]
  • In addition, because appearance, content, and functionality of a toolbar GUI region resides within a web page, such attributes of the toolbar GUI region may be easily modified for an upgrade. Only the web page of a corresponding upgraded GUI region is changed using the user-friendly high-level standardized language of the web page. [0047]
  • Furthermore, since the web page is modified, the code of the host application need not be recompiled for any upgrades to the toolbar of the present invention. With such an easy means for modifying the appearance, content, and functionality of the toolbar GUI regions, the GUI regions may be dynamic with an administrator updating the associated web page of the corresponding GUI region periodically. [0048]
  • Furthermore, the use of web technology for implementing the toolbar GUI regions allows for more flexibility in the creation of toolbars and other GUI components. With the browser being an instance of Internet Explorer or Netscape Navigator, for example, the functionality for any GUI region of the toolbar is not limited to the functionality available on the host terminal. The associated web page that defines a corresponding GUI region may be located anywhere on the world wide web. Moreover, the associated web page for a GUI region can further include hyperlinks to any other web page on the world wide web. For the example of the word processor application, the “spell check” GUI region may correspond to an associated web page located on a remote web page server that may provide one of the most comprehensive and sophisticated spell checkers available on the world wide web. [0049]
  • The foregoing is by way of example only. For example, the number of GUI regions on the toolbar of the present invention may vary. In addition, a web page of a GUI region on the toolbar may hyperlink to any number of other web pages via a hyperlinked chain of web pages. Moreover, an associated web page for a GUI region may define a plurality of subregions within that GUI region. Referring to FIG. 2 for example, the [0050] toolbar 106 may be created using one browser executing an associated web page that creates the GUI regions 112, 114, 116, 118, and 120 as subregions within the toolbar GUI region 106. Thus, generally, the toolbar within a host application may be created using any number of browsers and any number of web pages. In addition, the GUI display may be any graphical user interface as is known to one of ordinary skill in the art, aside from just the example of a computer screen.
  • More importantly, the present invention is not limited to implementation of only toolbars within a word processor application. The present invention may be generalized to the use of web technology for implementing any GUI components comprised of GUI regions on a GUI display. Referring to FIG. 6, the present invention may be used for another type of [0051] application 502 that hosts any GUI components on a GUI display 504 when the GUI components are used with the application 502. Each GUI region of a GUI component has a respective size and location on the GUI display. For the example illustration of FIG. 6, a first GUI component 506 provides a “calculator” function. A second GUI component 508 provides a “password entry” function, and a third GUI component 510 provides a “mailbox access” function. Each GUI component provides a corresponding functionality and has an identifying appearance on the GUI display.
  • The operation of the present invention as illustrated in FIG. 6 is similar to that for creating the GUI regions of the toolbar with each toolbar GUI region being similar to a GUI component. Thus, an improved [0052] GUI component module 512 defines the size and location of each GUI component on the GUI display 504. In an alternative embodiment of the present invention, a user can input GUI component parameters via a user input 514 to determine the respective size and location of each GUI component on the GUI display. Thus, the user can control the placement of the GUI components on the GUI display.
  • The improved [0053] GUI component module 512 instructs a browser duplicator 516 to instantiate a corresponding browser for each GUI component. Thus a first browser 522 is instantiated for the first GUI component 506, a second browser 524 is instantiated for the second GUI component 508, and a third browser 526 is instantiated for the third GUI component 510. These browsers execute on the operating system 528 of the host application 502. Each browser retrieves and executes an associated web page corresponding to each GUI component. Thus, the first browser 522 executes a first web page 532, the second browser 524 executes a second web page 534, and the third browser 526 executes a third web page 536.
  • Each web page upon execution by the corresponding browser defines the functionality and appearance of a GUI component on the GUI display. The corresponding browser for each of the GUI components determines an appropriate time for performing the corresponding functionality of each GUI component. The present invention can be used to particular advantage when the user can select the associated web page for each GUI component in building the components of the graphical user interface. Additionally, the corresponding browser for any GUI component may bind to a host object of a host application to provide host application functionality via that GUI component. [0054]
  • In this manner, the present invention for building GUI components as illustrated in FIG. 6 has similar operations and advantages as already mentioned for the implementation of the toolbar GUI regions. The invention is limited only as defined in the following claims and equivalents thereof. [0055]

Claims (24)

1. A host application for execution on a client computer, the client computer including a browser and an operating system, the browser and the operating system being separate from the host application, the host application including a host application interface and being stored on a computer-readable medium having computer-executable instructions for performing the steps comprising:
defining within the host application a respective size and a respective location for each of at least one GUI region on a GUI display;
instantiating from the host application a corresponding browser that points to an associated web page defining a corresponding identifying appearance for each GUI region; and
providing host application functionality corresponding to at least one of the at least one GUI region by calling from the corresponding browser a corresponding object exposed by the host application via the host application function interface.
2. The computer-readable medium of claim 1, having further computer-executable instructions for performing the step of:
determining a respective appropriate time for the corresponding functionality of each GUI region with a corresponding event handler within the corresponding browser for each GUI region; and
executing the corresponding functionality at the respective appropriate time for each GUI region.
3. The computer-readable medium of claim 2, wherein the corresponding event handler within the corresponding browser of said GUI region includes a means for detecting that said GUI region has been selected by a user.
4. The computer-readable medium of claim 1, wherein a GUI region includes a plurality of subregions, each subregion having at least one of an identifying appearance and a corresponding functionality defined by the associated web page of said GUI region.
5. The computer-readable medium of claim 1, wherein said at least one GUI region defines a toolbar provided by the host application.
6. The computer-readable medium of claim 1, having further computer-executable instructions for performing the step of:
accepting GUI parameters input by a user for determining the respective size and the respective location for each GUI region; and
accepting as input by the user a selection of the associated web page for each of the at least one GUI region.
7. In a computer system having a client computer running a host application and including a GUI display, a method for providing at least one GUI region on the GUI display, the method including the steps of:
defining within the host application a respective size and a respective location for each of at least one GUI region on a GUI display;
instantiating from the host application a corresponding browser that points to an associated web page defining at least one of a corresponding functionality and an identifying appearance for each GUI region;
exposing from the host application a corresponding host application object to the corresponding browser for the corresponding functionality of each of at least one GUI region;
determining a respective appropriate time for the corresponding functionality of each GUI region with a corresponding event handler within the corresponding browser for each GUI region; and
executing the corresponding functionality at the respective appropriate time for each GUI region.
8. The method of claim 7, wherein at least one GUI region defines a toolbar provided by the host application.
9. The method of claim 7, further including the step of:
accepting GUI parameters input by a user for determining the respective size and the respective location for each GUI region; and
accepting as input by the user a selection of the associated web page for each of the at least one GUI region.
10. The method of claim 7, wherein the associated web page includes an image tag for defining the identifying appearance of a GUI region.
11. The method of claim 7, wherein the associated web page includes a hyperlink to at least one other web page.
12. The method of claim 7, wherein the associated web page includes a Java applet that performs the corresponding functionality of a GUI region.
13. The method of claim 7, wherein the associated web page includes active ACTIVEX® controls that perform the corresponding functionality of a GUI region.
14. The method of claim 7, wherein the associated web page is written in hypertext markup language, and wherein the corresponding browser is hypertext markup language compatible.
15. The method of claim 7, wherein the associated web page is located on a server on the Internet different from the computer system.
16. An application program for execution on a client computer, the client computer including a browser and an operating system, the browser and the operating system being separate from the application program, the application program being stored on a computer-readable medium having computer-executable modules comprising:
a GUI component module for defining within the application program a respective size and a respective location for a plurality of GUI regions on a GUI display; and
a browser duplicator module for instantiating from the host application a plurality of browsers that point to a plurality of associated web pages each defining at least one of a corresponding functionality and a corresponding identifying appearance for each GUI region of the plurality of GUI regions.
17. The application program of claim 16, further comprising: an application function interface module for providing a plurality of application program functionalities each corresponding to one of the plurality of GUI regions by calling from the corresponding browser a corresponding object exposed by the application program via the host application function interface.
18. The application program of claim 16, wherein each duplicated browser comprises: an event handler module for determining a respective appropriate time for performance of the functionality of the corresponding GUI region.
19. The application program of claim 18, wherein the GUI component module comprises: a computer-executable module for accepting GUI parameters input by a user for determining the respective size and the respective location for at least one of the plurality of GUI regions.
20. A host application for execution on a client computer, the client computer including a browser and an operating system, the browser and the operating system being separate from the host application, the host application including a host application interface and being stored on a computer-readable medium having computer-executable instructions for performing the steps comprising:
defining within the host application a respective size and a respective location for at least one GUI region on a GUI display;
instantiating from the host application a browser that points to at least one web page defining at least one corresponding identifying appearance for the at least one GUI region; and
providing host application functionality corresponding to the at least one GUI region by calling from the browser at least one object exposed by the host application via the host application function interface.
21. The host application of claim 20 wherein the browser points to at least one web page specified by a user of the host application.
22. The host application of claim 20 wherein the step of defining within the host application the respective size and the respective location for the at least one GUI region on the GUI display further comprises defining within the host application a respective size and a respective location for a plurality of GUI regions on a GUI display.
23. The host application of claim 22 wherein the browser points to a plurality of web pages defining a plurality of corresponding identifying appearances for the plurality of GUI regions.
24. The host application of claim 23 wherein the step of providing host application functionality corresponding to the at least one GUI region by calling from the browser the at least one object exposed by the host application via the host application function interface further comprises providing host application functionality corresponding to the plurality of GUI regions by calling from the browser a plurality of objects exposed by the host application via the host application function interface.
US10/319,951 1998-05-27 2002-12-16 Standardized and application-independent graphical user interface components implemented with web technology Abandoned US20030085918A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/319,951 US20030085918A1 (en) 1998-05-27 2002-12-16 Standardized and application-independent graphical user interface components implemented with web technology

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/084,436 US6496203B1 (en) 1998-05-27 1998-05-27 Standardized and application-independent graphical user interface components implemented with web technology
US10/319,951 US20030085918A1 (en) 1998-05-27 2002-12-16 Standardized and application-independent graphical user interface components implemented with web technology

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/084,436 Continuation US6496203B1 (en) 1998-05-27 1998-05-27 Standardized and application-independent graphical user interface components implemented with web technology

Publications (1)

Publication Number Publication Date
US20030085918A1 true US20030085918A1 (en) 2003-05-08

Family

ID=22184971

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/084,436 Expired - Lifetime US6496203B1 (en) 1998-05-27 1998-05-27 Standardized and application-independent graphical user interface components implemented with web technology
US10/319,951 Abandoned US20030085918A1 (en) 1998-05-27 2002-12-16 Standardized and application-independent graphical user interface components implemented with web technology

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/084,436 Expired - Lifetime US6496203B1 (en) 1998-05-27 1998-05-27 Standardized and application-independent graphical user interface components implemented with web technology

Country Status (1)

Country Link
US (2) US6496203B1 (en)

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020038367A1 (en) * 2000-09-28 2002-03-28 Kabushiki Kaisha Toshiba Electronic service system using main site server and partner site server
WO2004019160A2 (en) * 2002-08-23 2004-03-04 Jway Group, Inc. Extensible user interface (xui) framework and development environment
US20040168150A1 (en) * 2003-02-21 2004-08-26 Sap Ag Method for using a business model user interface
US20040189592A1 (en) * 2003-03-28 2004-09-30 Ge Medical Systems Global Technology Company, Llc Method for associating multiple functionalitis with mouse buttons
US20050240880A1 (en) * 2004-04-23 2005-10-27 Microsoft Corporation System and method for displaying stack icons
US20060004739A1 (en) * 2004-05-03 2006-01-05 Microsoft Corporation System and method for dynamically generating a selectable search extension
US20060070007A1 (en) * 2003-03-27 2006-03-30 Microsoft Corporation Rich drag drop user interface
US20060242591A1 (en) * 2005-04-22 2006-10-26 Microsoft Corporation File dialog user interfaces and creation of same
US20080114710A1 (en) * 2006-11-09 2008-05-15 Pucher Max J Method For Training A System To Specifically React On A Specific Input
US20080120596A1 (en) * 2006-11-17 2008-05-22 Microsoft Corporation Cross domain presence of web user interface and logic
US20090313215A1 (en) * 2005-12-05 2009-12-17 Oneimage, Llc System for Integrated Utilization of Data to Identify, Characterize, and Support Successful Farm and Land Use Operations
US7694236B2 (en) 2004-04-23 2010-04-06 Microsoft Corporation Stack icons representing multiple objects
US7707197B2 (en) 2003-03-27 2010-04-27 Microsoft Corporation System and method for filtering and organizing items based on common elements
US7712034B2 (en) 2003-03-24 2010-05-04 Microsoft Corporation System and method for shell browser
US7769794B2 (en) 2003-03-24 2010-08-03 Microsoft Corporation User interface for a file system shell
US20100218106A1 (en) * 2009-02-24 2010-08-26 International Business Machines Corporation Automatically Selecting Internet Browser and Providing Web Page Service
WO2010099177A2 (en) * 2009-02-24 2010-09-02 Virginia Commonwealth University System and method for constructing an application using distributed functionalities
US20100229110A1 (en) * 2000-06-21 2010-09-09 Microsoft Corporation Task Sensitive Methods and Systems for Displaying Command Sets
US7823077B2 (en) 2003-03-24 2010-10-26 Microsoft Corporation System and method for user modification of metadata in a shell browser
US7853890B2 (en) 2003-04-17 2010-12-14 Microsoft Corporation Address bar user interface control
US20110016448A1 (en) * 2007-05-25 2011-01-20 Zoot Enterprises, Inc. System and method for rapid development of software applications
US7925682B2 (en) 2003-03-27 2011-04-12 Microsoft Corporation System and method utilizing virtual folders
US20110173560A1 (en) * 2003-03-28 2011-07-14 Microsoft Corporation Electronic Form User Interfaces
US8195646B2 (en) 2005-04-22 2012-06-05 Microsoft Corporation Systems, methods, and user interfaces for storing, searching, navigating, and retrieving electronic information
US8429522B2 (en) 2003-08-06 2013-04-23 Microsoft Corporation Correlation, association, or correspondence of electronic forms
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US8707209B2 (en) 2004-04-29 2014-04-22 Microsoft Corporation Save preview representation of files being created
US8892993B2 (en) 2003-08-01 2014-11-18 Microsoft Corporation Translation file
US8918729B2 (en) 2003-03-24 2014-12-23 Microsoft Corporation Designing electronic forms
US8972342B2 (en) 2004-04-29 2015-03-03 Microsoft Corporation Metadata editing control
US9210234B2 (en) 2005-12-05 2015-12-08 Microsoft Technology Licensing, Llc Enabling electronic documents for limited-capability computing devices
US10489044B2 (en) 2005-07-13 2019-11-26 Microsoft Technology Licensing, Llc Rich drag drop user interface
US11722439B2 (en) 2018-10-01 2023-08-08 Microsoft Technology Licensing, Llc Bot platform for mutimodal channel agnostic rendering of channel response

Families Citing this family (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6442755B1 (en) * 1998-07-07 2002-08-27 United Video Properties, Inc. Electronic program guide using markup language
EP1145157A4 (en) 1998-10-28 2007-10-17 Yahoo Inc A method of controlling an internet browser interface and a controllable browser interface
US6751606B1 (en) * 1998-12-23 2004-06-15 Microsoft Corporation System for enhancing a query interface
US6490602B1 (en) 1999-01-15 2002-12-03 Wish-List.Com, Inc. Method and apparatus for providing enhanced functionality to product webpages
US7512899B1 (en) * 1999-03-05 2009-03-31 Microsoft Corporation Method and apparatus for a unified user interface
WO2000057271A1 (en) * 1999-03-24 2000-09-28 Fujitsu Limited Apparatus for assisting in writing graphical user interface program, and write-assisting method, and recording medium on which write-assisting program is recorded
US7792947B1 (en) * 1999-04-26 2010-09-07 Mainstream Scientific, Llc Apparatus and method for dynamically coordinating the delivery of computer readable media
US7159192B2 (en) 1999-08-13 2007-01-02 Hotbar.Com, Inc. System and method for customizing electronic messages
IL130972A0 (en) 1999-07-15 2001-01-28 Hotbar Com Israel Ltd Method for the dynamic improvement of internet browser appearance and connectivity
US7222303B2 (en) * 1999-07-15 2007-05-22 Hotbar.Com, Inc. System and method for the dynamic improvement of internet browser navigability
US6834306B1 (en) * 1999-08-10 2004-12-21 Akamai Technologies, Inc. Method and apparatus for notifying a user of changes to certain parts of web pages
US20020186255A1 (en) 1999-10-28 2002-12-12 Shafron Thomas Joshua Method and system of facilitating on-line shopping using an internet browser
US7185333B1 (en) 1999-10-28 2007-02-27 Yahoo! Inc. Method and system for managing the resources of a toolbar application program
US20020186249A1 (en) 1999-10-28 2002-12-12 Qi Lu Method and system of facilitating automatic login to a web site using an internet browser
US20020059223A1 (en) * 1999-11-30 2002-05-16 Nash Paul R. Locator based assisted information browsing
US9129034B2 (en) * 2000-02-04 2015-09-08 Browse3D Corporation System and method for web browsing
US20010029527A1 (en) * 2000-03-15 2001-10-11 Nadav Goshen Method and system for providing a customized browser network
US6819343B1 (en) * 2000-05-05 2004-11-16 Microsoft Corporation Dynamic controls for use in computing applications
AU2001284970A1 (en) * 2000-08-14 2002-02-25 Transvirtual Technologies, Inc. Portable operating environment for information devices
US7136896B1 (en) * 2000-09-26 2006-11-14 Juniper Networks, Inc. Dynamic toolbar for markup language document
US20040049530A1 (en) * 2001-06-11 2004-03-11 Simon Lok Distributed computer system using a graphical user interface toolkit
US20030001875A1 (en) * 2001-06-29 2003-01-02 Black Jason E. Context-sensitive help for a Web-based user interface
US20040024843A1 (en) * 2002-07-31 2004-02-05 Smith Christopher T. Method for provisioning distributed web applications
US7721228B2 (en) * 2003-08-05 2010-05-18 Yahoo! Inc. Method and system of controlling a context menu
US7793227B2 (en) * 2003-08-12 2010-09-07 Yahoo! Inc. Method and system of providing customizable buttons
US7506260B2 (en) 2003-10-31 2009-03-17 Yahoo! Inc. Method and system of providing browser functionality through a browser button
US8375294B2 (en) 2004-07-29 2013-02-12 Cisco Technology, Inc. Editing web pages
US7698631B1 (en) * 2004-07-29 2010-04-13 Cisco Technology, Inc. Stateless online web page editing system and method
US7412655B2 (en) * 2004-11-02 2008-08-12 Yahoo! Inc. Method and system of providing dynamic dialogs
US20060184899A1 (en) * 2005-02-11 2006-08-17 Research In Motion Limited System and method for context specific content handling
US9247260B1 (en) 2006-11-01 2016-01-26 Opera Software Ireland Limited Hybrid bitmap-mode encoding
US8375304B2 (en) * 2006-11-01 2013-02-12 Skyfire Labs, Inc. Maintaining state of a web page
US8711929B2 (en) * 2006-11-01 2014-04-29 Skyfire Labs, Inc. Network-based dynamic encoding
US8443398B2 (en) * 2006-11-01 2013-05-14 Skyfire Labs, Inc. Architecture for delivery of video content responsive to remote interaction
US9003296B2 (en) 2006-12-20 2015-04-07 Yahoo! Inc. Browser renderable toolbar
US20080184128A1 (en) * 2007-01-25 2008-07-31 Swenson Erik R Mobile device user interface for remote interaction
US7805728B2 (en) * 2007-03-16 2010-09-28 Microsoft Corporation Browser elements for communicating with other browser elements and with external applications
US7814424B2 (en) * 2007-06-26 2010-10-12 Ronen Shilo Webpage-flags sensitive toolbar
US8924845B2 (en) * 2008-02-20 2014-12-30 Lsi Corporation Web application code decoupling and user interaction performance
US9519906B2 (en) * 2008-12-19 2016-12-13 Genesys Telecommunications Laboratories, Inc. Method for monitoring and ranking web visitors and soliciting higher ranked visitors to engage in live assistance
US20100162165A1 (en) * 2008-12-22 2010-06-24 Apple Inc. User Interface Tools
US9396279B1 (en) 2009-02-17 2016-07-19 Jpmorgan Chase Bank, Na Collaborative virtual markup
US8910065B2 (en) * 2010-09-14 2014-12-09 Microsoft Corporation Secondary output generation from a presentation framework
EP2466456A1 (en) * 2010-12-20 2012-06-20 Clayster Asia Ltd. Device independent method for defining a graphical user interface
AU2013203951A1 (en) * 2012-05-09 2013-11-28 Paul Damian Nelson A method of displaying a customised address bar or search results in a browser
US9575633B2 (en) * 2012-12-04 2017-02-21 Ca, Inc. User interface utility across service providers
US9575873B2 (en) 2013-09-13 2017-02-21 Sap Se Software testing system and method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5802530A (en) * 1996-07-01 1998-09-01 Sun Microsystems, Inc. Web document based graphical user interface
US5940075A (en) * 1997-09-30 1999-08-17 Unisys Corp. Method for extending the hypertext markup language (HTML) to support enterprise application data binding
US6157936A (en) * 1997-09-30 2000-12-05 Unisys Corp. Method for extending the hypertext markup language (HTML) to support a graphical user interface control presentation

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5287448A (en) 1989-05-04 1994-02-15 Apple Computer, Inc. Method and apparatus for providing help information to users of computers
US5625783A (en) * 1994-12-13 1997-04-29 Microsoft Corporation Automated system and method for dynamic menu construction in a graphical user interface
US5644739A (en) * 1995-01-27 1997-07-01 Microsoft Corporation Method and system for adding buttons to a toolbar
US5768511A (en) * 1995-09-18 1998-06-16 International Business Machines Corporation Method and system for managing objects in networked computer system with action performed in the server and object updated in the client
US5890170A (en) * 1996-02-28 1999-03-30 Silicon Graphics, Inc. Method and apparatus for publishing documents in a hypertextural network environment
US5911145A (en) * 1996-07-29 1999-06-08 Rae Technology, Inc. Hierarchical structure editor for web sites
US5845299A (en) * 1996-07-29 1998-12-01 Rae Technology Llc Draw-based editor for web pages
US5907843A (en) * 1997-02-27 1999-05-25 Apple Computer, Inc. Replaceable and extensible navigator component of a network component system
US5828674A (en) * 1997-09-16 1998-10-27 Teradyne, Inc. Production interface for integrated circuit test system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5802530A (en) * 1996-07-01 1998-09-01 Sun Microsystems, Inc. Web document based graphical user interface
US5940075A (en) * 1997-09-30 1999-08-17 Unisys Corp. Method for extending the hypertext markup language (HTML) to support enterprise application data binding
US6157936A (en) * 1997-09-30 2000-12-05 Unisys Corp. Method for extending the hypertext markup language (HTML) to support a graphical user interface control presentation

Cited By (54)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100229110A1 (en) * 2000-06-21 2010-09-09 Microsoft Corporation Task Sensitive Methods and Systems for Displaying Command Sets
US9507610B2 (en) * 2000-06-21 2016-11-29 Microsoft Technology Licensing, Llc Task-sensitive methods and systems for displaying command sets
US20020038367A1 (en) * 2000-09-28 2002-03-28 Kabushiki Kaisha Toshiba Electronic service system using main site server and partner site server
US20080140838A1 (en) * 2000-09-28 2008-06-12 Kabushiki Kaisha Toshiba Electronic service system using main site server and partner site server
US7346683B2 (en) * 2000-09-28 2008-03-18 Kabushiki Kaisha Toshiba Electronic service system using main site server and partner site server
WO2004019160A2 (en) * 2002-08-23 2004-03-04 Jway Group, Inc. Extensible user interface (xui) framework and development environment
WO2004019160A3 (en) * 2002-08-23 2004-04-29 Jway Group Inc Extensible user interface (xui) framework and development environment
US7213235B2 (en) * 2003-02-21 2007-05-01 Sap Ag Method for using a business model user interface
US20040168150A1 (en) * 2003-02-21 2004-08-26 Sap Ag Method for using a business model user interface
US7769794B2 (en) 2003-03-24 2010-08-03 Microsoft Corporation User interface for a file system shell
US8918729B2 (en) 2003-03-24 2014-12-23 Microsoft Corporation Designing electronic forms
US7823077B2 (en) 2003-03-24 2010-10-26 Microsoft Corporation System and method for user modification of metadata in a shell browser
US7712034B2 (en) 2003-03-24 2010-05-04 Microsoft Corporation System and method for shell browser
US9361313B2 (en) 2003-03-27 2016-06-07 Microsoft Technology Licensing, Llc System and method for filtering and organizing items based on common elements
US9361312B2 (en) 2003-03-27 2016-06-07 Microsoft Technology Licensing, Llc System and method for filtering and organizing items based on metadata
US7650575B2 (en) 2003-03-27 2010-01-19 Microsoft Corporation Rich drag drop user interface
US8117226B2 (en) 2003-03-27 2012-02-14 Microsoft Corporation System and method for virtual folder sharing including utilization of static and dynamic lists
US7925682B2 (en) 2003-03-27 2011-04-12 Microsoft Corporation System and method utilizing virtual folders
US7707197B2 (en) 2003-03-27 2010-04-27 Microsoft Corporation System and method for filtering and organizing items based on common elements
US20060070007A1 (en) * 2003-03-27 2006-03-30 Microsoft Corporation Rich drag drop user interface
US20040189592A1 (en) * 2003-03-28 2004-09-30 Ge Medical Systems Global Technology Company, Llc Method for associating multiple functionalitis with mouse buttons
US20110173560A1 (en) * 2003-03-28 2011-07-14 Microsoft Corporation Electronic Form User Interfaces
US9229917B2 (en) 2003-03-28 2016-01-05 Microsoft Technology Licensing, Llc Electronic form user interfaces
US8209624B2 (en) 2003-04-17 2012-06-26 Microsoft Corporation Virtual address bar user interface control
US7853890B2 (en) 2003-04-17 2010-12-14 Microsoft Corporation Address bar user interface control
US9239821B2 (en) 2003-08-01 2016-01-19 Microsoft Technology Licensing, Llc Translation file
US8892993B2 (en) 2003-08-01 2014-11-18 Microsoft Corporation Translation file
US8429522B2 (en) 2003-08-06 2013-04-23 Microsoft Corporation Correlation, association, or correspondence of electronic forms
US9268760B2 (en) 2003-08-06 2016-02-23 Microsoft Technology Licensing, Llc Correlation, association, or correspondence of electronic forms
US7694236B2 (en) 2004-04-23 2010-04-06 Microsoft Corporation Stack icons representing multiple objects
US7657846B2 (en) 2004-04-23 2010-02-02 Microsoft Corporation System and method for displaying stack icons
US20050240880A1 (en) * 2004-04-23 2005-10-27 Microsoft Corporation System and method for displaying stack icons
US8707209B2 (en) 2004-04-29 2014-04-22 Microsoft Corporation Save preview representation of files being created
US8972342B2 (en) 2004-04-29 2015-03-03 Microsoft Corporation Metadata editing control
US8024335B2 (en) 2004-05-03 2011-09-20 Microsoft Corporation System and method for dynamically generating a selectable search extension
US20060004739A1 (en) * 2004-05-03 2006-01-05 Microsoft Corporation System and method for dynamically generating a selectable search extension
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US20060242591A1 (en) * 2005-04-22 2006-10-26 Microsoft Corporation File dialog user interfaces and creation of same
US8195646B2 (en) 2005-04-22 2012-06-05 Microsoft Corporation Systems, methods, and user interfaces for storing, searching, navigating, and retrieving electronic information
US10489044B2 (en) 2005-07-13 2019-11-26 Microsoft Technology Licensing, Llc Rich drag drop user interface
US20090313215A1 (en) * 2005-12-05 2009-12-17 Oneimage, Llc System for Integrated Utilization of Data to Identify, Characterize, and Support Successful Farm and Land Use Operations
US7991754B2 (en) 2005-12-05 2011-08-02 Oneimage, Llc System for integrated utilization of data to identify, characterize, and support successful farm and land use operations
US9210234B2 (en) 2005-12-05 2015-12-08 Microsoft Technology Licensing, Llc Enabling electronic documents for limited-capability computing devices
US20080114710A1 (en) * 2006-11-09 2008-05-15 Pucher Max J Method For Training A System To Specifically React On A Specific Input
US20110178965A1 (en) * 2006-11-09 2011-07-21 Pucher Max J Method for training a system to specifically react on a specific input
US7937349B2 (en) 2006-11-09 2011-05-03 Pucher Max J Method for training a system to specifically react on a specific input
US8359287B2 (en) 2006-11-09 2013-01-22 Pucher Max J Method for training a system to specifically react on a specific input
US20080120596A1 (en) * 2006-11-17 2008-05-22 Microsoft Corporation Cross domain presence of web user interface and logic
US20110016448A1 (en) * 2007-05-25 2011-01-20 Zoot Enterprises, Inc. System and method for rapid development of software applications
US8904342B2 (en) 2007-05-25 2014-12-02 Zoot Enterprises, Inc. System and method for rapid development of software applications
WO2010099177A2 (en) * 2009-02-24 2010-09-02 Virginia Commonwealth University System and method for constructing an application using distributed functionalities
US20100218106A1 (en) * 2009-02-24 2010-08-26 International Business Machines Corporation Automatically Selecting Internet Browser and Providing Web Page Service
WO2010099177A3 (en) * 2009-02-24 2010-11-18 Virginia Commonwealth University System and method for constructing an application using distributed functionalities
US11722439B2 (en) 2018-10-01 2023-08-08 Microsoft Technology Licensing, Llc Bot platform for mutimodal channel agnostic rendering of channel response

Also Published As

Publication number Publication date
US6496203B1 (en) 2002-12-17

Similar Documents

Publication Publication Date Title
US6496203B1 (en) Standardized and application-independent graphical user interface components implemented with web technology
US11755346B2 (en) Method and apparatus for user interface modification
US6226654B1 (en) Web document based graphical user interface
US6362840B1 (en) Method and system for graphic display of link actions
US5999942A (en) Method and apparatus for enforcement of behavior of application processing systems without modifying application processing systems
US6957439B1 (en) Method, system, and program for mapping objects in different language formats
US7539944B2 (en) Importing data from a source document into a destination document
US5877765A (en) Method and system for displaying internet shortcut icons on the desktop
US6055522A (en) Automatic page converter for dynamic content distributed publishing system
US5995756A (en) System for internet-based delivery of computer applications
US5682510A (en) Method and system for adding application defined properties and application defined property sheet pages
US7657844B2 (en) Providing accessibility compliance within advanced componentry
US6675230B1 (en) Method, system, and program for embedding a user interface object in another user interface object
US5916310A (en) Method and system for enhancing keyboard functionality in an HTML document
US5940075A (en) Method for extending the hypertext markup language (HTML) to support enterprise application data binding
US6854123B1 (en) Method, system, and program for mapping standard application program interfaces (APIs) to user interface APIs
US7636722B2 (en) System and method for describing application extensions in XML
US5872974A (en) Property setting manager for objects and controls of a graphical user interface software development system
US10061575B2 (en) Managed execution environment for software application interfacing
US7908560B2 (en) Method and system for cross-screen component communication in dynamically created composite applications
US6941520B1 (en) Method, system, and program for using a user interface program to generate a user interface for an application program
US20060090138A1 (en) Method and apparatus for providing DHTML accessibility
US5832266A (en) Encapsulation of applications for inclusion within an object management facility environment
US7689903B2 (en) Unified markup language processing
EP0701202A1 (en) Graphical user interface for a computer system

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034766/0001

Effective date: 20141014