almost messed up..
-
Wasn't thinking, and had to wait for a window to dispose properly before redisplaying it (long story) I was about to code this when my first cup of coffee hit me:
public void redisplay ()
{
try
{
//displaying
}
catch (Exception e)
{
Thread.Sleep (100);
redisplay();
}
} -
Wasn't thinking, and had to wait for a window to dispose properly before redisplaying it (long story) I was about to code this when my first cup of coffee hit me:
public void redisplay ()
{
try
{
//displaying
}
catch (Exception e)
{
Thread.Sleep (100);
redisplay();
}
}Great coding:)
Regards, Sylvester G
-
Wasn't thinking, and had to wait for a window to dispose properly before redisplaying it (long story) I was about to code this when my first cup of coffee hit me:
public void redisplay ()
{
try
{
//displaying
}
catch (Exception e)
{
Thread.Sleep (100);
redisplay();
}
}To be honest, I find the general catch more disturbing than the recursion.
-
To be honest, I find the general catch more disturbing than the recursion.
-
Wasn't thinking, and had to wait for a window to dispose properly before redisplaying it (long story) I was about to code this when my first cup of coffee hit me:
public void redisplay ()
{
try
{
//displaying
}
catch (Exception e)
{
Thread.Sleep (100);
redisplay();
}
}:-D
Regards, Satips.:rose: Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Walk beside me, and just be my friend. - Albert Camus