OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Hypersonic on July 09, 2012, 09:33:32 AM

Title: display freezes when running long routines in Windows 7 any thoughts?
Post by: Hypersonic on July 09, 2012, 09:33:32 AM
I think I posted this a while back but could not find the post, so anyways sorry if this is a repeat.
I have switched to windows 7 and the display updating freezes when running long routines, and this really stinks when trying to debug programs and
you really can't see what is happening.

A while back no one seemed to have any solution other than going back to xp pro, does anyone have any new ideas on this?

Thanks!
Title: Re: display freezes when running long routines in Windows 7 any thoughts?
Post by: owenwengerd on July 09, 2012, 09:47:54 AM
What are your long routines doing, and in what context are they running? What exactly do you mean by "display updating feeezes"? Are you referring to dialog controls?
Title: Re: display freezes when running long routines in Windows 7 any thoughts?
Post by: Hypersonic on July 10, 2012, 06:27:50 AM
No, its really nothing to do with OpenDCL, I think it is some kind of a window7 thing....
its just running autolisp routines that do a lot of calculations etc. some zooming around on the screen.
Everything will update just fine for a couple seconds, then the hourglass pops up and it stays there until the routines are done, then does one screen display update
at the very end.

Not sure where to got to get help on this, I just know there are a bunch of good programers here and maybe have encountered the same problem....

Thanks!
Title: Re: display freezes when running long routines in Windows 7 any thoughts?
Post by: owenwengerd on July 11, 2012, 01:30:11 PM
Maybe an occasional (princ "\n") or (grread) would pump the queued messqges. I'd post this on The Swamp (http://www.theswamp.org) where you're more likely to get a response.
Title: Re: display freezes when running long routines in Windows 7 any thoughts?
Post by: Hypersonic on July 11, 2012, 02:19:29 PM
I'll give it a try, thanks Owen :)