31 citations found. Retrieving documents...
J. K. Ousterhout, "An X11 Toolkit Based on the Tcl Language," Proc. USENIX Winter Conference, pp. 105-115, 1991.

 Home/Search   Document Not in Database   Summary   Related Articles   Check  

This paper is cited in the following contexts:

First 50 documents

Visualization, Debugging, and Performance in PVM - Geist James Kohl (1994)   (1 citation)  (Correct)

....The user can see the last PVM call made by each task as the application is running. Fourth, XPVM is a post mortem analysis tool. XPVM writes out a trace file that can be replayed, stopped, stepped, and rewound in order to study the behavior of a completed parallel run. XPVM is built on TCL TK [3], which is a library for developing XWindows applications. TCL makes it easy to change, customize, and extend the XPVM interface. Figure 1 shows a snapshot of the XPVM interface during use. The interface is divided into four parts. The top row of buttons perform the basic functions of the textual ....

J. K. Ousterhout, "An X11 Toolkit Based on the Tcl Language," 1991 Winter USENIX Conference.


Spreadsheets for Images - Levoy (1994)   (21 citations)  (Correct)

....the UNIX shell but better) From the implementors point of view, Tcl s advantages are its small code size, its fast execution (fast enough to use for mouse event loops) and its simple interface to C procedure calls with string arguments. Tcl has one further advantage: it is the basis for Tk [4], an X11 toolkit similar to Xt. Tk provides a base set of graphics and text oriented widgets, a mechanism for defining new widgets, and a simplified interface between user applications and the X window system. For SGI users, Tk replaces the window management and event handling services that are ....

Ousterhout, John K., "An X11 Toolkit Based on the Tcl Language," Proc. 1991 Winter USENIX Conference.


Visualization of Mathematical Surfaces: the IZIC Server.. - Fournier, Kajler, Mourrain (1995)   (1 citation)  (Correct)

....an independent program written in C which makes available a well dened set of functionalities through specic TCL commands. These commands extend the generic set of commands provided by TCL, which include assignment, loops, string and array manipulations, input output, etc. TCL also comes with TK [Ousterhout, 1991], a graphic toolkit allowing fast development of user interfaces for TCL based applications. As any X11 toolkit, TK can be used at two dioeerent levels, dealing respectively with composing existing graphic interactors called widgets and dening new types of widgets. TK also includes a simple ....

Ousterhout, 1991 Ousterhout, J. K. (1991). An X11 Toolkit Based on the Tcl Language. In 1991 Winter USENIX Conference Proceedings. Univ. of California at Berkeley.


The Virtual Book - Chaiken, Hayter, Kistler, Redell (1998)   (1 citation)  (Correct)

....[Palm1994] single stroke handwriting recognizer (similar to the one on the PalmPilot TM) allows text and gesture input. A button manager senses the user pressing and releasing Lectrice s buttons (see below) and converts the actions into commands for visible applications. Finally, the Tcl Tk [Oust1991] runtime provides a toolkit for building applications for the prototype. Lectk, a derivative of the Virtual Paper viewer, is the flagship application built specifically for Lectrice. Other applications most notably the Netscape Navigator Web browser run on a remote server and use the X ....

John Ousterhout, "An X11 toolkit based on the Tcl language" In Proceedings of the USENIX Winter Conference January 1991. ftp://ftp.scriptics.com/pub/tcl/doc/tkUsenix91.ps


Secure Videoconferencing - Honeyman, Adamson, Coffman..   (1 citation)  (Correct)

....with PCs, encoding is either good or fast; with IBM RS6Ks, we get both, but at considerably higher cost. As a starting point for our secure videoconferencing prototype, we chose VIC [6] the popular and sophisticated MBONE videoconferencing tool. VIC implements user interface management in Tcl Tk [7], so it is flexible and easy to extend. VIC offers optional DES encryption of the video stream, but leaves key distribution to users. VIC also includes a weak cipher that XORs the video data stream with a constant key value. This is not secure but provides a best case performance baseline. 3. ....

J.K. Ousterhout, "An X11 toolkit based on the Tcl language," in Proc. 1991 Winter USENIX Conf., Nashville (January, 1991).


The Design and Implementation of MetVUW Workbench.. - Roydhouse, Miller.. (1993)   (Correct)

....stable and relatively bug free. Instrumental in this success was the use of innovative tools contributed to the Internet. We now discuss the role of these packages play MetVUW Workbench. 1. Graphical User Interface Tool Command Language (Tcl) is an interpreted and extensible programming language (Ousterhout, 1991). The most popular set of extensions to Tcl is a graphics tool kit, called Tk. Tk is a library for implementing of graphical applications for X windows. We used the Tcl Tk combination to implement the graphical user interface for MetVUW Workbench. Because Tcl Tk code controls both the user ....

Ousterhout, J. K. (1991). An X11 toolkit based on the Tcl language. In Proceedings of the Winter USENIX Conference, pages 105--115. USENIX Association.


Paradise Version 0.1 Reference Manual - Department (1994)   (Correct)

....a database system designed for handling GIS (Geographical Information Systems) type applications which is under development at the University of Wisconsin Madison. Paradise uses SHORE [CDF 94] as its underlying persistent object manager. The Paradise front end is implemented using Tk [Ous91] a publicly available X11 toolkit based on a lightweight interpretive command language Tcl [Ous90] The design for the Paradise front end is based on GEO [Vij92] a C based graphical user interface for geographical database systems [vOV91] The current version of Paradise uses a client server ....

J. Ousterhout. "An X11 toolkit based on the Tcl language". In Proceedings of the 1991 Winter USENIX Conference, 1991.


A Framework and Prototyping Environment for a W3 Security.. - Neumann, Nusser (1997)   (Correct)

....for Security Enhanced Web Clients Wafe (Neumann et al. 1993) is a public available prototyping environment built upon the Tcl language (Ousterhout 1990) and was originally created for GUI based applications in the X Window environment. Wafe is in some respects similar to the Tcl Tk package (Ousterhout 1991) but, instead of providing its own look and feel, integrates a variety of different GUI components primarily based on MIT s generic X Toolkit. Several components are completely unrelated with GUI. Wafe provides a C code generator to ease the integration of new components. Tool Command Language ....

Ousterhout, J.K. (1991) An X11 Toolkit Based on the Tcl Language, Proceedings of the 1991 Winter USENIX Conference.


A Survey on Research in Graphical User Interfaces - Machiraju (1996)   (Correct)

....tools, and relavent information is maintained at http: www.cs.cmu.edu bam toolnames.html. We present a few definitions which will be useful in the discussion here. A Toolkit is a library of widgets that can be called by application programs. Examples of Toolkits are the Andrew Toolkit [47] tk [48], Garnet [49] and the Java toolkit [50] Creating an interface with a toolkit can only be done by programmers, because toolkits only have a procedural interface. Call back procedures have to be provided by the programmer, which serve as event handlers for all the actions in the interface. There ....

John K. Ousterhout, "An X11 Toolkit Based on the Tcl Language," Winter, USENIX, 1991, pp.105-115.


Design and Simulation of Heterogeneous Systems using Ptolemy - Evans (1994)   (2 citations)  (Correct)

....to implementation and deployment. 2.2. Animation and visualization An important part of algorithm design is to visualize the dynamics of a signal processing system using interactive, animated graphics. We have linked the interpreted language Tcl [4] and its associated X window toolkit Tk [5] with the Ptolemy system. This provides a powerful, extensible environment within which users can construct customized, animated, interactive simulations. In figure 4, we show an example of how this is used. 2.3. Visual representation of complex systems Visual representation of complex systems ....

J. Ousterhout, "An X11 Toolkit Based on the Tcl Language, " USENIX Conference Proceedings, Winter, 1991. 5. Bibliography of recent publications


Web Applications and SGML - van Ossenbruggen, Eliëns..   (Correct)

....score end tag has been encountered. The Tcl command play used to play the notes is provided by the hymne extension of hush [16,17] SOFTWARE COMPONENTS The components constituting the hush Web browser are build upon the hush class library [18,19] which offers a C class interface to the Tcl Tk [20] GUI toolkit. Additionally, it offers a discrete event simulation package and multimedia support, including VRML, software video and sound synthesis [16,17] All hush components can be accessed by means of both a C and script interface, which allows one to use these components in C ....

J.K. Ousterhout, `An X11 Toolkit Based on the Tcl Language', in USENIX, (1991).


Graphical User Interfaces for Haskell - Duncan Sinclair (1992)   (4 citations)  (Correct)

....1 return [expr x [fac [expr x 1] set a 10 puts stdout The factorial of a is [fac a] Square brackets cause in line evaluation. Curly brackets are a form of quoting, usually used to hold program fragments which will be interpreted in a recursive manner. 2. 2 The Tk Toolkit Tk [7], also by John Ousterhout, is a toolkitfor the XWindow System [8] based around the Tcl language. It allows the creation of user interfaces built out of components such as buttons, menus, and dialogs. This can either be done in a imperative language such as C, or in Tcl. One feature of this is ....

John K. Ousterhout, "An X11 Toolkit Based on the Tcl Language," in Proc. USENIX Winter Conference 1991.


Interactive Sketching for the Early Stages of User Interface Design - Landay (1996)   (39 citations)  (Correct)

....participants. 84 CHAPTER 6. EVALUATION None of the engineers had taken a UI design course and only one had read an HCI book. Unlike the designers, none of the engineers had ever used Director and only one had used HyperCard. Two of the engineers had used Visual Basic and two had used Tcl Tk [Ousterhout 1991]. Three of the engineers claimed to have never used a UI design or building tool. 6.1.5 Design Task The task given to the designers was based on an interface design evaluation problem given in Nielsen s Usability Engineering [Nielson 1993, pp. 273 275] Two of the participants claimed to have ....

John K. Ousterhout. "An X11 Toolkit Based on the Tcl Language". Proceedings of Winter 1991 USENIX Conference, Dallas, TX, Jan 21--25, 1991. pp. 105-115.


A Distributed Hierarchical Storage Manager for a.. - Federighi, Rowe (1994)   (46 citations)  (Correct)

....of Unix clients running the X window system. 4.1 Distributed Programming Infrastructure Most components are written in Tcl, an embedded scripting language [12] that supports rapid prototyping and testing and offers seamless access to tools in the Unix environment. The Tk windowing toolkit [13] supports the development of Tcl applications with Motif style user interfaces and served as the basis for our graphical movie browser. Tcl DP is a distributed programming library that is used for all interprocess communication. Tcl DP supports blocking and non blocking RPC between processes as ....

J. Ousterhout, "An X11 toolkit based on the tcl language," Proc. 1991 Winder USENIX Conference,1991.


Indexes for User Access to Large Video Databases - Rowe, Boreczky, Eads (1994)   (26 citations)  (Correct)

....1994. We are also continuing to refine the database schema and load metadata into the database. We have loaded the rec.arts.movie database which contains bibliographic data for over 25,000 movies, and we are currently loading the shooting script for a feature film. The VDB is written in Tcl Tk [17][18] with extensions such as a Tcl interface to POSTGRES and the icon display widget. The browser currently has 5500 lines of Tcl Tk code. VDB currently supports bibliographic, series, and keyword queries. We need to complete the panels to specify relational queries (e.g. restrictions and ....

Ousterhout, J., "An X11 Toolkit based on the Tcl language", Proceedings 1991 Winter USENIX Conference, 1991.


Visualization of Mathematical Surfaces: the IZIC Server.. - Fournier, Kajler, Mourrain (1994)   (1 citation)  (Correct)

....program written in C which makes available a well defined set of functionalities through specific TCL commands. These commands extend the generic set of commands provided by TCL, which include assignment, loops, string and array manipulations, input output, etc. TCL also comes with TK (Ousterhout, 1991), a graphic toolkit allowing fast development of user interfaces for TCL based applications. As any X11 toolkit, TK can be used at two different levels, dealing respectively with composing existing graphic interactors called widgets and defining new types of widgets. TK also includes a ....

Ousterhout, J. K. (1991). An X11 Toolkit Based on the Tcl Language. In 1991 Winter USENIX Conference Proceedings. Univ. of California at Berkeley.


The Paradyn Parallel Performance Measurement Tools - Miller, Callaghan (1995)   (170 citations)  (Correct)

....threads for data collection, delivers performance data from the Paradyn daemon(s) to the requesting thread(s) and maintains and distributes information about the metrics and resource hierarchies for the currently defined application. The User Interface Manager thread was developed using Tcl Tk [7], and provides the user with visual access to the system s main controls and performance data. The Performance Consultant controls the automated search for performance problems, requesting and receiving performance data from the Data Manager. The Visualization Manager starts visualization ....

J. K. Ousterhout, "An X11 Toolkit Based on the Tcl Language", Proc. USENIX Winter Conference, January 1991.


Video-on-Demand Metadata Query Interfaces - David Berger   (Correct)

....knowledge of the database schema and query language in the interface to facilitate portability. Finally, we wanted an extensible interface that allows different result displays. The first interface we created, called Vodasaurus Rex, is written using a modern GUI interface toolkit called Tcl Tk [16,17]. Vodasaurus Rex provides functionality equivalent to a relational query language such as SQL without grouping and aggregate functions. The second interface, called Vodasaurus, is implemented using the WWW and provides a subset of the functionality of Vodasaurus Rex. While it is possible to ....

Ousterhout, J., "An X11 Toolkit based on the Tcl language," Proceedings 1991 Winter USENIX Conference, 1991.


Mantis User's Guide, Version 1.0 - Steven Lumetta And   (Correct)

No context found.

J. K. Ousterhout, "An X11 Toolkit Based on the Tcl Language," Proc. USENIX Winter Conference, pp. 105-115, 1991.


Papyrus: A History-Based VLSI Design Process Management System - Tzi-Cker Chiueh Randy (1994)   (1 citation)  (Correct)

No context found.

J. Ousterhout, "An X11 Toolkit Based on the Tcl Language," Proc. USENIX Winter Conference, January 1991.


Design and Performance of the Berkeley Continuous Media.. - Ketan Mayer-Patel Master's   (Correct)

No context found.

Ousterhout, J., "An X11 toolkit based on the tcl language," Proc. 1991 Winter Usenix Conference, 1991.


Graphical User Interface Programming - Myers (2003)   (Correct)

No context found.

John K. Ousterhout. "An X11 Toolkit Based on the Tcl Language," Winter USENIX Technical Conference, 1991. pp. 105-115.


Kitrace: Precise Interactive Measurement of Operating Systems.. - Kuenning (1994)   (3 citations)  (Correct)

No context found.

John K. Ousterhout, `An X11 toolkit based on the TCL language', USENIX Conference Proceedings. USENIX, January 1991, pp. 105--115.


Kitrace: Precise Interactive Measurement of Operating Systems.. - Kuenning (1995)   (3 citations)  (Correct)

No context found.

John K. Ousterhout, `An X11 toolkit based on the TCL language', USENIX Conference Proceedings. USENIX, January 1991, pp. 105--115.


Conferencing and Collaborative Computing - Schooler (1996)   (19 citations)  (Correct)

No context found.

Ousterhout JK (1991) An X11 toolkit based on the Tcl language. Proceedings of the Winter USENIX Conference, Dallas, Texas, Usenix Association, pp 105--115

First 50 documents

Online articles have much greater impact   More about CiteSeer.IST   Add search form to your site   Submit documents   Feedback  

CiteSeer.IST - Copyright Penn State and NEC