Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!KVI.NL!STOOP From: STOOP@KVI.NL ("P.Stoop, KVI, Zernikeln 25, 9747 AA Groningen, NL") Newsgroups: comp.sys.atari.st Subject: GEM question: how to ring a bell? Message-ID: <0B4A9973765F4011CF@KVI.nl> Date: 15 Dec 89 10:17:00 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 6 Netters, Can anyone tell me how to ring the bell from within a GEM application? From a TOS program it's no sweat, i know: printf("%c", 7); works fine. If you try this from a GEM application you just get the symbol for char(7) somewhere on you screen. I suppose there shoud be a VDI output function for this but my MEGAMAX manual does not list such a function.