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

[REBOL] View Bug with Event port?

From: ptretter::charter::net at: 11-Jul-2003 20:17

Is this a bug? rebol[] waitports: [] listen: open/lines/direct/no-wait tcp://:9999 append waitports listen go: does [ forever [ port: wait waitports if port/scheme = 'event [probe port] ] ] main: layout [b1: btn "Click ME" [go]] view main halt --------------------- I am trying to figure out why port is picking up the event? Paul Tretter