Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Full screen -kiosk- mode for /View

From: petr::krenzelok::trz::cz at: 9-May-2001 11:35

CRS - Psy Sel/SPO, COUSSEMENT Christophe, CPN wrote:
> Hi List: > > I looking for a way of getting a kiosk-mode -which is MSIE terminology- for > a /View window. > The people which will use the software I produce should only have visual > access to what they need -which means full-screen mode, no title bar, no > window menu available. > > Any idea ?
view/offset/options layout/size [button "Unview" [unview]] system/view/screen-face/size 0x0 [no-title no-border] I just noticed "untitled" unwanted string at the top? Should not appear if not wanted imo. hope-that-helps, -pekr-