Hi Paul,

Closing browser doesn't help. The unload time is the same as in the case of 
just closing TW.

About Java 7 -- well, it didn't work for me in a number of setups [1]. May 
be I have to research the issue again, but this would require some time and 
efforts. Which I actually want to invest into the exploration of another 
approach for saving [2].. (about which I don't know if it's feasible).

Best regards,
Yakov.

[1] 
https://groups.google.com/forum/?fromgroups=#!topic/tiddlywikidev/8xEMu4eXwZk
[2] 
https://groups.google.com/forum/?fromgroups=#!topic/tiddlywiki/25LbvckJ3S8

воскресенье, 27 октября 2013 г., 9:00:05 UTC+4 пользователь PVHL написал:
>
> @all [reposted after reading #172 
> <http://trac.tiddlywiki.org/ticket/172>again; haven't found a way to edit 
> posts and new to Google Groups]
>  
> I asked above if people knew how to allow subdirectories, and just read TW 
> ticket #172 that explains how. Apparently:
>  
> grant codeBase "file:C:/tw/TiddlySaver.jar" {
>     permission java.io.FilePermission "C:${/}tw", "read, write";
>     permission java.io.FilePermission "C:${/}tw${/}-", "read, write";
> };
>  
> will do what I wanted ('-' instead of '*'; amazingly difficult to discover 
> this stuff from official Java sources). I haven't tested this yet, but #172 
> says it works, and I want to correct my previous information.
>  
> Since writing, testing, and publishing my small code change I have been 
> having permission issues using it that I didn't have when testing (haven't 
> tested the above yet); not sure if a Java update changed things and I'm 
> still looking into it. Has anyone had success with my modified TiddlySaver?
>  
> @Yakov
> I'd certainly look at the destroy method you pointed to, but it seems like 
> a bad idea so far. Is closing the browser instance not possible as a 
> workaround? I'm also wondering why you couldn't use Java7 on Windows 7, as 
> it has worked fine for me on several Windows 7 setups.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to