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

[REBOL] Re: [Fwd: Re: request-file/save/file in 1.2.47]

From: charles::mougel::spinodo::com at: 5-Sep-2005 9:40

Anton Rolls a =E9crit :
>By the way, this seems to work, after defining the function, >bind its body to the req-file context. > > bind second :request-file req-file > >Anton. >
Thanks for all, but I don't use 'bind very well :-( Here is what I've done in view 1.2.47 req-file: make object! [(view 1.3 req-file version ...) request-file: func [(view 1.3 request-file version ...) bind second :request-file req-file request-file/save/file %/c/test.txt And this seems to work, the new function is used, ther is no crash with variables with no values. This is ok. But : the last line do exactly the same than if I doesn't do anything ! The dialog box show me the wrong directory, and doesn't feel the "file" field. So, this patch doesn't work. Where is my 1.3 SDK ? boooooh ;-( Charles.