From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,653a68ad09c0ab39,start X-Google-Attributes: gid103376,public From: srob@yallara.cs.rmit.EDU.AU (Grand High Master) Subject: Motif binding problem Date: 1997/08/29 Message-ID: <5u5dld$3jj$1@goanna.cs.rmit.edu.au>#1/1 X-Deja-AN: 268856897 Organization: Comp Sci, RMIT University, Melbourne, Australia. NNTP-Posting-User: srob Newsgroups: comp.lang.ada Date: 1997-08-29T00:00:00+00:00 List-Id: Ada/Motif question: Has anyone successfully grabbed the text from an XmString (eg. the text entered into a prompt dialog box) and put it into a String or Unbounded_String? I am using the Intermetrics X11/Ada Motif binding ... I have the user enter their username in a prompt dialog, and naturally this text is returned as an XmString. I want it as a String or Unbounded_ String, so my program can use it. I am currently using the function XmStringGetLtoR, but with no success. Any examples or hints would be super! Thanks -- | THE GRAND HIGH MASTER (Steve Robinson) | | | | E-mail: srob@yallara.cs.rmit.edu.au | | Homepage (including game project): http://minyos.its.rmit.edu.au/~srob |