Welcome to Clarion Community Sign in | Join | Faq

Clarion 6 - General

Started by lokilim at 08-21-2008 8:58 PM. Topic has 3 replies.

Print Search
Sort Posts:    
   08-21-2008, 8:58 PM
lokilim is not online. Last active: 9/17/2008 6:25:38 AM lokilim

Top 50 Posts
Joined on 08-21-2008
Posts 11
facing MDI Windows problem
Reply Quote
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 is not online. Last active: 11/14/2008 4:04:22 PM Shankar

Top 10 Posts
Joined on 10-24-2005
Dubai, UAE
Posts 219
Re: facing MDI Windows problem
Reply Quote
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 is not online. Last active: 9/17/2008 6:25:38 AM lokilim

Top 50 Posts
Joined on 08-21-2008
Posts 11
Re: facing MDI Windows problem
Reply Quote

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 is not online. Last active: 9/21/2008 10:57:19 PM uds0

Top 100 Posts
Joined on 06-05-2006
Posts 6
Re: facing MDI Windows problem
Reply Quote
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 
Clarion Communi... » Clarion » Clarion 6 - Gen... » Re: facing MDI Windows problem

Powered by Community Server, by Telligent Systems