FLTK logo

STR #87

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #87

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:4 - High, e.g. key functionality not working
Scope:2 - Specific to an operating system
Subsystem:MacOS
Summary:Mac's QuitAppleEventHandler should not ExitToShell
Version:1.1.4rc1
Created By:rsmith.ncbi.nlm.nih
Assigned To:matthiaswm
Fix Version:1.1-current
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 rsmith.ncbi.nlm.nih
12:07 Jun 16, 2003
file: Fl_mac.cxx, function: QuitAppleEventHandler.
This is the call back when a quit event has been received by the event loop.  It should just do what is necessary to tell the event loop that we are quitting.  It should not call ExitToShell().  This immediately exits the program.  It is Mac equivalent of Unix's exit().  No other code after this will be executed. In particular run() will never return. 

Instead of ExitToShell you should call QuitApplicationEventLoop() which tells the main event loop to exit.
 
 
#2 matt
20:15 Jul 17, 2003
This is fixed. Thanks for the great bug description and - um - solution.  
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.