Skip to main content

alphaWorks  >  Forums  >  Web Browser-Based Interaction with the Eclipse IDE  >  developerWorks

Blank scren on firefox    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 0 - Pages: 1 Threads: [ Previous | Next ]
Mustafa@istanbul

Posts: 1
Registered: Jul 26, 2008 07:24:52 AM
Blank scren on firefox
Posted: Jul 26, 2008 07:29:17 AM
 
Click to report abuse...   Click to reply to this thread Reply
Hello,
i've tried the plugin with eclipse 3.4 & 3.2, and firefox 2 & 3 with jre 1.5. But i get blank firefox screen always. What should i try next?

Best regards,
Mustafa

Source of response;
<?xml version="1.0" encoding="UTF-8"?>
<!--
  • Licensed Materials: Property of IBM
  • "Restricted Materials of IBM"
  • 5724-I68.
  • (C) Copyright IBM Corp. 2000, 2007 - All Rights Reserved.
  • US Government Users Restricted Rights - Use, duplication or disclosure
  • restricted by GSA ADP Schedule Contract with IBM Corp.
  • -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="css/eclipseWebEnabler.css" type="text/css"?>

<window id="main" title="EclipseWebEnabler" width="1024" height="540" sizemode="maximized"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" img="images/close.gif">
<html:link type="image/x-icon" href="images/eclipseWebEnabler.gif" rel="icon" />

<script src="js/ajax.js"></script>
<script src="js/handlers.js"></script>
<script src="js/wizard.js"></script>
<script>

// All the globals must be here
var clickResolve = 0;
var timeoutId = 0;
var textBoxTimeOutId = 0;
var tout_wizard = null;
var coordinates = {x :null ,y : null};

var getui = new ajaxHandler();
getui.doGet('?command=getui',handleUIDescription,'xml');

</script>

</window>

Point your RSS reader here for a feed of the latest messages in all forums