|
|
Clarion 6 - General
Started by lokilim at 08-21-2008 8:58 PM. Topic has 3 replies.
 
 
|
|
Sort Posts:
|
|
|
|
08-21-2008, 8:58 PM
|
lokilim
Joined on 08-21-2008
Posts 11
|
facing MDI Windows problem
|
|
|
|
|
hi, i would like to ask that any 1 of you has meet with this problem before, when open a MDI windows, after close it. the minimize,maximize and close button still left over there. when open another MDI windows again it will become 2 set of minimize,maximize and close button. it will keep on increasing when opening new MDI windows, i will continue until that applicaation close.
|
|
|
|
|
Report
|
|
|
|
08-24-2008, 1:01 AM
|
Shankar
Joined on 10-24-2005
Dubai, UAE
Posts 219
|
Re: facing MDI Windows problem
|
|
|
|
|
Hi!
Edit the ABWINDOW.clw file in the \Clarion6\Libsrc folder - WindowManager.TakeCloseEvent method - last line from ::
RETURN Level:Benign
to ::
IF 0{PROP:Maximize}
0{PROP:Active} = False
END
RETURN Level:Benign
However, I believe this does not work that well on Vista.
Regards
Shankar
|
|
|
|
|
Report
|
|
|
|
08-26-2008, 6:56 PM
|
lokilim
Joined on 08-21-2008
Posts 11
|
Re: facing MDI Windows problem
|
|
|
|
|
|
thank you shankar, but the problem still remain.
when i close the window, by using mouse the min,max and close still will keep on there,
but when i close the window by esc button then the problem would not occur.
except that problem, i also notice that a small icon on the left handside also will keep on increasing,
even though i close by mouse or esc button.
|
|
|
|
|
Report
|
|
|
|
09-21-2008, 12:05 PM
|
uds0
Joined on 06-05-2006
Posts 6
|
Re: facing MDI Windows problem
|
|
|
|
|
There are a number of workarounds in the c6 ng. A very solid fix seems to be:
http://www.huenuleufu.com/FinalStep_e.html
It replaces the troubled Maximize button with its own method, thus eliminating the cause. It also includes a valuable set of visual enhancements that make the app feel much more modern and changes the OK button text to reflect the change mode of the update form. Much nicer! Very high value template.
HTH, Paul
|
|
|
|
|
Report
|
|
|
|
|
|