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

window events

 [1/1] from: ammoncooke::yahoo::com at: 3-Oct-2001 16:55


Hi, Just finished the Event Handler howto... The last line states, "It is better to use the INSERT-EVENT-FUNC function to set window event handlers. This function allows multiple handlers for each window. It will be discussed separately." Is this seperate enough for someone to discuss it with me? ;) I tried this: insert-event-func [redraw: func[f a p] [ wrkspc/size: (mn/size - 140x75) show wrkspc show bldr-cr ]] it returned this: I have also tried several other things, & looked at all the source I could find. Thanks!! Ammon