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

[REBOL] Re: Make_user_manual.r ?

From: brett:codeconscious at: 29-Jan-2002 0:35

Hi Gregg and Sunanda, I liked Gregg's dialect suggestions and particular some of the example. It was really instructive for me and helps clear somethings up. The ideas related to WAIT is problematical for me at the moment. I already have a problem with network activity too. I have used WAIT as my "hook" into the application. The logic is that when the application waits, it is a sign for some user input - in this case time to run the play-app script supplied by the developer. So I redefine wait as a way for the app to call play-app code when it wants some imput. Now this has been ok, but network activity does an implied wait so if I want a load-thru to work I have to allow the actual wait to happen, but then I don't know if the wait was for the network or for the screen or both... Hmm.... :-/ Brett.