<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi!</FONT></DIV>
<DIV><FONT face=Arial size=2>I have got a GUI containing a TextMorph and my app 
is supposed to connect to a database. Just before I connect to my database I 
change my TextMorph like this:</FONT></DIV>
<DIV><FONT face=Arial size=2>myTextMorph contents: 'Connecting...'.</FONT></DIV>
<DIV><FONT face=Arial size=2>.....code for connecting to db.</FONT></DIV>
<DIV><FONT face=Arial size=2>But the GUI is not updated until I'm connected to 
the db.</FONT></DIV>
<DIV><FONT face=Arial size=2>How do I make sure that the GUI is updated before 
the connection starts?</FONT></DIV>
<DIV><FONT face=Arial size=2>Something like?:</FONT></DIV>
<DIV><FONT face=Arial size=2>myTextMorph contents: 'Connecting...'.</FONT></DIV>
<DIV><FONT face=Arial size=2>myGUI isUpdated</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; whileFalse: [].</FONT></DIV>
<DIV><FONT face=Arial size=2>.....code for connecting to db.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Many thanks in advance!</FONT></DIV>
<DIV><FONT face=Arial size=2>Marcus</FONT></DIV></BODY></HTML>