Actually, I was wrong earlier - the ask_open_file seems to be working
properly, it's just the ask_save file that is not working.

Shoes.app do
  fn = ask_save_file
  debug fn.class
end

Running this and entering in test.txt for the filename sends NilClass to the
console. ?????? - What the heck? Am I really the only person somehow having
this issue? Any ideas?

Chris



On Sun, Jun 28, 2009 at 11:09 AM, Christopher Small
<[email protected]>wrote:

> Hi there. Running Leopard and having trouble with the ask_save_file and
> ask_open_file. The windows pop up and everything, but trying to capture the
> output is not working correctly. If I do
>
> fn = ask_open_file
> text = open( fn )
>
> fn gets set to nil and the open method does not work properly. Has anyone
> else had this problem?
>
> Chris
>

Reply via email to