Re: Need Help: GWT + ShowHTMLDialog()

2009-01-13 Thread DanielC
es to the nitty gritty of gwt bootstrapping. On Jan 13, 2:53 am, DanielC wrote: > I'm trying to use ShowHTMLDialog (IE's rendering engine located in > MSHTML.DLL) to display a simple HTML dialog within an application that > I'm developing. > > When I try to load a bare

Need Help: GWT + ShowHTMLDialog()

2009-01-13 Thread DanielC
I'm trying to use ShowHTMLDialog (IE's rendering engine located in MSHTML.DLL) to display a simple HTML dialog within an application that I'm developing. When I try to load a barebones GWT application (e.g. StockWatcher) via ShowHTMLDialog, I get a blank screen. However, when I view the same file

Recommendations for Captcha?

2009-01-09 Thread DanielC
Hi guys, I'd like to integrate a captcha into my registration page, so I thought I'd ping the community to see what other people are using and what their recommendations are for a Java/Servlet implementation? I've tried JCaptcha. It's a good project and straightforward to use, but I've found the

GWT + MySQL Best Practices?

2008-11-26 Thread DanielC
Hi guys, I'm developing a project with GWT + Servlets + MySQL. At this point, I've got the project setup using the "-noserver" flag and I have Connector/J configured on an external Tomcat 6 server so that my servlets can access the DB. Communication to/from server is through GWT-RPC . My Problem

Dismissing MenuBar when click in RichTextArea

2008-11-24 Thread DanielC
Hi guys, I've extended the "Rich Text" sample that's part of GWT Showcase by adding a MenuBar on top of the RichTextToolbar. Other than that, it's pretty much identical to the Showcase sample. Everything works fine, except that when I open the menu, it doesn't close/dismiss when I click within th