Java Applet in dialog box does not work in Notes 8

We have a form which has embedded an Java Applet. The form is displayed in dialog box (using lotusscript method NotesUIWorkspace.DialogBox). In Notes/Domin 8.0.1, the applet don’t work. we get no error message in the java console log. Please look at the attachment applet.jpg.

When the same applet is not used in a dialog box but loaded directly, the applet can be launched. For example , we open the form and review it, the applet embedded in the form is launched correctly, we can view its GUI interface.

Subject: Fixed

I had the same problem today. Just in case anybody else has this problem, I managed to fix this by adding in Source.Refresh in the PostOpen event for the form.