Embedding the Applets inside an activeX control

Hi there !
We r trying to embedd an applet inside activeX control.Anybody has any idea how to do this?
Thanks,
swami

There is a tool available from Microsoft to do this (comes in part Microsoft SDK for Java) called javareg, this allows you to embedd java inside ActiveX. a search at http://support.microsoft.com will provide more info.
Be wary of subsequent releases of the code though as there are dependencies on the generated type library. I think it only worked if further versions were created using the original type library can't remember but lots of headaches at the time.
I think Sun provide an equivilent - java bridge ????
ood luck I found it a real pain

Similar Messages

  • Is it possible to download the Real Time Collaboration ActiveX control?

    We would like to deploy the Real Time Collaboration ActiveX control to our user's PCs using SMS.  Our users do not have Admin rights on their PC, so the ActiveX control will not install automatically.  I check on the SAP site for the download, but could not find it.  Is the ActiveX control available for download somewhere?
    Thanks

    Hi,
    Read this link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/24/ae5e77711b431c887aa5193af8d851/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/EN/45/cc3541afe5db2be10000000a1550b0/content.htm
    You can also verify the download as follows:
           1.      In the Web browser of the user, from the Tools menu, select Internet Options.
           2.      In the General tab, click the Settings button.
           3.      In the Settings window, click the View Objects button.
           4.      In the Download Program Files window, if any of the following appear in the Program Files list, then the ActiveX control was downloaded:
            ExpBaseNegotiator
            ExpApplSelect
            ExpApplShareX
    Patricio.

  • How to extend the JVue applet class using ActiveX Control

    My SR recommendation was to post this here:
    ) How to Extend the JVue Applet class
    This is the preferred solution. However, when using the ActiveX control, my derived JVue class that is specified in autovue.properties is not being instantiated.
    Your ActiveX bridge looks like it's hard coding a "new JVue()" which means I have no integration hook using the ActiveX control.
    To reiterate, if I extend JVue to add functionality and specify it in the autovue.properties, it is picked up when I run it standalone but if I use the ActiveX component, it is not being picked up.
    I have already read all the documentation, have had web conferences with Mahmood and Jeff Chapman and the engineering staff who recommended this approach as the preferred option.

    We have a need to override certain VueBean/JVue method calls to meet our document handling(documents need to handle metadata information and hence change the document loading cycle, ie markup loading/XRef resolution is dynamic). Also the invokeAction/invokeSubAction do not allow parameter passing(which we have requirements for certain actions again due to metadata) so we would like to override the invokeAction method to include custom processing(we will encode the action with parameters).
    We are already using Custom VueActions for other simpler UI event handling that don't have parameter requirements.
    As I said above, these use cases were relayed to the engineering team and senior staff members in early December and we were told that we could proceed with overriding the main class in the autovue.properties file. I have SR(s) opened with a long thread detailing this so I really don't want to go through this again.
    A custom VueAction does not seem to work because it binds to late in the object call/event stream.

  • How do I stop the pop up "An ActiveX control on this page ...?

    I recently installed an accounting program on my computer. In order to access several pages on this program, a message appears on the screen and I must address it before I can get access to my required page on the accounting program. The message is as follows: "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?" How can this be eliminated altogether?

    Firefox doesn't natively run ActiveX controls at all. This capability might be injected into Firefox by a plugin or one of the "IE Tab" add-ons. Can you test the site in Firefox's Safe Mode? That's a standard diagnostic tool to bypass interference by extensions (and some custom settings). More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Safe mode does not automatically disable plugins. If you want to rule out plugins that might be relevant, you can disable them here:
    orange Firefox button (or Tools menu) > Add-ons > Plugins category
    Does the message go away?

  • Embedding Flash With Forms using ActiveX Controls

    I have problem embedding Flash Movie using Active X control. I always come up with the message
    " No tenant for this object" can You help me out with this.
    thank you.
    Khurram.

    This forum is for feedback about the OTN program and problems with OTN accounts. Technical questions cannot be answered here. Please post your question in the appropriate product or technology forum.
    http://forums.oracle.com/forums/index.jsp?cat=48

  • Error when embedding the plugin inside java

    I have IE wrapped inside java, and when IE loads a page with java, I get the error message "Attachment to a running Virtual Machine failed." I guess the plugin gets confused by the allready running VM.
    Do I need to supply some hooks for the plugin?
    My code is a http://nothome.com/IEcanvas/

    My organization is also trying to embed IE 6.0 inside of a Java application using the IECanvas code, http://www.nothome.com/IECanvas/. That code was derived from work done at The Code Project, http://www.codeproject.com/java/javacom.asp.
    We are attempting to use the Java 1.4 release candidate with this code. Everything seems to work well, until IE attempts to load a Web page that has an imbedded Java applet that requires the Java Plugin. We have insured that IE is calling the exact same version of Java, version 1.4, when loading the plugin. Unfortunately, when the Java plugin starts loading, the error "Attachment to a running Virtual Machine failed" is presented in a dialog box titled "Java(TM) Plug-in 1.4 Fatal Error".
    After this IE asks if the user wishes to install the Java 1.4 plugin. Essentially, no Java 2 applets will work in IE once it is embedded in our Java application.
    I have done some research, and discovered that it should be possible to run more than one instance of the Java Virtual Machine in the same process space. I would like it if someone knows how to force the Java plugin to start a new Virtual Machine instance instead of trying to connect the the already running instance in the encompassing Java application.
    Thanks!
    Warren

  • "an error occurred saving the activex control"

    I'm trying to compile an executable in Labview 5.1. When I run the build app, it gets about half way done then pops up the error:
    "an error occurred saving the activex control"
    After clearing the error message, it proceeds to go through the motions of compling the app, but no exe is generated.
    The design mode progam run operates fine, and it saves fine as well in design mode.
    Thanks!

    wawatts,
    Though Brian and I got a broken arrow because we didn't have the necessary ActiveX component installed, I imagine you get no errors on the development system because you do have the component.
    This problem would be much harder to pin down on your side given the lack of development-environment errors and the sprawling design of the main VI. One possible troubleshooting approach would be the LabVIEW Find functionality (Edit >> Find). ActiveX functionality typically involves the use of Property Nodes and Invoke Nodes, so if you search for any Invoke Nodes (Select Object, then Functions >> Communication >> ActiveX >> Invoke Node) in the scope of your main VI and its subVIs, you could perhaps have turned up some hits that take you to the subVI that has the control that is presumably causing the problem.
    Unfortunately, I fear that finding the problem area doesn't solve the problem. It seems to me that either the LabVIEW app builder or the ActiveX component is doing something unexpected or nonstandard that is leading to the error message.
    I'm going to stick to my "upgrade the software as much as possible" guns:
    1. Install the LabVIEW 5.1.1 patch I linked to above, if it isn't already installed. There were fixes to the development environment and changes to the app builder that might resolve your problem. This is a free patch.
    2. Consider upgrading the ActiveX control. I think that the latest version is called IntuiLink for 54600-series Oscilloscopes, Version 3.1, and it's available here on the Agilent site.
    It was easy to do a simple test using your Xezgetsetup.vi on my system (LabVIEW 7.1.1, XP) with the updated ActiveX control. First, I installed the Agilent software. Then, I right-clicked inside the ActiveX control on the front panel of Xezgetsetup.vi, chose Insert ActiveX Object, and selected Agilent 54600 Scope Control from the list. Then I had to go to the block diagram and relink a few of the property and invoke nodes by just left-clicking on broken nodes and re-selecting the items that your code was already displaying. That fixed the VI so that it would run again.
    Then I built that VI into an EXE and got no errors.
    Perhaps all this proves is that you would have clear sailing if you upgraded to LabVIEW 7.1 and got the most recent Agilent ActiveX control--and maybe this is a good reason to bite the bullet and do that upgrade now--but it's certainly possible that you can do the same thing in 5.1 and solve your problem. Worth a shot.
    Hope that helps,
    John

  • How can I install Microsoft Remote Desktop ActiveX Control

    I am trying to connect to my pc at work from home. This is the message I get.
    This portion of the Remote Web Workplace requires the Microsoft Remote Desktop ActiveX Control. Your browser's security settings may be preventing you from downloading ActiveX controls. Adjust these settings, and try to connect again.
    I have looked through all the add-ons available and can't find it to add on. Nor can I find a relevant security setting to change.
    I am running firefox 28.0 on Windows 7 Professional.

    ActiveX controls are specific to Internet Explorer.
    * https://en.wikipedia.org/wiki/ActiveX
    You can try opening Internet Explorer inside a Firefox tab with the following add-on.
    * https://addons.mozilla.org/firefox/addon/ie-tab-2-ff-36/

  • ActiveX control using relative paths

    I've been battling with an Active X control for a while now. Everytime I use a particular active x control inside a VI, it crashes during execution. Labview wasn't giving much of a hint, but after an exhaustive investigation, we determined that the exe must be in the third party vendors bin folder for it to work properly. In other words, the active x control looks for lower level dll's using the executable's relative path. I've successfully got this working by building an exe from Labview and then placing it in the bin folder and executing from there.
    So my question: Is there anyway to get this working correctly in the development evironment? Right now, if I try to run this from the development environment, it looks for the dll's relative to the path of Labview.exe. Is there any setting to make a VI look like it is running from a different location? I know I could continually create builds, but it would be much easier if I could run VIs from the development environment while I develop and debug.

    No, you cannot make a VI "look like it is running from someplace else". The VI isn't what's running - it's the LabVIEW development environment that's running. This sounds like an issue with the ActiveX control that you're using, and not an issue with LabVIEW. Have you tried contacting the publisher of that ActiveX control and asking them why they wrote it that way?

  • How does labVIEW use ActiveX controls?

    How does labVIEW use activeX controls?
    I recently wrote an activeX control in VB and noticed that it would not work if the control was set so that its properties could not be set in ambient mode. This may suggest that labVIEW uses some activeX controls only in ambient mode.
    Is this the case or are there more complexities?

    Dan,
    Which version of LabVIEW do you have?
    As per the KnowledgeBase bellow, in versions of LabVIEW prior to 5.1 you would get errors accessing the ambient properties.
    ActiveX Controls in LabVIEW 5.0.1 Containers Cannot Access Ambient Property
    Do your controls use the Ambient.UserMode to determine when the control is being used in a development environment? When embedding ActiveX controls into a container on the front panel, by default, the ActiveX control generates and responds to events, i.e. it is running, even when LabVIEW is in edit mode.
    Right-click an ActiveX container and select Advanced»Design Mode from the shortcut menu to display the container
    in design mode while you edit the VI. In design mode, events are not generated and event procedures do not run. The default mode is run mode, where you interact with the object as a user would.
    Information can be found in the LabVIEW help files
    Zvezdana S.

  • ActiveX Control error -143

    I'm running CVI 2012 on windows 7 machine,  After installing the application with the distribution program I get the error ActiveX control error , Error Code -143. I would appreciate any help!

    Hello, some more data would be helpful in order to investigate this situation.
    First of all, that error code is not part of the ActiveX library. It seems a User Interface Library instead: if it's so it simply means "ActiveX Control Error", that is you must search for additional informations inside the ActiveX library and in the documentation for the control you are using.
    By the way, knowing actual  ActiveX control used would be helpful too, but only after you have discovered some more informations on the error itself.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Unable to print crystal report over web using ActiveX Control

    Post Author: jimmyp
    CA Forum: General
    We have a problem with printing crystal report over web using ActiveX Control.  When clicking print button, it only shows a blank dialog web crystal viewer page without any error.  The page just simply hangs.  We installed the PrintControl DLL and enable all the security setting for ActiveX Control for IE.  It still does not print.  Does anyone know why?  
    Environment.
    Bundle Crystal Report v10
    Asp.net 2.0
    IE 6.0 or higher.
    Appreciate for your help.
    Jimmy

    Post Author: Ian Kulmatycki
    CA Forum: General
    A team member here found this, I haven't read it, I'm not sure if our problems are related to this, but hopefully it helps someone:
    -ian
    When Secure Sockets Layer (SSL) is enabled, using the ActiveX control to print reports from a Crystal 10 DHTML viewer results in the following error message:
    "A communication error occurred, printing will be stopped."
    How can this error message be resolved?
    Resolution
    This is a known issue with Crystal Reports 10 and Crystal Enterprise 10 viewers and has been tracked. The Track ID is ADAPT00282199.
    This error occurs due to the receiving application performing a case-sensitive check for the HTTPS request header value "ON". When a sender application sends the value as "on" in lower case, the error occurs. The update below changes the receiving application to be case-insensitive.
    Hot Fixes or Service Packs address this issue as indicated below. With the updates, this issue is resolved.
    Unless indicated otherwise, Weekly Hot Fix updates from our FTP site have only been tested with English versions of products.
    For Crystal Reports 10 and Crystal Enterprise 10, the update for this issue is included in the Crystal 10 Viewers Weekly Hot Fix (WHF). This is available in English only at the following location:
    ftp://ftp.crystaldecisions.com/outgoing/EHF/viewers10win_en.zip
    This issue is addressed in the following components (and later versions):
    PageObjectModel.dll, version 10.0.5.785, dated 8/25/2004
    ReportRenderer.dll, version 10.0.5.785, dated 8/25/2004
    WebReporting.dll, version 10.0.5.785, dated 8/25/2004

  • How to hide the preview section in the crystal report viewer activex cntrl.

    Dear All,
    I am using the Crystal report viewer ActiveX to display the Crystal report. When the report opens in the Crystal report viewer ActiveX control, a preview section comes at the left hand side of the panel. How can I hide the preview section from the Report viewer control.Is it possible to customize the the report viewer control.  Awaiting for your suggestions.
    Thank you.
    Regards,
    Rahaneef

    Just to get the terminology correct. I believe you are meaning the Group Tree(?).
    Vb Code:
    CrystalActiveXReportViewer1.DisplayGroupTree = False.
    Also, do consult the developer help file;
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\rdcsdk_com_dg_doc\doc\rdcsdk_com_dg.chm
    Ludek

  • ActiveX controls disappear when VI is loaded in a Sub-Panel with Start Modal Dialog usage

    Hi,
    I have a subpanel in a VI (VI1) in which another VI (VI2) is loaded. VI1 is used as a module for an Action step in TestStand. VI2 has ActiveX controls like ExpressionEdit and Adobe PDF reader etc. VI1 loads VI2 in a sub-panel and calls Start Modal Dialog.vi. I have set 'Show front panel when called' to true for VI1 so that the VI pops up when the sequence is run. When the sequence runs and when the Start Modal Dialog VI is called from VI1, all ActiveX controls in VI2 (loaded in the sub-panel) disappears. Here is the screenshot of the frontpanel of VI1 when the sequence is run:
    This problem occurs in TestStand 4.2.1, TestStand 2010 and TestStand 2010 SP1 (as far as I have tested. May occur in older versions too). In the attached file, VI1 is 'ExprEdit Test.vi' and VI2 is 'SubpanelLoad.vi'. The attached sequence is developed in TestStand 2010 SP1.
    How can this issue be solved?
    Thank you,
    Ganesh Kumar
    Solved!
    Go to Solution.
    Attachments:
    Subpanel Load ExpressionEdit problem.zip ‏23 KB

    Hi,
    An update on this issue: I tried changing the order of loading the VI in the SubPanel and the start modal dialog. I called start modal dialog and then loaded the VI (VI2) in the SubPanel. When I ran the sequence, the activeX controls did not disappear (I was pretty sure that the ActiveX controls in VI2 would not disappear since I am calling Start Modal Dialog before loading the VI in the Subpanel). Then I just changed the sequence of operations back to the previous order (loading the Subpanel with the VI and then calling the Start Modal Dialog). When I ran the sequence, the activeX controls where still displayed. But when I ran the sequence with the VI1 backup (that I had taken before making all these modifications) the activeX controls were not displayed. I a nutshell, I now have 2 versions whose codes are the same. But when I run the sequence with action steps for these VIs, the activeX controls disappear when the unmodified backup VI runs and does not disappear when the modified VI is run. I have attached the files that I used along with the sequence file. The details are as follows:
    ExprEdit Test (Not Working).vi - The unmodified backup VI for which the ActiveX controls disappear.
    ExprEdit Test (Working).vi - The modified VIs in which the ActiveX Controls do not disappear (But same code as ExprEdit Test (Not Working).vi).
    ExpreEdit Test.seq - The sequence file containing 2 action steps one each for theabove mentioned VIs.
    SubpanelLoad.vi - The VI that contains activeX controls and is loaded in the SubPanel.
    Note that the sequence is created in TestStand 4.2.1.
    Thank you,
    Ganesh Kumar
    Attachments:
    Subpanel Load ExpressionEdit problem.zip ‏36 KB

  • In PowerPoint I Have Shockwave ActiveX Control - How do I Get Shockwave Flash Object?

    I'm running the latest versions of Windows 7 and PowerPoint via Parallels on my Mac. I want to insert a Flash movie into a PowerPoint slide. The instructions I've found tell me to look in Developer section->More Controls, find Shockwave Flash Object, use it to insert a Flash Object, and then to edit the Movie property of that object. But, I do not see Shockwave Flash Object. Instead I see Shockwave ActiveX Control. The properties of Shockwave ActiveX Control do not include a Movie property.
    I have gone to "http://get.adobe.com/shockwave/" and clicked the option to install the Shockwave Player, but the site says the Shockwave Player is already installed.
    How can I get the Shockwave Flash Object for PowerPoint into my installation?
    Thanks very much in advance to all for any info.

    Hi Vik..  I don't use Powerpoint but I do know about Shockwave Flash Object. It is in the manage add ons and installs when Flash Player is installed. It is an ActiveX Control and if you have the latest FP installed, Flash10d.ocx should be listed on the same line. It may or may not list the version #, which would be 10.0.42.34. It must be enabled.
    Beyond that info I could give you a link to a thread that involved powerpoint 2003 and 2007 if you think that would be of
    any help to you.
    Just post back.
    Thanks
    eidnolb

Maybe you are looking for

  • How to customize CRM-BP iview ?

    Hello guys, I had applied Business Package for CRM 5.0 on EP7 SP6. We need to do some customize to CRM-BP iview. There are many tabs of "Activity" iview, Details, Parters,Attchments,Scheduled Actions,Organization,Document Flow. We want to hide "Sched

  • Accessing a file without the .xpj

    A former coworker created a project in RoboHelp 8. She is no longer with the company so the project passed to me. For the life of me, I cannot find the .xpj file for this project. Is there a way for me to access this without the xpj? I'm coming up em

  • Font Book Named/Grouped Fonts Incorrectly

    I just switched my work computer from a PC to a Mac and have moved my fonts over. Unfortunately the font family that 90% of my work is done in is Gotham Condensed and it's not playing nicely with the Mac/FontBook. I've got four weights: Light, Book,

  • Music gone from iphone after ios6 update

    Ever since the update all my music is gone from my iPhone 3Gs, and I can't seem to get it back.

  • IBook G4 Blue Screen

    Since this problem seems to have happened with most people here, as a result of an Apple software update, Apple should be responsible to help us solve this problem. It is their responsibility. ... They broke it, They bought it. Has anybody gotten thr