Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!ucsd!ucbvax!alphalpha.com!nazgul From: nazgul@alphalpha.com (Kee Hinckley) Newsgroups: comp.windows.x.motif Subject: Re: Password input using Motif widget Message-ID: <901105213917.2980@alphalpha> Date: 6 Nov 90 01:39:17 GMT References: <19148@oolong.la.locus.com> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 13 > Also, does anybody knows if the Motif 1.1 would support non-echo mode in > their Text widget? It'd be very disappointing if it doesn't because the OSF > claims that the Motif 1.1 will be suite for real world applications. Motif (or any other toolkit) will never provide everything that every application needs. That doesn't mean you can't write a real-world application. That's the reason that Motif was based on the Intrinsics - so when it doesn't do something you need you can add new functionality yourself without having to have the source code (of course a few more docs would help :-). Use modifyVerifyCallback and set doit to False. Live with the beep at 1.0, at 1.1 you can turn it off.