OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: copter on October 11, 2009, 06:25:23 AM

Title: help function always minimized when launched from an odcl form
Post by: copter on October 11, 2009, 06:25:23 AM
Hello

When I run the help function inside an odcl form, The displayed window is always minimized.
Not such issue inside a dcl file.
Any ideas ?
Title: Re: help function always minimized when launched from an odcl form
Post by: Fred Tomke on October 11, 2009, 09:48:39 AM
Hi, copter,

hm, I can partially reproduce it but I haven't found any solution yet. I reckon that it may caused by the effect that the control wants to keep the focus (event invoke): the form tries to send itself to front after calling the event. I have the same problem when I call a function from a button-onclicked-event which shows a modeless form: the modeless form is beeing moved behind the modal form which opens the modeless form. As I said I haven't found any solution yet. And when I tried to create a small example for Owen then every works fine in this sample.

Sorry that I couldn't help you.

Fred
Title: Re: help function always minimized when launched from an odcl form
Post by: owenwengerd on October 12, 2009, 01:50:13 AM
See if you can create a simple project that duplicates the problem. I did a few tests, but I didn't notice any problems.
Title: Re: help function always minimized when launched from an odcl form
Post by: Fred Tomke on October 12, 2009, 06:56:25 AM
QuoteI did a few tests, but I didn't notice any problems.
I did expect this. I tried several samples but the samples never reproduced the same as the real form does. I will try it again.

Fred
Title: Re: help function always minimized when launched from an odcl form
Post by: copter on October 12, 2009, 08:56:50 AM
I can reproduce it now: It occurs when vlide is loaded. (Even if vlide is loaded from an other drawing)
So, this not an important issue. Please forget my post.
Copter