View Ticket
Not logged in
Ticket Hash: 81b9afccd5a496f293bb710d83c3adda00010ebc
Title: Documentation enhancements of sdltk page and lifecycle virtual events
Status: Closed Type: Documentation
Severity: Cosmetic Priority: Medium
Subsystem: Resolution: Fixed
Last Modified: 2019-04-13 07:12:51
Version Found In: trunk
User Comments:
anonymous added on 2019-04-12 06:54:32: (text/x-fossil-wiki)
On the sdltk documentation page [http://www.androwish.org/index.html/wiki?name=sdltk+command], the following documentation may be added:

   *   "<<Terminating>> App is terminating.". Add "Currently not called on windows. To sense the close button of the task view, "wm protocol .  WM_DELETE_WINDOW" may be used. There is no way to sense a whipe-away in the task view.
   *   "<<WillEnterForeground>> App's screen will be put in foreground.". Add "This event is not called on application startup (on Android). 
   *   "<<DidEnterForeground>> App's screen is in the foreground. ". Add "This event is not called on application startup (on Android). 

Thank you for great AndroWish,
Harald

chw added on 2019-04-13 07:12:51: (text/x-fossil-plain)
Most suggestions added. However, left out the obvious (WM_DELETE_WINDOW protocol) since that is standard Tk documented elsewhere.