Re: Webclient 2.0 status: ready to proceed with new development
"edburns" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Status: Mac OS X building fine. Non drawing code appears to run fine as well. I have a problem with the implementation of BrowserControlCanvas.getWindow(): I can't lock the JAWT_DrawingSurface. lock = ds->Lock(ds); returns null. The Canvas is not visible at this time, this method is getting called via a paint() method call. Any ideas why lock would return null? Ed