Sciweavers

UIST
2003
ACM

User interface continuations

13 years 9 months ago
User interface continuations
Dialog boxes that collect parameters for commands often create ephemeral, unnatural interruptions of a program’s normal execution flow, encouraging the user to complete the dialog box as quickly as possible in order for the program to process that command. In this paper we examine the idea of turning the act of collecting parameters from a user into a first class object called a user interface continuation. Programs can create user interface continuations by specifying what information is to be collected from the user and supplying a callback (i.e., a continuation) to be notified with the collected information. A partially completed user interface continuation can be saved as a new command, much as currying and partially evaluating a function with a set of parameters produces a new function. Furthermore, user interface continuations, like other continuation-passing paradigms, can be used to allow program execution to continue uninterrupted while the user determines a command’s par...
Dennis Quan, David Huynh, David R. Karger, Robert
Added 05 Jul 2010
Updated 05 Jul 2010
Type Conference
Year 2003
Where UIST
Authors Dennis Quan, David Huynh, David R. Karger, Robert C. Miller
Comments (0)