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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6304d854ec0fb006 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-04 17:53:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!howland.erols.net!feed2.news.rcn.net!rcn!chnws02.mediaone.net!chnws06.ne.mediaone.net!24.128.8.70!typhoon.ne.mediaone.net.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: <3C5E8FD9.8B6D3284@mtek.chalmers.se> Subject: Re: add button to XFORMS in ADA95 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Tue, 05 Feb 2002 01:51:02 GMT NNTP-Posting-Host: 66.31.5.146 X-Complaints-To: abuse@mediaone.net X-Trace: typhoon.ne.mediaone.net 1012873862 66.31.5.146 (Mon, 04 Feb 2002 20:51:02 EST) NNTP-Posting-Date: Mon, 04 Feb 2002 20:51:02 EST Organization: ATT Broadband Xref: archiver1.google.com comp.lang.ada:19616 Date: 2002-02-05T01:51:02+00:00 List-Id: Have you tried using fdesign (the forms designer) and seeing what code gets generated by the perl script that creates the Ada code? I don't have any examples handy but if you get stuck let me know. Also, unless you are supporting some legacy code I'd recomend GtkAda over xforms. "Besian" wrote in message news:3C5E8FD9.8B6D3284@mtek.chalmers.se... > hi > how do you do to add a button in XFORMS > and for instance name the button CLOSE ? > i guess something with the function Fl_Add_Button > but how? >