[DUG] Problem with minimize button.
Robert martin
rob at wildsoft.co.nz
Wed Jun 27 13:57:25 NZST 2007
Hi
Is there onResize (or other event code) that might be failing (AV) ?
Just a guess
Rob Martin
Software Engineer
phone +64 03 377 0495
fax +64 03 377 0496
web www.chreos.com
Wild Software Ltd
Phil Scadden wrote:
>> What about this:
>>
>> procedure TPlotfrm.WMSysCommand(var Message: TWMSysCommand);
>> begin
>> if (Message.CmdType and $FFF0 = SC_minimize) then
>> begin
>> statusbar1.panels[0].text := 'Minimise called';
>> Application.minimize;
>> end;
>> inherited;
>> end;
>>
>
> Nope. Minimise called but the window doesn't minimize. Take about
> frustrating.
>
> ----------------------------------------------------------
> Phil Scadden, GNS Science Ltd
> 764 Cumberland St, Private Bag 1930, Dunedin, New Zealand
> Ph +64 3 4799663, fax +64 3 477 5232
>
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi at delphi.org.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject: unsubscribe
>
>
More information about the Delphi
mailing list