| Author |
Some of the submenus disabled in applet
|
Happy S Singh
Ranch Hand
Joined: Nov 14, 2011
Posts: 47
|
|
My applet has a menu bar and some sub menus.When I access the applet from my systems browser,all sub menus are enabled but when I access same url from some other machine then some of the sub menus are disabled. What can be the issue?
Do I need to do any changes in the settings of the browser?
CODE SNIPPET
I am using TViewerApplet.java (which extends JApplet) from here http://publib.boulder.ibm.com/infocenter/cmgmt/v8r4m0/index.jsp?topic=%2Fcom.ibm.samples.doc%2Fsamples%2Fjava%2Fviewer%2Freadme.html
Browser info:: I am using Internet Explorer 8
jdk version: jdk1.6
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4164
|
|
Moved from Swing/AWT/SWT.
Is your Applet signed? You may have a custom policy file on your machine that allows the Applet more than usual access to your system.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
Happy S Singh
Ranch Hand
Joined: Nov 14, 2011
Posts: 47
|
|
|
Applet is not signed and there is no policy.
|
 |
 |
|
|
subject: Some of the submenus disabled in applet
|
|
|