Hi everybody

I'm trying to use the JSuite java bean from www.protoview.com to have a
grid that supports multiple selections
I have put the jar in the Netd jars directory and unjared the files in
the web server directory.

The bean works correctly in the Java Bean Editor and with Netscape but
not with IE4.
There is no errors in the Java Console.

The samples of JSuite works correctly with IE.

I have put some lines of code :

  CSpJavaApplet p = (CSpJavaApplet)(this);
  try {

   m_table = (PVTable)p.getJavaBeanObject("JavaBean1");
   //m_table.reset();
   m_table.setBounds(5, 26, 400, 190);
      m_table.columns.add("New Column Header");

   //m_table.setVisible(true);
   m_table.setRedraw(true);

   m_table.setVisible(true);
}
catch (Exception e)
{
 ...
}

There is anything wrong ?

thanks

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to