comp.lang.ada
 help / color / mirror / Atom feed
From: evangeli@cnam.fr (Evangelista Sami)
Subject: gtkada problem
Date: 7 Jan 2003 03:45:33 -0800
Date: 2003-01-07T11:45:34+00:00	[thread overview]
Message-ID: <5f59677c.0301070345.34fb5409@posting.google.com> (raw)

Hello everybody

i have a small problem with gtkada:
in the application i am implementing, a long calculus sometimes occur.
during this one, i want to put some informations in the status bar to
inform user.
but theses messages appear only after the calculus is done. so is
there a way to force the drawing of theses messages?
my code looks like this :
-----------------------------------------------
Pop(Win.Status_Bar_Bar, 1);
Mid := Push(Win.Status_Bar_Bar, 1, "Translating");
Translate;
Pop(Win.Status_Bar_Bar, 1);
Mid := Push(Win.Status_Bar_Bar, 1, "Analyzing");
Analyze;
Pop(Win.Status_Bar_Bar, 1);
Mid := Push(Win.Status_Bar_Bar, 1, "Finalizing");
Finalize;
-----------------------------------------------
the "Translating" and "Analyzing" messages never appear on the status
bar

am i clear?

thanks for any response

Sami Evangelista
evangeli@cnam.fr



             reply	other threads:[~2003-01-07 11:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-07 11:45 Evangelista Sami [this message]
2003-01-07 18:46 ` gtkada problem Stephen Leake
  -- strict thread matches above, loose matches on Subject: below --
2004-07-17 16:05 GtkAda Problem Oliver Doerler
2004-07-17 17:38 ` Björn Persson
2004-07-17 20:00   ` Nick Roberts
2004-07-17 22:40     ` Jeffrey Carter
2004-07-18  0:01       ` Nick Roberts
2004-07-18 11:29         ` Simon Wright
2004-07-18 14:17           ` Nick Roberts
2004-07-19 19:55             ` Warren W. Gay VE3WWG
2004-07-19 21:58               ` Ludovic Brenta
2004-07-19 22:59                 ` Ed Falis
2004-07-20 16:58                 ` Warren W. Gay VE3WWG
2004-07-20 18:14               ` Nick Roberts
2004-07-19 23:55         ` Randy Brukardt
2004-07-17 17:44 ` Nick Roberts
2004-07-21 20:15 ` Oliver Doerler
replies disabled

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