Re: A New Keyhole Type!

"Hendrik Schober" <[email protected]> Thu, 25 Aug 2005 22:43:22 +0200
Newsgroups gmane.comp.programming.keyholes
Message-ID <00c601c5a9b7$c67d0ac0$0300a8c0@schobi>
Scott Meyers <smeyers-Q9ZaqOuDrMJWk0Htik3J/[email protected]> wrote:
> [...] For
> example, I don't see any reason why it should not be possible to print the
> current document while the open file dialog is active.

  Maybe there is none. I can't think of one offhand.
  (Except that both are implemented in the Win API 
  to be modal.) OTOH, I can think of a reason to not 
  allow the opposite: Suppose you open the "Print" 
  dialog, and enter that you want to print page 2-7, 
  then open the "Open" dialog and open a document 
  with only one page. What will happen? 
  Being a programmer I have to deal with logic all 
  day and would therefor expect the print dialog to 
  somehow erase or disable the page range. But being 
  the one who has to explain this to the guys writing 
  the manual, I know that I have no chance to get 
  this feature into an application. They'd never 
  accept it -- and rightly so. 

> Scott

  Schobi