offthefarm / cutlist

Automatically exported from code.google.com/p/cutlist
0 stars 0 forks source link

DrawLayout is null #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Launched the script on sketchup file that is designed with plywood entered 
on the Entity Info Name attribute

What is the expected output? What do you see instead?

Script gives error that is attached.  Sheet layout page is empty.

What version of the product are you using? On what operating system?

Sketchup 8.0.16846; Cutlist 4.1.5; Windows OS 7

Please provide any additional information below.

Has worked before but I recently install on another machine. Thinking something 
is missing on machine that is required to run the script.

Thanks,
John

Original issue reported on code.google.com by santana_...@yahoo.com on 13 Jun 2013 at 3:34

Attachments:

GoogleCodeExporter commented 8 years ago
Hello John,

Nothing is missing. You did everything correctly. 
Trimble's latest version of SKU has made the minimum compatible version of MSIE 
(the default browser used for SKU) to IE8. This has caused a problem with my 
script which has been around for a number of years now and uses some features 
which have changed with the newer versions.

You will also get this problem if you download SKU2013 and from my experience 
if you download SKU2013 and you still want to use SKU8 on the same computer, 
you will also get this problem. 

In any case, there is a possible workaround for now, though I am working on 
releasing a new version which will solve this issue for some time. 

This workaround has worked for some (but also make sure youe IE is up to date).
Not everyone has reported that this works - so you might have to wait for the 
solution ( a few days away)

Change the first line of cutlistresult.html( this is found in the cutlist 
folder within the plugins folder) from this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">

to simply this:

<!DOCTYPE HTML >

Original comment by daltx...@gmail.com on 13 Jun 2013 at 6:05

GoogleCodeExporter commented 8 years ago
Cutlist v4.1.6 has now been released to fix this issue.

Original comment by daltx...@gmail.com on 18 Jun 2013 at 3:01

GoogleCodeExporter commented 8 years ago
Thanks for the update. Works great!!

Original comment by JohnAb...@gmail.com on 18 Jun 2013 at 11:41