Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Field event "missing in action"

From: kenneth:nwinet at: 18-May-2001 19:25

VB FYI,
> <snip> > >.. clicking on the close - window > > icon ie the X at the top right > > of the window does not activate the alert... I'm > > wondering how I can get it to fire. > > > > I know I can trap the close event using detect > > but I don't know how I can use this to solve the > > above problem. > My > brother's work group had tried to solve a similar problem from Visual > BASIC, and he said that they ultimately gave up, and switched to a > totally different programming paradigm.
Form_QueryUnload in VB fires when you click the eXit box and has a cancel parameter. Should work for <Alt><F4> also.