We need a lot more information before
we can help you.
Please try to create a snippet that
shows the problem.
Here's my best guess at a snippet you
can start with - I am just guessing that you are using GridLayout.
Note that the layout in this snippet
will not "spoil", but it will look "different" if someone
resizes the window.
shell.pack ();
shell.open ();
while
(!shell.isDisposed ()) {
if
(!display.readAndDispatch ()) display.sleep ();
}
display.dispose ();
}
}
Carolyn
From:
gokhanyamac <gokhanyamac@xxxxxxxxx>
To:
platform-swt-dev@xxxxxxxxxxx
Date:
05/09/2008 09:26 AM
Subject:
[platform-swt-dev] SWT Layout spoils
in time
Hi there,
Hope can find help. I have provided a customer with a SWT interfaced
applications. They are using it on Windows XP and they told me recently
that
the layout spoils (for example, the button that needs to be under the text
field comes next to it) when left open for 2-3 hours. In the beginning,
the
interface is all normal and I have no idea what happens to the interface
to
cause that.