<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<font size="2"><font face="Helvetica,sans-serif">I'm trying to make an
application that let's the user click on a thumbnail image, and then
the image is displayed full-sized with a black background covering the
whole desktop.  Right now, I have the thumbnail viewer as one stack,
and the "full-size viewing page" as a second stack.  On the openCard of
the 2nd stack, I set the backdrop to black.<br>
<br>
This almost works, except that I have to set the visible of the first
stack to FALSE to hide it, and then there's the remaining issue of the
Mac OSX finder windows being visible on top of the backdrop - - - any
idea how I can make the backdrop go on top of the OS X windows/dock? 
(Or perhaps there's a better way to do this altogether?<br>
<br>
- Rob<br>
<br>
<br>
</font></font>
</body>
</html>