Plex 2E

  • 1.  Input Parameter to JAVA Applet

    Posted Mar 02, 2014 03:30 PM

    How can a parameter be passed into a java applet at run time?

    It is easy for a java application as that is documented in teh plex help, but it is missing for an applet.

    I would like to execute some Java script on the HTML page and use the result as an input to the applet.

    Any suggestions?

    Regards
       Gavin



  • 2.  RE: Input Parameter to JAVA Applet

    Community Manager
    Posted Mar 11, 2014 02:27 PM
    Gavin:

    How can a parameter be passed into a java applet at run time?

    It is easy for a java application as that is documented in teh plex help, but it is missing for an applet.

    I would like to execute some Java script on the HTML page and use the result as an input to the applet.

    Any suggestions?

    Regards
       Gavin

    Does anyone have any suggestions for Gavin?

     



  • 3.  RE: Input Parameter to JAVA Applet

    Posted Mar 12, 2014 04:31 PM

    Maybe you can track down these spanish customers and see how they solved it...Applet paso de parametros..or maybe they didn't solve it.

    Sorry not my area this applet thing and can't help this time gavin.

    Could not find them in Plex Facebook, this forum or edge, Linkedin Plex group



  • 4.  RE: Input Parameter to JAVA Applet

    Posted Mar 12, 2014 04:53 PM

    Maybe Miguel still at Orienta and could give an answer

    http://edge.plexinfo.net/?action=edge&forum=479&thread=30240#MessageId93010

    mcastro@orienta.cl   Miguel Castro Orienta Servicios Informaticos

     

    EMAIL bounced...



  • 5.  RE: Input Parameter to JAVA Applet
    Best Answer

    Posted Mar 12, 2014 05:41 PM

    Gavin,

    I looked Plex java runtime code where start the initial Applet and found that it only accept two parameter "Function" (full name of function) and "properties" (URL to properties file). That plex generates applet html file as you can see. But nothing like "Parm" or "Parm1" etc.

    So it means it doesn't accept parameter at this point. It is kind of amazing no one requested this before.

    Now, by looking the code, adding function parameter looks like not that hard.

    So I would suggest open issue by pointing this thread. I hope SE team can help for you.

    It will be more likely design/spec of how to pass multiple parameter with space char etc..

    Regards,

    Kiyoshi

     

     



  • 6.  RE: Input Parameter to JAVA Applet

    Posted Apr 13, 2014 11:30 PM

    no doubt your issue but nice to have the KB attached to the posting

    https://support.ca.com/irj/portal/anonymous/kbproblem?productcd=CPLEX&problemnbr=2279



  • 7.  Re: Input Parameter to JAVA Applet



  • 8.  Re: Input Parameter to JAVA Applet