comp.lang.ada
 help / color / mirror / Atom feed
* Is this an Gtk issue or an Ada issue or even a OS issue? Unwanted parallel processing
@ 2022-10-18  6:30 ldries46
  2022-10-18 19:52 ` Ludovic Brenta
  0 siblings, 1 reply; 4+ messages in thread
From: ldries46 @ 2022-10-18  6:30 UTC (permalink / raw)


I have the following problem, which I can solve in my case but I still 
want to know how to solve in a general way.
Case:
In an Ada program I use the Gtk Filechooser with the On_OK routine. In 
that routine I read the chosen file and start some other calculations I 
need to do on that file (call for a new dialogue witin a callback from a 
higher level).  But these calculations are depending on the extension of 
the file. In some cases I even need another dialogue to decide which 
type o f calculations I have to follow. The program can only go on after 
this manual choice is made. But I see that the program goes on without 
waiting on that last dialogue to be closed.
Is there a way in Gtk to solve this or in Ada to block that obvious 
parallel processing or must I look for a solution within the operating 
system (Windows 11)

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

end of thread, other threads:[~2022-10-21 23:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18  6:30 Is this an Gtk issue or an Ada issue or even a OS issue? Unwanted parallel processing ldries46
2022-10-18 19:52 ` Ludovic Brenta
2022-10-21 11:46   ` ldries46
2022-10-21 23:26     ` Ludovic Brenta

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