comp.lang.ada
 help / color / mirror / Atom feed
* Question about ObjectAda GUI Builder
@ 1998-09-02  0:00 bhj
  1998-09-03  0:00 ` Lowe Anthony A
  0 siblings, 1 reply; 2+ messages in thread
From: bhj @ 1998-09-02  0:00 UTC (permalink / raw)


I'm a novis of ObjectAda and GUI builder.
I have a ObjectAda 7.1 version.
I want to make a ListBox, select one item of the listbox, and display this
item to another text box.
But I can't select item from the listbox.

Soure code I wrote is like below :

  procedure ListBox1_Selected is
    ttt : String(1..20);
  begin
     SelectItem(window1.ListBox1, ttt);  -- ?? not worked

     Text(Window1.Text1, ttt);  -- display ttt to another text box

  end ListBox1_Selected;

I study GUI of ObjectAda with GUI builder v.7.1.0 online help and
gbObjects.ads source file.
But this is not enough data for me.
Do you have any sample programs for using the GUI builder?
Or any other data which is useful for me?
help me, please.......

                      H.J.  from Korea.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-09-03  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-02  0:00 Question about ObjectAda GUI Builder bhj
1998-09-03  0:00 ` Lowe Anthony A

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