On Tue, 26 Jun 2007 20:25:09 +0200, Riccardo Linzitto wrote:

> Thanks Ken,
> this is a very good suggestion.
> revDeleteFolder is now ok. revCopyfolder needs same investigations

Hmm - revCopyFolder works for me on Vista HP; I made a simple stack 
with one button:

on mouseUp
  answer folder "Pick a folder:"
  if it <> "" then
    revCopyFolder it,(it & "Copy")
  end if
end mouseUp

Clicked the button, selected a folder, and it worked - what are you 
experiencing?


Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to