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

[REBOL] Re: UPDATED QUICK PLOT DIALECT and Tutorial

From: jason:cunliffe:verizon at: 22-Feb-2002 12:48

Wow: Great work... Thanks. Error: When I try the last demo in Additional Examples' section [drawing on graph and saving snapshot], it hangs as soon as click "save Image". Question/Suggestion: Is there any reason in "Stock[OHLC]" why not to directly download the needed file %get-stock.r if it is not found? Yes there is text warning there, but is too easy to break lovely demo application. At least if is not found, then app should not crash - instead just prompt. Boring I know, but this is what breaks so many REBOL/View programs.. they just hang when they should ignore. Search Issue Related to this, does anyone have any ideas how to improve google searches for rebol scripts. For example, search google for get-stock.r %get-stock.r rebol get-stock.r rebol %get-stock.r all => return nothing. I imagine this is because rebsites are not visible to google. If so, would'nt it be useful to have a %make-rebsite-interface-to-google.r script? An ideas how to do this nicely..? thanks again ./Jason