Ignore:
Timestamp:
Sep 17, 2008, 3:28:02 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

new RPC broker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/fFrame.pas

    r489 r490  
    603603    Close;
    604604  end
    605   else if E.Message = 'Cannot focus a disabled or invisible window' then begin
    606     i := 1; // do nothing
     605  else if (E is EInvalidOperation) then     //kt 9/11/08
     606  begin
     607    if E.Message = 'Cannot focus a disabled or invisible window' then begin
     608      i := 1; // do nothing
     609    end
     610    else Application.ShowException(E);
    607611  end
    608612  else Application.ShowException(E);
Note: See TracChangeset for help on using the changeset viewer.