Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!emory!ogicse!milton!subaru@milton.u.washington.edu From: subaru@milton.u.washington.edu (Steve Chen) Newsgroups: comp.windows.x.motif Subject: Keyboard input in multiple text widgets Message-ID: <6597@milton.u.washington.edu> Date: 22 Aug 90 07:31:32 GMT Sender: subaru@milton.u.washington.edu Organization: University of Washington, Seattle Lines: 23 I have set up a pop-up window like below: +--------------------------------------------------+ | +------------------------+ | | User Name: | Text Widget 1 | | | +------------------------+ | | +------------------------+ | | Password: | Text Widget 2 | | | +------------------------+ | +--------------------------------------------------+ What I want to do is to let the user enter his/her user name and password. When a is typed in the Text Widget1, the pointer will warp to Text Widget2 and any keyboard input in Text Widget2 is retained but output onto TextWidget2 as some special character e.g. "*" My problem is, how do I check for each keyboard input and how do I warp the pointer from TextWidget1 to TextWidget2. I would appreciate it very much if someone could help me out on this. steve steve@gohma.ee.washington.edu