Ignore:
Timestamp:
10/25/15 18:49:24 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
cef
Phase:
public
Message:

Added support for a fast timeout handler to speed up operations driver via Selenium (re #279).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/flight.py

    r712 r713  
    19741974            self._wizard.gui.beginBusy("Calling SimBrief...")
    19751975
     1976            cef.startFastTimeout()
    19761977            cef.callSimBrief(plan,
    19771978                             self._getCredentialsCallback,
     
    20462047            self._wizard.gui.updateBusyState(xstr(message))
    20472048        else:
     2049            cef.stopFastTimeout()
    20482050            self._wizard.gui.endBusy()
    20492051
Note: See TracChangeset for help on using the changeset viewer.