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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dc5cff7c9a53f82c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-15 08:54:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!logbridge.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!paloalto-snf1.gtei.net!mtvwca1-snh1.ops.genuity.net!crtntx1-snh1.gtei.net!cambridge1-snf1.gtei.net!news.gtei.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3E9C2B28.E975A008@raytheon.com> From: Jerry Petrey <"jdpetrey"@raytheon.com> X-Mailer: Mozilla 4.79 [en]C-CCK-MCD CSC;Raytheon (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: need help on jewl References: <24824N010@web2news.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 15 Apr 2003 08:54:16 -0700 NNTP-Posting-Host: 147.24.93.55 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.raytheon.com 1050422057 147.24.93.55 (Tue, 15 Apr 2003 10:54:17 CDT) NNTP-Posting-Date: Tue, 15 Apr 2003 10:54:17 CDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:36165 Date: 2003-04-15T08:54:16-07:00 List-Id: Julien Galey wrote: > Is it somebody in this world who could say me how to select a line in a > combobox with JEWL the John's English Windows Library. I only need an > example. thanks for your help. > -- > Direct access to this group with http://web2news.com > http://web2news.com/?comp.lang.ada There are some examples in the JEWL package that show use of various Multiline_Types. For example, assuming you have: E1 : Editbox_Type := Editbox (F1, (225,20), 300, 20); . . X1 := new Combobox_Type'(Memo (F1, (20,100), 500)); then the select_line is just: Select_Line(X1.all, Integer'Value(Get_Text(E1))); Jerry -- --------------------------------------------------------------------------------- -- Jerry Petrey -- Senior Principal Systems Engineer - Navigation (GPS/INS), Guidance, & Control -- Raytheon Missile Systems - Member Team Ada & Team Forth -- NOTE: please remove in email address to reply ---------------------------------------------------------------------------------