[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Symptom: BROWSER component or ACTIVEX component does not immediately show up  XML
Forum Index -> Deployment
Author Message
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

Hi,

there is a certain behavior with native components that sometimes may occur, depending from the Java version you are using on client side. The behavior is: the component is not immediately shown, but it requires some explicit resizing of the window, or some explicit acitivation of the system to really show up.

The reason is some change in the handling of so called lightweight and heavyweigt components within the Swing/AWT environment.

You need to set VM parameter "-Dsun.awt.disableMixing=true" in order to make the native components show up. The system property will be set internally from next update on, but you can manually set the parameter within the applet-html or webstart-jnlp file on your own, as well.

Regards, Björn

Björn Müller, CaptainCasa GmbH
hilka

Power User

Joined: 23/11/2007 09:00:08
Messages: 191
Offline

Hi Captain,

is this some new behaviour in the latest version or is this a more general java/swt/swing problem?

Tobias
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

Hi Tobias,

(unfortunately) seems to be a problem because of changes within Java 1.6 udate 14 - see the following link: http://forum.byte-welt.net/showthread.php?t=2152

Regards, Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Deployment
Go to:   
Powered by JForum 2.1.6 © JForum Team