Hi -
I'm trying to make an overlay window with MBSOverlay which is the topmost in my application, but which doesn't float over all the other applications on my screen as well. (i.e. if I drag Safari over the top of my application, I don't want to see the little floating window over Safari.). I'm currently testing on Mac OS X Lion with Cocoa, but I'll need it to work on Windows as well.
I'm using the example of Overlay Test which comes with the MBS plugins, and in the Create method of Window1 I've changed the boolean values of the line
o=new MyOverlay(500,100,128,150,true, false)
to be all four possible combinations, but it doesn't seem to make any difference.
I'm sure it's a simple thing I'm overlooking; any pointers in the right direction received with glee.
Thanks,
Hamish