comp.lang.ada
 help / color / mirror / Atom feed
From: Jerry Petrey <"jdpetrey<NOSPAM>"@raytheon.com>
Subject: Re: need help on jewl
Date: Tue, 15 Apr 2003 08:54:16 -0700
Date: 2003-04-15T08:54:16-07:00	[thread overview]
Message-ID: <3E9C2B28.E975A008@raytheon.com> (raw)
In-Reply-To: 24824N010@web2news.com

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 <NOSPAM> in email address to reply
---------------------------------------------------------------------------------






  reply	other threads:[~2003-04-15 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-15  9:03 need help on jewl Julien Galey
2003-04-15 15:54 ` Jerry Petrey [this message]
2003-04-17  8:06   ` Julien Galey
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox