Thread: Main Toolbar
View Single Post
  #13 (permalink)  
Old 02-11-2009, 05:56 PM
grahamb grahamb is offline
Trained Alumni
 
Posts: 48
Default

Nope -- still getting the same error. Here's a possible clue: I added a firebug console.log(this); right before I create the dialog with
Code:
var view = new DwtComposite(this.getShell());
When the dialog works, firebug prints ca_sfu_icat_resend (the namespace for the zimlet) to the console for the value of this. When it doesn't work, it just prints undefined.
Reply With Quote