gslender / ofcgwt

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

Flash detection failure on Windows? #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download ofcgwt, adding to classpath in Eclipse and project xml file
2. Add Test.java supplied with ofcgwt to existing project
3. Call (new Test()).onModuleLoad(); from within existing project

What is the expected output? What do you see instead?
I was hoping to see the charts be appended to the page in the existing 
project.

What version of the product are you using? On what operating system?
Hosted mode of GWT 1.5 and ofcgwt 1.3.0 on Win XP Pro SP3

Please provide any additional information below.
Trace generated on click:

[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError): 
'$wnd.swfobject' is null or not an object
 number: -2146823281
 description: '$wnd.swfobject' is null or not an object
    at 
com.rednels.ofcgwt.client.ChartWidget.hasFlashPlayerVersion(Native Method)
    at 
com.rednels.ofcgwt.client.ChartWidget.<init>(ChartWidget.java:110)
    at org.slique.client.ui.charts.Test.addPieChart(Test.java:111)
    at org.slique.client.ui.charts.Test.onModuleLoad(Test.java:73)
    at [[etc]]

Any ideas what I'm missing?  I didn't see a forum on here, is there a 
better place to ask these kinds of questions?

Thanks in advance.

Original issue reported on code.google.com by jason.ca...@gmail.com on 3 Mar 2009 at 2:12

GoogleCodeExporter commented 9 years ago
Not sure I follow 100% what is going wrong - are you saying you've been unable 
to get 
anything working at all? Can you provide more details?

Original comment by gslen...@gmail.com on 10 Mar 2009 at 3:21

GoogleCodeExporter commented 9 years ago
As no further information - I'm closing this issue.

Original comment by gslen...@gmail.com on 3 Apr 2009 at 6:06