Hi Again

As I am presenting a course that uses this TW this weekend I have
investigated further this problem. Through trial and error I have
found that the problems is in the replace parameter. If I remove it
from the macro.....the quiet and merge parameters work!!! If I put
"replace" back into macro...once again the merge does not work.

Is the replace parameter failing...or maybe its just that I cant have
both replace and merge in the same macro call......???

For now I have left replace out......so the students can correctly
save their data....even though it does take three clicks to do so!!!

Thanks
Skye

On 4 Nov, 17:46, skye riquelme <[email protected]> wrote:
> Hi All (Eric)
>
> I am having dificulties getting SaveAs to work as I want. With Erics
> help I am using -
>
> <<saveAs {{
>         var fn='Misc.html';
>         for (var i=0;i<tiddler.tags.length;i++)
>         if (tiddler.tags[i].indexOf('.html')!=-1)
>                 { fn=tiddler.tags[i]; break; }
>         'filename:'+fn;}} type:PureStore quiet replace merge here>> <<setIcon 
> disk.png ""
>
> notext>>
>
> which sits in the ToolbarCommands file...
>
> when I use it to save.....it asks to confirm the filename, asks to
> comfirm the overwrite (as the file exists) and them writes that
> tiddler over the contents of the file......it seems "quiet replace
> merge" aren´t being recognised.
>
> This is in the same arquive as recent 
> -http://dl.getdropbox.com/u/284644/Diplomado.html
>
> The open book will open the part where a few dummy journal entries
> *Diario) could be made to test  the problem.
>
> Thanks in Advance
> Skye
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to