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

[REBOL] Request File

From: mattsmac:hotmai:l at: 20-Jan-2004 17:07

I'm having a problem with the Request File Function. I have a timer as an event in the feel of a form. One of the buttons on the form launches the request file dialog box. The problem is that while that dialog box is up, my timer event is paused. I'm using the timer to check for inactive users, so the timer needs to be going at all times. Anybody have any suggestions? Here is the code for the timer: ; Probe time hold the timer interval, in my case it is usually 30 seconds main-form/rate: probe-int main-form/feel: make main-form/feel [ engage: func [face action event] [ if (event/type = 'time) [probe-messages probe-type] ] ] Thanks everyone, Matt _________________________________________________________________ Get a FREE online virus check for your PC here, from McAfee.