comp.lang.ada
 help / color / mirror / Atom feed
* GtkAda Threading Problem
@ 2002-05-20 13:04 Joey Frantzen
  2002-05-23  6:44 ` Romanov
  0 siblings, 1 reply; 2+ messages in thread
From: Joey Frantzen @ 2002-05-20 13:04 UTC (permalink / raw)


I am writing a program that has 2 threads running, one thread handles
clock updates to the screen(sent to a Gtk.Clist) and Lat/Long
Updates(also sent the Gtk.Clist).  I have several other Clist, one
problem I am having is when my thread has to Gtk.Clear one of the
other Clist, it is locking up.  I think it has something to do with
the GUI of GtkAda.  I have all my Clist protected, as well as I have
made a GUI Object that is protected. My feeling is that my GtkAda
updating the Time/Lat/Long Clist is also trying to update the other
Clist and is crashing the program.  Any help out there?



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

* Re: GtkAda Threading Problem
  2002-05-20 13:04 GtkAda Threading Problem Joey Frantzen
@ 2002-05-23  6:44 ` Romanov
  0 siblings, 0 replies; 2+ messages in thread
From: Romanov @ 2002-05-23  6:44 UTC (permalink / raw)


Gdk.Threads.Init ?

joeyf40804@aol.com (Joey Frantzen) wrote in message news:<fc4817e4.0205200504.739d9e71@posting.google.com>...
> I am writing a program that has 2 threads running, one thread handles
> clock updates to the screen(sent to a Gtk.Clist) and Lat/Long
> Updates(also sent the Gtk.Clist).  I have several other Clist, one
> problem I am having is when my thread has to Gtk.Clear one of the
> other Clist, it is locking up.  I think it has something to do with
> the GUI of GtkAda.  I have all my Clist protected, as well as I have
> made a GUI Object that is protected. My feeling is that my GtkAda
> updating the Time/Lat/Long Clist is also trying to update the other
> Clist and is crashing the program.  Any help out there?



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

end of thread, other threads:[~2002-05-23  6:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-20 13:04 GtkAda Threading Problem Joey Frantzen
2002-05-23  6:44 ` Romanov

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