Started by ScottBolton ·
2021-06-22 07:16 UTC ·
3 replies · SMF topic #2778
ScottBolton
2021-06-22 07:16 UTC
I ask my users to select an object, then the dialogue opens. Problem is, the message remains on the screen. Sometimes the message text isn't displayed, only the grey box. Is there something I can do to ensure the display is clean before open the dialogue?
See the attached image.
Peter2
2021-07-05 13:38 UTC
Strange ...
Is your Graphic Card and the Driver up to date?
Have you tried the command "_redraw"?
fred_tomke
2021-08-09 13:43 UTC
Hi,
I'm sure there was something.
When I want to make sure that the latest modifications are displayed on screen before the form comes up again, then I call (vla-update (vlax-get-acad-object)). It also updates the drawing database without regen.
Hope that could help in this case, too.
Fred
ScottBolton
2021-08-10 10:11 UTC
Thanks, Fred. I'll try (vla-update (vlax-get-acad-object)).