[Plugin] ImageTrimmer
-
Java settings :
-
The only difference I have is the last item Java Quick Starter is unchecked in my version, BUT I'd not expect that to be an issue...
Can you run Sketchup as an Admin and see if it helps...
-
@tig said:
The only difference I have is the last item Java Quick Starter is unchecked in my version, BUT I'd not expect that to be an issue...
Can you run Sketchup as an Admin and see if it helps...
Nothing new.... same old story
I tried once again and got just basic file in TrimmedImages folder.
Then, as you can see, I tried with input in RC, but TrimmedImages folder stay unchanged still only basic image.
-
@elacid said:
@tig said:
The only difference I have is the last item Java Quick Starter is unchecked in my version, BUT I'd not expect that to be an issue...
Can you run Sketchup as an Admin and see if it helps...
Nothing new.... same old story
I tried once again and got just basic file in TrimmedImages folder.
Then, as you can see, I tried with input in RC, but TrimmedImages folder stay unchanged still only basic image.
[attachment=0:26ynthtl]<!-- ia0 -->RC3.png<!-- ia0 -->[/attachment:26ynthtl]
I had exactly the same problems. I never got it to work either
-
Works fine for me on two PCs and my Mac.
-
@picky1958 said:
@elacid said:
@tig said:
The only difference I have is the last item Java Quick Starter is unchecked in my version, BUT I'd not expect that to be an issue...
Can you run Sketchup as an Admin and see if it helps...
Nothing new.... same old story
I tried once again and got just basic file in TrimmedImages folder.
Then, as you can see, I tried with input in RC, but TrimmedImages folder stay unchanged still only basic image.
[attachment=0:2sef8osi]<!-- ia0 -->RC3.png<!-- ia0 -->[/attachment:2sef8osi]
I had exactly the same problems. I never got it to work either
But somewhere there must be a Catch. I hope so
-
@dave r said:
Works fine for me on two PCs and my Mac.
Yes, but the problem is not noticeable when running than when not working
-
@elacid said:
@picky1958 said:
@elacid said:
@tig said:
The only difference I have is the last item Java Quick Starter is unchecked in my version, BUT I'd not expect that to be an issue...
Can you run Sketchup as an Admin and see if it helps...
Nothing new.... same old story
I tried once again and got just basic file in TrimmedImages folder.
Then, as you can see, I tried with input in RC, but TrimmedImages folder stay unchanged still only basic image.
[attachment=0:2de0bzyz]<!-- ia0 -->RC3.png<!-- ia0 -->[/attachment:2de0bzyz]
I had exactly the same problems. I never got it to work either
But somewhere there must be a Catch. I hope so
I gave up on it. I am good with computers but when it comes up to some terms, there is also a language barrier. Some things are hard to find when you get instructions in english and you are hanging around with a PC that only speaks german!
-
@picky1958 said:
I gave up on it. I am good with computers but when it comes up to some terms, there is also a language barrier. Some things are hard to find when you get instructions in english and you are hanging around with a PC that only speaks german!
Yes it is a problem. Most people I know have Windows upgrade on its own local language.
My knowledge of English is poor, but there's no way for me to upgrade Windows on my PC to local language just for the reason you mention.As someone said, Hope dies last.
To give up is not an option -
I've been thinking a bit about this problem and the conclusion is as follows
When I start Image trimer from SU as I can see in status line
there appears one by one dot indicating that Image Trimer works.
In folder TrimmedImage shows up a copy of basic image.
Contents of files from.ini and to.ini are created with rigt paths what all indicates this part work fine.But after this point, after minute or minute and a half it stops.
In folder TrimmedImage there is no files image[Edges].dat and image[Edges].pngThe main question is, what heppens in that minute, according status line ImageTrimer works something.
Does it produce this two files image[Edges].dat and image[Edges].png or not.
We have two options
1.)
Files are produced but sometning has gone wrong and files can not be saved in TrimmerdImage folder
2)
Files are not produced which brings us back to the question of what then happens in that minute, minute and half.On the other side when EdgeDetector.jar is triggered manualy it produce this two files in folder.
When EdgeDetector.jar is trigered inside RC nothing happens. -
If you try this in the RC
UI.openURL("file:///"+"../full/path/to/EdgeDetector.jar")
what happens ? -
@tig said:
If you try this in the RC
UI.openURL("file:///"+"../full/path/to/EdgeDetector.jar")
what happens ?Full path to EdgeDetector.jar is :
C:/Program Files/Google/Google SketchUp 8/Plugins/SKMtools/EdgeDetector.jarIn this case if this is correct
after enter and few seconds I got just this
and nothing more
Folder TrimmedImage is unchanged. -
Has it then made the other files in the 'Trimmed' folder ?
If so we know it's both runnable and working...
Is there a .dat file?
This tells Ruby where to draw the edges that are the image's 'perimeter' ?
Can you PM a zip of the Trimmed folder including any .dat file to me ?
So why isn't it then reading the .dat file? -
@tig said:
Has it then made the other files in the 'Trimmed' folder ?
If so we know it's both runnable and working...
Is there a .dat file?
This tells Ruby where to draw the edges that are the image's 'perimeter' ?
Can you PM a zip of the Trimmed folder including any .dat file to me ?
So why isn't it then reading the .dat file?Well, we have three situations..
1.)
When I start ImageTrimer from SU then
in files from.ini and to.iniappears correct path
in folder TrimmedImages appears copy od image.png
And nothing more.2.)
When I start manualy by click EdgeDetector.jar
with the condition - there is corect path in files from.ini and to.ini
and condtition - there is image.png inTrimmedImagesfolderIn folder TrimmedImages next to image.pngappears image[Edges].datand image[Edges].png
3.)
When I start EdgeDetector.jarinside RC nothing happens.
Files image[Edges].datand image[Edges].png doesn't appear in b] TrimmedImages [/b] folderZip of TrimmedImage folder is sent over PM
-
A .jar file won't execute through the RC unless you use UI.openURL("file:///"+full_path_to_jar), which we know works... I think - please retry and confirm this if there's any doubt...
The edges dat file that is necessary is made in the set you PM'd, and it is fine - here's a zoomed out view of the 'text' - you can clearly see the 0/1 pattern matching the image outline !
So why isn't it working through the main ruby code ?
The .jar isn't 'executing' in the code...
So there must be something wrong with either your permissions - are you an admin ?
OR perhaps the Java settings are not right for some reason???
Do you AND ALL others have FULL access to the TrimmedImages folder ?
Perhaps you do but others like Java/Sketchup don't ???
Is there FULL rights for ALL to the SKMtools folder/files and subfolders ???
It's as if something is stopping the one step needed with the jar file 'opening' and making the dat file...
-
@tig said:
A .jar file won't execute through the RC unless you use UI.openURL("file:///"+full_path_to_jar), which we know works... I think - please retry and confirm this if there's any doubt...
The edges dat file that is necessary is made in the set you PM'd, and it is fine - here's a zoomed out view of the 'text' - you can clearly see the 0/1 pattern matching the image outline !
So why isn't it working through the main ruby code ?
The .jar isn't 'executing' in the code...
So there must be something wrong with either your permissions - are you an admin ?
OR perhaps the Java settings are not right for some reason???
Do you AND ALL others have FULL access to the TrimmedImages folder ?
Perhaps you do but others like Java/Sketchup don't ???
Is there FULL rights for ALL to the SKMtools folder/files and subfolders ???
It's as if something is stopping the one step needed with the jar file 'opening' and making the dat file...On this computer is only one user acount - my, with description computer administrator.
Full Java sattings I posted here before.
All folder with subfolder and files in that folders have full rights for ALL
The catch is somewhere here :
EdgeDetector.jar works if is started manualy by click
EdgeDetector.jar doesn't work from RCWhen it would be?
-
If you right-click a jar file and use 'open with...' what does it say ?
Try execute with Java ?
The one difference in the Java Advanced settings between me/you - mentioned earlier - can you try the alternative 'off'... -
@tig said:
If you right-click a jar file and use 'open with...' what does it say ?
Try execute with Java ?
The one difference in the Java Advanced settings between me/you - mentioned earlier - can you try the alternative 'off'...I got this
-
Conclusion - Chapter 2
After many attempts, I came up with something that could lead to a solution.
As I am not friendly with Ruby I tried the followingFirst. I saw that when I run ImageTrimmer from SU in TrimmedImages folder only get copy of bacic image - someimage.png
Then I saw if I directly run EdgeDetector.jar in TrimmedImages folder I get two files someimage[Edges].dat and someimage[Edges].png
Next I saw when I run ImageTrimmer from SU at start all existing files in TrimmedImages folder are deleted.
Well then I do next :
I start directly EdgeDetector.jar and I get necessery files someimage[Edges].dat and someimage[Edges].png and I copy them out from TrimmedImagesfolder.
Then I start ImageTrimmer from SU (of course ImageTrimer at start delete this two files from TrimmedImages folder but I have copy of them)
When ImageTrimmer are working I copy back someimage[Edges].dat and someimage[Edges].png in TrimmedImages folder
And on this way plugin works.
As I said before Hope dies last and surrender is not an option.
TIG, now is your turn
My grandad who died many years ago and never seen computor know to say something that might be in translation :
You dont have to know everything, but you need to know how to handle -
Another thought...
Please check your permissions for the SKMtools folder/contents are FULL for EVERYONE...
If you right-click a jar file and use 'Open with...' and choose 'Set default program...'
Try to re-force it to execute with Java, by re-choosing the Java .exe and checking the box 'Always open with this...'Also recheck each of the Java Control Panel settings match these, which work for me:
Advertisement