From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fd2c310bd39094d1,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-07 03:45:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: evangeli@cnam.fr (Evangelista Sami) Newsgroups: comp.lang.ada Subject: gtkada problem Date: 7 Jan 2003 03:45:33 -0800 Organization: http://groups.google.com/ Message-ID: <5f59677c.0301070345.34fb5409@posting.google.com> NNTP-Posting-Host: 163.173.228.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1041939934 14503 127.0.0.1 (7 Jan 2003 11:45:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 7 Jan 2003 11:45:34 GMT Xref: archiver1.google.com comp.lang.ada:32660 Date: 2003-01-07T11:45:34+00:00 List-Id: 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