====== The Mysterious Case of the Dialog Box checkbox ====== === Published 17 SEP 2010 at 09:21:00AM by Captain C === To my mind one of the longest-standing mysteries in OpenInsight has been the purpose of the "Dialog box" checkbox in the Window Properties dialog as you can see here: [[http://4.bp.blogspot.com/_4bqKz2bf81g/TJKqt3qA9WI/AAAAAAAAABA/0XrEWz3cNzA/s1600/Dialog_Box.jpg|{{15601.3895833333_1.jpg}}]] For years the function of this checkbox has eluded me (and my erstwhile colleagues), so much so that I believed it was simply something that the original Rev programmers intended to use but never implemented. Well, after some recent work with the Revelation crew I came across the answer, and it's really simple: It's used by the Repository( "EXECUTE" ) method for launching a window - if it's checked then the Repository function calls the Dialog_Box() function to execute the window instead of the normal Start_Window() function. Mystery solved! === Comments === == Original ID: post-3517177654946239440 ==