Using JPanel in Word - Help

Hi,
I'm trying to insert a JPanel based ActiveX into Words documents, I've used the Sun example (http://java.sun.com/j2se/1.4.2/docs/guide/beans/axbridge/developerguide/index.html) but it doesn't work.
When I try to insert the JellyBean exemple in a Word document, Word systematicaly freeze.
I don't understand, the ActiveX component works fine in VB 6.0 and in the ActiveX Control Test Container.
What I do :
1 - Compile JellyBean
2 - Jar it with a Manifest telling that it's a javabean
3 - Register it with the packager
4 - Run Word
5 - In the Component Tool bar, I choose "Other Controls" and select my component
=> At this moment the sandglass appears and nothing else happens
My environement :
SDK : 1.4.2_04
Visual C++ 6.0
Windows 2000 Pro
Any help will be greatly appreciated.
Olivier
PS: I've tryed to use SDK 1.3.1 and the old packager but this is worse => Word crash when I insert the component...

I've found a solution but it doesn't satisfy me plainly ...
With visual basic, I've embedded the component generated by ActiveX Bridge into an OCX.
Doing this I'm able to insert the component in an office document but it isn't refreshed (Only a grey box is displayed). To refresh it, I call the activate method on the component in a VBA script.
Does anyone knows a more simple way to do the stuff ?
Olivier

Similar Messages

  • Can you help me understand the use of the word POSITION in TR and CFM?

    Hi,
    I am trying to have a view of typical BI reports in TR and TM/CFM so through my research I came to the following link:.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/62/08193c38f98e1ce10000000a11405a/frameset.htm
    My problem on this link and other postings on this site seem to be the same. Can you help me understand the use of the word POSITIONS in these context:
    1. Our client has asked for financial transaction reports in BW, such as position of Borrowings, Investments and Hedge Operations (TM data).
    2. I have a requirement on, some reports related to Money Market (Fixed Term Deposits, Deposits at Notice) something on FSCM-Treasury and Risk Manager. These reports will be similar to that of Loans, i.e. Position statement, flow statement, etc.
    3. The set of position values for a single position or a limited amount of positions can be reported by transactions TPM12 and TPM13 in R3.
    4. 0CFM_C10 (Financial Positions Cube)
    Do you have some simple report outputs to help clarify how the word POSITION is used in such environments?
    Thanks
    Edited by: AmandaBaah on Feb 15, 2010 4:39 PM

    If I future buy 10 shares in company at £1 per share - at the end of the day my potential value is £10
    The next day the shares drop tp £0.9 per share - I have a negative position - my shares are only worth £9
    I haven;t bought them yet - but I have a negative position - ie if things stayed as they are - I am going to realise (ie end up with)  a loss
    Now you can use this for loans and foreign exchange banks as well...

  • Unable to edit document using "Edit with Word" option

    Hi All,
    i am having an issue with Office web apps. i am using SharePoint 2013 and Office web apps 2013. all the configurations have been done successfully. but i have a different kind of issue.
    i am able to open documents in browser
    i am able to edit document using " edit with word/excel web" option
    but i am unable to edit document using "edit with word/excel" option
    i have Office 2010 installed on my local machine.
    do we need to have MS office of 2013 version? or is there anything missing from configuration part.
    Please help me.
    Thank You,
    Bhaskar.

    Hi,
    According to your post, my understanding is that you could not use the "edit with word/excel" option.
    I had tested the issue with the Office 2010, the option worked well.
    You don’t need to install the Office 2013 to use this option.
    What did you mean “but i am unable to edit document using "edit with word/excel" option
    Did you mean the option gray out? Did the issue occur in other browsers?
    You can use compatibility mode to check whether it works.
    Open IE->Tools->Compatibility View Settings
    You can also add the site into Trusted sites.
    Open the IE->Internet Options->Security->Sites->add the site into the Websites, then check whether it works.
    What's more, you can also use other browsers to check whether it works, such as Firefox, Chrome.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • This is a bit of information for folks that use Robohelp for Word.

    I know this is all a day late and a follar short but for those folks that still use Robohelp for Word:
    If your company is going to Windows 7, X5 will not work.  You need to bump it up to at least RH8.
    Even after you upgrade, if you use the tripane (winhelp_2000) view in RH for Word, it will not work on Windows 7 even with the microsoft patch.  With the patch it will look like an older version of RH in winhelp_4.  At least I have not been able to get it to display.
    What will work is if you compile it in Webhelp.  You will loose some links.  I know I should be moving to Robhelp Html and I tried, but when I did that I got a lot of garbage at the top of all my topics, I lost all my external links and I would have to retrain my partner...
    Now about links.  My only complaint about Robohelp for Word was it's limited external linking capacity.  If you use RH for Word you know you can only brouse to the net or to an htm or html document.  It doesn't mean you can't link to a PDF or an excel spread sheet.  You just can't brouse to it.  You can manually enter the path.  I just changed 740+ htm links to pdf links (pdf in same file as htm and the names were the same except for extension) and it worked.  If you intend to try this back up.
    Anyway, if this helps anyone great..if not thanks for letting me babble.  I like my Robohelp for Word in Webhelp format.
    Peggy Theo.

    Thanks for posting this Peggy.
    It is worth adding that there is another way of continuing to work with Word - using Linked Documents in RoboHelp HTML. You create Word documents entirely independent of RoboHelp and then create topics by linking those documents in a RoboHelp HTML project.
    You cannot create WinHelp that way but WinHelp is on life support and requires users to download a viewer, you cannot distribute it. It really is time to move on from WinHelp.
    RoboHelp for Word is not getting much development and does not get the new features being added to RoboHelp HTML.
    Linking is covered on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • I need to use a reserved word as parameter name in proc called from URL

    Let me preface this post by saying I already know this is terrible to attempt, but it's short term fix only.
    Ok, so I have to create a procedure that will be called by a vendors application via a API that calls our URL to send data over. The terrible part is
    that the API they have uses the parameter FROM=vendor_data A change is on the way so in the future the API won't use FROM as a paramter, so this isn't something I want to do, but it's a workaround.
    So the nastiness is this..., I can create a procedure that'll compile when I enclose FROM in double quotes "FROM" as my input parameter
    but if I try to call my procedure via URL (as their application will do) the procedure isn't working. I searched for someway to do an inline
    replace of the FROM parameter to something else, but no luck. I'm open to all positive comments. I cannot go outside of Oracle
    to do this, so I can't call a shell script and replace. Basically I need some way to use a reserved word as a parameter name, and then be able to call
    that proc from a URL, or someway to change the FROM in the URL inline. Any help on this admittedly whacky situation would be appreciated much.
    I tried ...\myproc?from=text
    ...\myproc?"from"=text
    ...\myproc?'from'=text
    proc is simple test procedure
    create or replace procedure myproc
    ("from" in varchar2 default 0)
    is
    v_from varchar2(30);
    begin
    v_from:="FROM";
    insert into test(col1) values(v_from);
    end;
    **** Update
    I didn't get any more replies but came to a solution that I thought I'd post. It's much better, more elegant and maybe can help others.
    So instead of using FROM as the parameter name I did some research and decided I can use flexible parameters. Basically you end up having
    2 input parameters for a procedure, one holds a parameter name the other holds the parameter value. They get loaded into arrays
    and you access the values with regular name_array(1), value_array(1), etc. ?v=parameter&v2=value
    Once I figued I could use flexible parameter it took me tons of research to find out the actual syntax. I'll post some examples for others
    later, but was suprised with the lack of resources consideriing how "flexible" they are.
    Thanks again for the replies. Cheers.
    Edited by: Mitz on Jul 29, 2009 11:37 PM

    Scott,
    Thanks for the reply. I'm not familiar with the wwv_flow_epg_include_mod_local, however I know that the
    myproc is available via URL. I passed the my procedure name(myproc) on to the dba a while back to make it "accessible" so, I'm assuming that he
    added it to this the www_flow_epg_mod_local (assuming this has something to do with access control).
    If I modify myproc procedure and remove "FROM" as the input variable, and replace with say,
    IN_FROM I can then call the procedure via the URL ./myproc?in_from=test without any problems.
    I'm pretty confident that it's the "FROM" that is the hurdle and not a security or setup issue. The proc is fine to call from the URL until I got the curveball that the only available parameter was FROM. How the URL should be when inputing to that parameter?
    Edited by: Mitz on Jul 25, 2009 7:36 PM
    Edited by: Mitz on Jul 25, 2009 9:16 PM

  • How to load envelopes in to Officejet 4630e printer using microsoft works word in order to print

    how to load envelopes into Officejet 4630e printer using microsoft works word in order to print.  need instructions

    Hey @JC155,
    Welcome to the HP Support Forums!
    I understand that you would like to know how to load and print envelopes with your HP Officejet 4630 e-All-in-One Printer. I would like to assist you today with printing envelopes!
    First, I'll have you properly load the envelope:
    Open the paper tray door, and then pull it toward you to extend the paper tray.
    Gently pull out the paper tray extender, and then lift up the paper catch.
    Pull out the paper tray, and then pull out the tray extender
    Slide the paper width guides to their outermost position.
    Slide out the paper width guides
    Remove any paper from the paper tray.
    Load the envelope into the middle of the paper tray, print side down, and with the flap on the left and facing up.
    NOTE: You can load one or more envelopes in the tray, but do not load more than five envelopes at a time. Do not use shiny or embossed envelopes or envelopes that have clasps or windows.
    Load the envelope
    Slide in the paper width guides until they rest against the edges of the envelope.
    Slide in the paper width guides
    Push the paper tray forward until it clicks into place.
    NOTE: Push the paper tray all the way in to avoid an error message.
    Push the paper tray forward until it clicks into place
    Source: Loading Paper and Envelopes for HP Officejet 4630 and Deskjet Ink Advantage 4640 e-All-in-On...
    Next, I'll have you print the envelope through MS Word:
    How to Print Envelopes from Word:
    1. Open Word and click on Mailings at the top
    2. Select 'Envelopes' from the top left hand side
    3. An Envelopes and Labels page should now open. Enter your Delivery and Return Addresses.
    4. Select 'Options' on the bottom right hand side.
    5. Under the 'Envelope Options' tab ensure that your Envelope size is appropriately selected.
    6. Select the 'Printing Options' tab at the top. You now need to select the appropriate Feed Method for your product.
    7. Make sure that you choose the 'Face Down' option.
    8. Also ensure that 'Clockwise Rotation' is selected.
    9. Hit 'OK' and 'print'
    For additional guidance, please refer to the following video:
    Please let me know if the steps I've provided resolved your envelope printing issues. Good luck!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • Why my iphone produces a bug after it renew for OS5.1.1. The bug is when I use message, type a Chinese word, and then using a releveant word, then the program automately closes. Every time I try the same procedure, it definitely closes.

    Why my iphone produces a bug after it renew for OS5.1.1. The bug is when I use message, type a Chinese word, and then using a releveant word, then the program automately closes. Every time I try the same procedure, it definitely closes.

    Nobody knows? Not even administrators?
    Please it would be really nice to have help on that to take all the benefit of the remote app.
    Thank you very much in advance.

  • What can i do my computer freezes when i use safari and word document?

    My computer freezes when I am using Safari and word document. Can some help me??

    The same thing just happened to my new ipod today while i was trying to use an app. A lot of people say that it is caused by an ios update, but I let the battery on my ipod drain until it turned off.  Once i charged it, it turned on and is working normally again

  • Using * this * key word?

    Hello
    I am trying to grey ONLY the box part (not label/caption) of the field/object, so am using below,
    xfa.resolveNode("VISITOR.Page1.myInfo.Name.ui.#textEdit.border.fill.color").value = "192,192,192";
    working fine,
    but, i came to know that the xfa.resolveNode is not efficient, so, i want to use this key word so i tired as below
    this.ui.#textEdit.border.fill.color.value = "192,192,192";
    but, not working!! pls help me how to get my requirement with this key word for a better PERFORMENCE.
    Thank you

    If it's coloring BOTH the caption and value, a sneaky way around this is to create 2 fields instead of the 1 field you currently have.
    1st field would be a label field
    2nd field would be in input field but with the caption turned off.
    then, just color the 2nd field.

  • Several questions . one i will be taking lots of notes and would like to know what app is best as i will be wanting to save them to sent to others, secondly what app is it that i would use to change words to voice... i do have an iPad2 64meg and wifi and

    i have an iPad 2 and will be taking lots of notes which will have to be saved.. what is the best app i am use to microsoft word .. also i would like to know what app or how to get written to voice.. many thanks..

    I have had a great experience with UPAD.  You can take notes on PDF files as well as use your finger or a stylus to take notes on a variety of blank page backgrounds.  You can then email your notes as a PDF if you want.  I know there are other features, but those are the ones I typically use.
    What I really like is the writing interface.  You can pick line color and thickness.  Whe writing area is magnified so you can write easier and the text appears normal size on the page, though I believe you can write without the magnified area to if you want to.  You can easily move the writing area where you want it, and it is easy to keep uniform indentation for lists and columns.
    It's easy to start using in minutes.  I got my iPad last year right before a huge national conference where I wanted to take notes in a lot of educational sessions.  I also did not want to lug all the handouts with me across the country.  I found UPAD after some research and decided to give it a try.  I downloaded all the handouts right before I left.  I was able to figure out how to take notes on a PDF as well as create a new notebook for other content during the speaker introductions.  And when I got home, I sent some notes to a colleague.  All very easy.
    I'm sure the description in the app store is much more helpful, but I wanted to share some examples.

  • Word help function lost

    I turned on my word 2013 today and now get an error message that "word help is not working got to office.com"
    All the other office suite helps are working just fine. If I use another profile help function also works, but that means creating all my files and shortcuts and everything I have set up in my default profile.
    I have downloaded the 2013 suite again.
    Anyone I need help!!!

    Hi,
    Please try the steps below and let me know if it works:
    1. Press Windows key + R to open the Run command.
    2. Type or copy/paste the following command in the Run box:
    %programdata%
    3. Rename the'Microsoft Help' folder to 'Microsoft Help. OLD'
    4. Run a repair of your Office installation. See:
    http://office.microsoft.com/en-in/excel-help/repair-office-programs-HA010357402.aspx
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

  • Last up-date to IMAC desktop round 4.4.13 and now cannot use microsoft ribbon?  HELP

    Upon the last up-date to IMAC desktop around 4.4.13, I can no longer (see or use) Microsoft Ribbon?  HELP
    While using Microsoft Word, utilizing “Office Mac 2011 WPX Home & Student” edition, suddenly I was not able to use the Ribbon Bar?  I can no longer save docs, unless I end the doc and a micro script ask do I want to save it or not?   For any specific changes within the doc, I must end the Doc in order to have all changes SAVED.  I can no longer use all icons that I customize in my bar for my own use while working on a doc.  This is the same for all applications in Office Mac 2011. 
    I do a lot of Research and the “Icon Bar” really comes in handy and saves a ton of time.  I can no longer produce a new Word Doc from the top bar, now I must go to the bottom, and open up a new doc in the application itself of Word. 
    I had a Expert Team view what they felt are the problems and their answer is as follows.
    “a lot of registry keys associated withy Word application and security system files has been corrupted”  
    Their Solution:
    manually repair all the corrupted registried keys in order to fix all the issues
    The following are the Error Reports of Microsoft Suite.  I only submitted info for (Word and Excel).  I never have used the Office version or the Power Point and at this time I cannot even bring them up.  I tried to reinstall Office Mac hoping this would clear things up but to no avail. 
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2013-05-02 18:08:21 +0000
    Application Name: Microsoft Outlook
    Application Bundle ID: com.microsoft.Outlook
    Application Signature: OPIM
    Application Version: 14.3.2.130206
    Crashed Module Name: Microsoft Outlook
    Crashed Module Version: 14.3.2.130206
    Crashed Module Offset: 0x000c7b69
    Blame Module Name: Microsoft Outlook
    Blame Module Version: 14.3.2.130206
    Blame Module Offset: 0x000c7b69
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2013-05-02 16:11:25 +0000
    Application Name: Microsoft Excel
    Application Bundle ID: com.microsoft.Excel
    Application Signature: XCEL
    Application Version: 14.3.2.130206
    Crashed Module Name: CoreFoundation
    Crashed Module Version: 635.21
    Crashed Module Offset: 0x00007921
    Blame Module Name: Microsoft Excel
    Blame Module Version: 14.3.2.130206
    Blame Module Offset: 0x010835fa
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0
    This is a new IMAC and newly purchased Office MAC 2011.  This "Expert Team" want to charge money.   Since IMAC made their last installation this is what has happend, so I believe it is their responsibility to make any and all repair.  Please advise ASAP.  Thanks! 

    Hello, are you running Windows, or OSX??? I doubt there are Regitry keys in OSX, but don't have any MS Apps.
    If OSX 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partition & use Disk Utility from there to Repair the Disk, then Repair Permissions.
    Any change?

  • My ical froze and keeps trying to process a cut and paste that I added to the calendar.  I have to force quit but the next time I open it is still frozen.  Can't use at all.  Help!

    My iCal has frozen when I tried to add a cut and paste to the calendar for notes on a meeting I'm attending.  I have to force quit but the next time I open it is still frozen and everything I've tried doesn't erase the message so I can continue using.  Can't use at all.  Help!

    I have the same problem--have you found a solution?

  • I just purchased Export PDF, and when I use it, it opens them in WordPad (which I never use) instead of Word. Thus, the pictures are not there, and the fonts are changed. How do I get into Word?

    I just purchased Export PDF, and when I use it, it opens them in WordPad (which I never use) instead of Word. Thus, the pictures are not there, and the fonts are changed. How do I get them imported into Word?

    Hi,
    I checked your account,your Export PDF subscription is in 'Pending' status.
    Once it gets confirmed you will be able to use it.
    Please let us know if you require further assistance.
    Regards,
    Florence

  • Can we use more than one Help Provider class in a same project in ADF11g

    Hi All,
    There are two help providers i want to use .They are "ResourceBundleHelpProvider","OHW Help Provider"
    In adf-settings.xml file
    <help-provider>
    <help-provider-class>oracle.adf.view.rich.help.ResourceBundleHelpProvider</help-provider-class>
    <property>
    <property-name>baseName</property-name>
    <value>com.symmetry.dashboard.panels.Help</value>
    </property>
    </help-provider>
    if try to register both help providers confliction occurs. Is it possible to register and use more than one help provider.?
    Thanks in advance.:)

    Thanks Frank,
    In adf-settings.xml file
    <help-provider>
    <help-provider-class>oracle.adf.view.rich.help.ResourceBundleHelpProvider</help-provider-class>
    <property>
    <property-name>baseName</property-name>
    <value>com.symmetry.dashboard.panels.Help</value>
    </property>
    </help-provider>
    <help-provider prefix="RB_">
    <help-provider-class>oracle.help.web.rich.helpProvider.OHWHelpProvider</help-provider-class>
    <property>
    <property-name>ohwConfigFileURL</property-name>
    <value>/myHelpset/config.xml</value>
    </property>
    <property>
    <property-name>baseURI</property-name>
    <value>http://127.0.0.1:7101/Dashboard_workflow/myHelpset/%3c/value>
    </property>
    </help-provider>
    I differentiated the help providers with the "prefix" attribute in the <help-provider> tag. So now confliction is not occuring between those.
    I used this prefix in the "helpTopicId" property of the adf components like "input text box" . I got the result. :)

Maybe you are looking for

  • Photoshop CC icons and text are too small: how to adjust so they're readable? [was: Joanne]

    I have just downloaded Creative Cloud on a new computer.  The new photoshop icons and text are too small for me to see or work with.  I cannot seem to adjust this so its "useable"

  • Problem with headset on N8 with Belle

    Saw a post like this recently and can't find it now. I'll repost. My Headsets/Earphones aren't working anymore since Belle update! Please help. Regards, V N8-00,Galaxy Tab 10.1

  • DVD Player Quit

    I attempted to play the DVD "Star Wars Episode II", and DVD Player quit with a message "encountered a system error -47". According to Apple article 9805, this was a "File is busy" error. I ejected the DVD and it was able to play normally after reinse

  • Call web service using code.

    we want to call a web service from ADF JSP form. We used web service data control. But deployment failed. we applied Patch 5878326 to JDeveloper 10.1.3.3.0 and OAS. But problem is not solved. So we need a new way to call web services. is there any ot

  • Found an error related to "can't get video from Camera"

    So, I am back with the same issue: it is now 3-4 months I can't Video chat because iChat AV tells me "can't get video from camera". I disable the firewall (for the test), I forwarded nearly ALL the TCP and UDP packets from my router to the mac, I sto