>> 1) Is there a way to open the test in a full screen mode?
>> 2) Is there a way to hide the minimize button, the "x" (closing button).
>> 3) Is there a way to disable the start button in windows while using my
>> metacard test.
Use the decorations and backdrop features along the lines of...
on setBackDrop
if the backdrop="none" then
set the loc of this stack to the screenLoc
set the backdrop to <white>
set the decorations of this stack to ""
else
set the backdrop to none
set the decorations of this stack to "title"
end if
end setBackDrop
on uniconifyStack
setBackDrop
end uniconifyStack
/H
Hugh Senior
The Flexible Learning Company
Consultant Programming & Software Solutions
Fax/Voice: +44 (0)1483.27 87 27
Email: [EMAIL PROTECTED]
Web: www.flexibleLearning.com
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.