Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ccut!kogwy!new1!roger From: roger@zuken.co.jp (Roger Meunier) Newsgroups: comp.windows.x.motif Subject: Re: Text in popup dialog (again) Message-ID: Date: 7 Sep 90 15:05:07 GMT References: <1990Sep6.185706.26352@elroy.jpl.nasa.gov> Sender: news@new1.zuken.co.jp Organization: ZUKEN Inc. Yokohama, JAPAN Lines: 15 In-reply-to: ems@socrates.JPL.NASA.gov's message of 6 Sep 90 18:57:06 GMT In your sample program you have: > static String trans = { "Return: Activate()" }; but the correct action routine name is "activate()" (lower-case 'a'). Why "Activate()" doesn't generate X Toolkit Warning: Actions not found: Activate is because it is defined for XmBulletinBoard. Having two [Aa]ctivate()s keeps the Intrinsics from catching this for you. Who's coordinating the assignment of these action names, anyway? -- Roger Meunier @ Zuken, Inc. Yokohama, Japan (roger@zuken.co.jp)