comp.lang.ada
 help / color / mirror / Atom feed
From: ldries46 <bertus.dries@planet.nl>
Subject: Is this an Gtk issue or an Ada issue or even a OS issue? Unwanted parallel processing
Date: Tue, 18 Oct 2022 08:30:34 +0200	[thread overview]
Message-ID: <nnd$15f691fc$45f251ff@6c4243a14b752937> (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)

             reply	other threads:[~2022-10-18  6:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18  6:30 ldries46 [this message]
2022-10-18 19:52 ` Is this an Gtk issue or an Ada issue or even a OS issue? Unwanted parallel processing Ludovic Brenta
2022-10-21 11:46   ` ldries46
2022-10-21 23:26     ` Ludovic Brenta
replies disabled

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