On 21 Oct 2003 16:22:49 -0500, Dale Stahl wrote:
> 
>         The test is coded as a java application that I want to run on a 
> full screen.  When done, I instruct the student enter text in a box, upon 
> whichthe java program terminates, but until that time, I do not want the 
> student to be able to resize the window, close the window, toggle to 
> another window or anything else.

Supposing you already know how to launch your application maximized to
the full screen so no root background is left visible, here is
~/.fvwm/.fvwm2rc for 2.4.x and 2.5.x versions doing what you want:

  # disable Alt-Tab
  Key Tab A M -

  # disable page scroll
  EdgeScroll 0 0

  # cause test application to stay on top and be borderless
  Style YourAntiStudentJavaApp Layer 10, NoTitle, NoHandles, BorderWidth 0

Replace "YourAntiStudentJavaApp" with a real window name.

If you have problems to start your application fully maximized by
specifying -geometry or similar, then reask again or take a look at the
FAQ question 3.18.

Regards,
Mikhael.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to