How to communicate with another applet in different frame?

Hello,evryone
How to communicate with another applet in different frame?
Can you give some advices?
thank you!
zhongboqing

i faced this problem one year ago.It would be something like that:
first you have to get the applet context 'getAppletContext()' (which is the current frame).
Then get parent of that context 'getParent()' (which is the browser context).
Then u can access the desired frame by its name. Finally you can access the desired applet located within this frame by

Similar Messages

  • Does any one know how to communicate with thunderbolt or J.D.Edwards Oneworld?

    Hi,
    Does any one know how to communicate with thunderbolt or J.D.Edwards Oneworld through LabVIEW ? Do I need to use database connectivity toolkit? Can i do it without it?
    Thanks

    Hi Atul,
    we have made a application which uses Oneworld. We didn't use the database connectivity tool because we used ODBC and SQL.
    We have some VIs to do database connectivity using ODBC functions. So you have to know SQL as language and the ODBC functions. If you do not have this knowledge the database connectivity toolkit will make it easier for you.
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • How Bridge communicates with third party applications?

    Hi,
    Is it possible to communicate between Adobe Bridge and a third party application using Bridge SDK?
    I want to learn how Bridge can communicate with other application? Bridge SDK have samples that explain how Bridge communicates with other Adobe applications like Photoshop and Indesign. Can anyone guide me or provide me a sample where Bridge communicates with a third party application?
    Thanks.

    As an example, this shows one way of getting a list of selected files from Bridge via Photoshop using C#
    using System;
    using System.Collections;
    using ps = Photoshop;
    namespace getBridgeFiles
        class Program
            static void Main(string[] args)
                ps.ApplicationClass app = new ps.ApplicationClass();
                String Code = "var fileList;"+
    "if ( BridgeTalk.isRunning( 'bridge' ) ) {"+
    "var bt = new BridgeTalk();"+
    "bt.target = 'bridge';"+
    "bt.body = 'var theFiles = photoshop.getBridgeFileListForAutomateCommand();theFiles.toSource();';"+
    "bt.onResult = function( inBT ) { fileList = eval( inBT.body ); }"+
    "bt.onError = function( inBT ) { fileList = new Array(); }"+
    "bt.send(8);"+
    "bt.pump();"+
    "var timeOutAt = ( new Date() ).getTime() + 5000;"+
    "var currentTime = ( new Date() ).getTime();"+
    "while ( ( currentTime < timeOutAt ) && ( undefined == fileList ) ) {"+
    "bt.pump();"+
    "$.sleep( 100 );"+
    "currentTime = ( new Date() ).getTime();"+
    "}}"+
    "if ( undefined == fileList ) {"+
    "fileList = new Array();}"+
    "fileList = decodeURI(fileList.toString());";
                String RC =  app.DoJavaScript(Code, null, null);
                ArrayList list = new ArrayList();
                list.AddRange(RC.Split(new char[] { ',' }));
                for (int index = 0; index < list.Count; index++){
                    Console.WriteLine(list[index]);
                Console.ReadLine();

  • How to communicate with a server ?

    Hello.
    I'm an intern trying to find a RIA client to use with a Java application server. The server provides two ways to access data :
    - a HTTP servlet that deals with XML
    - a web service
    I can't find information about how to communicate with a server using JavaFX 2, so can you try to explain it to me ?
    I'm sorry if what I ask is stupid, but I'm not very familiar with these things, I'm just a student.
    Thank you.

    Hi,
    communicate with a server is not JavaFX speciffic. You can use any "Java way" to access web-services or http requests. Try Axis2, it creates you the client API from the WSDL (the webservices on your server should provide the WSDL), than you can use this created client API to access the web-service in your JavaFX application. (see: http://people.apache.org/~ruchithf/hw-axis2/). You should be aware that by default you are working on one Application Thread (JavaFX as well as Swing and SWT), so when your first poc. is running you should use the javafx concurrent api, to create non blocking requests (http://docs.oracle.com/javafx/2/threads/jfxpub-threads.htm).
    Andy

  • How outlook communicate with exchnage server 2013/2010/2007

    when  i am creating a outlook profile for any user to access the mail box from exchange server. on that time how outlook communicate with exchange server.
    Abp

    Hi paul440,
    Thank you for your question.
    If we have configured autodiscovery correctly, outlook will connect Exchange CAS server by autodiscovery, autodiscovery will direct outlook to connect correct CAS server by user’s mailbox location. For Example, if the user mailbox located on Exchange 2010,
    outlook will connect Exchange 2010 CAS. if the user mailbox located on Exchange 2013, outlook will connect Exchange 2013 CAS.
     We could refer to the following link:
    https://technet.microsoft.com/en-us/library/bb310763(v=exchg.141).aspx
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim

  • How to communicate with different system on different network using WCF service

    Hi,
    I am using a WCF service that is accessed by different systems on same network. But systems on different networks are not able to access my WCF service. I have enabled tcp port also. But i can not resolve this issue. Please give the solution to the issue.
    Regards,
    Shanmugam M

    Hi Vilas,
    How you may communicate with you AIX server may very greatly depending on what is running on your server.  Here is a link to another thread where Java calls and AppletView were discussed.  It contains a link to the company that makes AppletView, so it may have some good information for you. 
    Also, if your customer suggested you use AppletView and they developed it, they would probably be your best bet for explaining it to you.
    Hope this helps!
    Spex
    National Instruments
    To the pessimist, the glass is half empty; to the optimist, the glass is half full; to the engineer, the glass is twice as big as it needs to be...

  • How to Communicate with Programs running on AIX server Using LabVIEW.

    We have an IBM AIX server on which some programs are running  which basically perform some scientific calculations. I am required to send the inputs to the calculation from a VI on windows system and get back the results  on the VI.  I do not have any idea on how to do this.
    But i heard that there is a tool ( not developed in LabVIEW) developed by my customer which can communicate with the AIX server thro Java Classes.
    So i tried exploring APPLETVIEW which supports java and LabVIEW but i am confused.
    Is there any way to achive this interfacing between AIX and LABVIEW?.
    Thanks  
    Vilas G

    Hi Vilas,
    How you may communicate with you AIX server may very greatly depending on what is running on your server.  Here is a link to another thread where Java calls and AppletView were discussed.  It contains a link to the company that makes AppletView, so it may have some good information for you. 
    Also, if your customer suggested you use AppletView and they developed it, they would probably be your best bet for explaining it to you.
    Hope this helps!
    Spex
    National Instruments
    To the pessimist, the glass is half empty; to the optimist, the glass is half full; to the engineer, the glass is twice as big as it needs to be...

  • How to communicate with HID USB device under windows XP with Labview

              I have designed a EZ-USB FX2 device and I need to communicate with LabVIEW. I mean I just want to send and receive data. I don’t know how to achieve this goal.Someone have advised me to design a HID device,then use VISA Driver Development Wizards to generate driver(inf file).SO I defined it to a hid device .However when I connect my hid device to the computer, it will automatically be recognized as HID compliance device. I can’t to install the inf file driver. I wondered whether all HID devices will be acquiescently installed the drivers contained in the windows rather than use the inf file driver generated by VISA Driver Development Wizards? If so,what should I do next to communicate with HID USB device under windows XP with Labview? HOPE TO GET HELP!
              KIVI

    Hi,
    I am working on a project using PIC18F4550 MCU and USB.
    I would need to send and receive data from the MCU thru USB. I have uninstaled the HID and created a new NI-VISA driver for my MCU. this worked fine, and it did showed up in MAX
    Unfortunately I was not able to receive data from the MCU, Just sending!
    I thought to use HID.DLL but the way I need to use the functions inside the HID DLL is simply too much for me, I am not a PC programmer.
    There is any kind of VI that is able to use HID.DLL to comunicate with external devices conected to PC thru USB?
    Please Help
    Andrei

  • How to communicate with swf in HTMLLoader

    Hi,
    How to communicate swf loaded through HTMLLoader in non-application sandbox with the application sandbox from where the HTMLLoader is created.
    Regards,
    Ahmed

    > Hello Reo,
    >
    > That's right: You can schedule the syndication by
    > using the auto syndication time (mdss.ini).
    > Furthermore you have the choice not to syndicate
    > records that didn't change. With other words: as long
    > as no records have changed, nothing is syndicated.
    > The settings are done in the "Map Properties" tab in
    > the Syndicator.
    > A third option could be to use the search criteria.
    > By doing so, you e.g can specify just to syndicate,
    > if a special flag (let's say a boolean value in MDM)
    > has a true value.
    >
    > Greets,
    > Andreas
    Hi Andreas
    I am in a situation where I need to schedule a syndication (batch) based on a value of MDM main table( conditional execution of syndication).  Is it possible to automate MDM syndication server based on the search (previously created) and Map?  This helps our project a lot.  Thank you in advance.
    Regards
    Bala Pochareddy

  • How do communicate with COM DLL(microsoft COM object written in VC++)

    How do i communicate with a COM DLL(written in VC++ or VB) with a java program. The COM object has a method called dispPrint(String arg).

    Or if you are like me, use a product like Jawin which simplifies things like this (no need to a intermediate dll).
    http://staff.develop.com/halloway/code/jawin.html

  • How to communicate with third party bluetooth device using LAbVIEW

    Hi
          I am trying to communicate with a third party bluetooth device using LabVIEW, I am using a bluetooth dongle. I am able to discover the device and able to open the connection by specifying the service as serial port. But after that when I am trying to read and write data between LabVIEW and the bluetooth device (using Bluetooth Read & Bluetooth Write functions) its not happening.
    Dose anybody faced same kind of issue if so kindly guide me, this is first time I am using Blutooth protocol.
    Regards
    Visuman 

    Hi,
    I am able to talk with bluetooth / serial devices by using Labview protocol (not Wii dll). These are steps:
          Discover the bluetooth device in range (Bluetooth dicover.vi)
          Get the address of the device
          Pass device address to Bluetooth RFCOMM Service Discovery.vi to get service list
          Pass channel and uuid to Bluetooth open connection
          After that do write and read (Bluetooth Write / Bluetooth read).
      I hope it works for you.
    Take care
    tp
     

  • How can an ipad communicate with another ipad to show a presentaion from one to many others in the room with ipad

    Hi,
    I would like a ipad to talk to another to do a presentation . Ideally one ipad will be the main presentation tool and the owner will turn pages on his and then the other ipads will do the same without anyone touching them.

    1. Drag and drop or by selecting the pics you want to move and then clicking on the + button on the toolbar...
    2. Yes
    3. Select a pic and right click on it. Select Get Info:
    4. At this time you can only change dates on photos.

  • How to connect with another Mac via AFP

    My parents have a Mac (10.4.8) which is in a different location than my own. They would like to send me some files however, I thought it would be easier if I could just log into their computer from mine, and grab the files myself.
    How is this done, if at all? I have the AFP address of their computer (file sharing is on as is Apple Talk on both machines) but can't seem to get this to work by using the connect to server command?
    Any help much appreciated!

    If you have broadband internet then why not send the files via email. Quick, simple.
    If your computers can be connected via Ethernet or wireless, then you can use file sharing. However, you must be able to communicate directly. That means connecting an Ethernet cable between the two computers or being able to communicate wirelessly - wireless modem, Ethernet modem connected to a wireless router, and Airport cards in both computers. The following should be helpful:
    http://docs.info.apple.com/article.html?artnum=106658
    http://www.apple.com/support/tiger/network/
    http://docs.info.apple.com/article.html?artnum=106461
    http://docs.info.apple.com/article.html?artnum=107369
    http://www.macosxhints.com/article.php?story=20011108161839416
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • OSB -How to communicate with a Asynchronous SOAP Service using OSB

    Hi,
    I am new to OSB and I need some help in working with Asynchronous SOAP Service.
    Test Case : OSB --> Proxy Service --> Business Service-->External Service pointing to Asynchronous service WSDL.
    While testing the proxy service using sb console i don't get a response back.
    After some googling I found out the following:
    ->We need to create another Proxy service for listening to callback from that Asynchronous service.
    ->Setting the "WS-replyTo" in header variable while sending the initial request to Business Service(pointing to Asynch wsdl).
    Even after this I am not getting some response.
    Questions :
    1. Can someone let me know in detailed way(end to end) what has to be done to achieve this ?
    2. The Asynch wsdl exposes only one port in the <service> tag ie., which is haing the binding related to "process" operation. ( but not processCallback operation)
    So in this case how do i make my responseProxy service listen to callback port ? When I try to do I just see the process binding only.
    Thanks and Regards,
    Sridhar.

    Vernetto,
    I am not sure about the publish, but yes we can do this without JMS also. Please refer to this post which is quite helpful which routes back to a proxy service.
    http://eelzinga.wordpress.com/2010/03/23/oracle-service-bus-invoke-asynchronous-webservices/
    Regards,
    Sridhar.

  • TS1474 how to sync with another computer without losing contacts

    i have got another laptop and when i connect it to my laptop it says it needs to erase whats on my phone and resync with the laptop.
    any help on how i can sync to my laptop without losing anything.

    The iPhone is not intended to sync to multiple computers, even if manually managed (unlike other iOS devices).
    There is a workaround where you copy your iTunes library file from the computer you normally use to another computer, and boot the other iTunes with your library file.  You then update the "new" library on the other computer with whatever new files you want to transfer to the iPhone.  As long as your iPhone remains manually-managed, you should be able to drag and drop the new items to the iPhone.

Maybe you are looking for

  • Problem with receiver mail adapter

    Hi All, I have a proxy to mail scenario. I am using mail message format from service market place. Now this is the xml after executing mapping: <Mail> <Subject>XYZ</Subject> <From>From_email</From> <To>To_email</To> <Reply_To /> <Content_Type>text;ch

  • Facetime reduces other app's, video's sound in Yosemite

    I just upgrade my OS to Yosemite from Mountain Lion. Everything looks fine but i encounter this problem, when I use facetime it reduces the other sounds running in background (like youtube video). I see similar sort of thing with Mavericks. Is there

  • Using TimesTen for JUnit tests

    I want to switch from using HSQL (in memory) to TimesTen in my Unit tests. Is there a simple setup for TimesTen when used for this purpose? For example, for HSQL, all I have to do is include the hsql.jar as a dependency in my project, then include th

  • Skype for business colors

    Hi, Is there a way to change theme colors in Skype for Business? I'm more than tired of the light blue one. Best regardsThomas Gammelgaard Madsen

  • Itunes has encountered a problem....(won't open)

    Itunes will not open. It comes up with the message "Itunes has encountered a problem and needs to close" every single time. I've tried the following: 1. uninstalled it 2. reinstalled it about 150 x 3. downloaded new versions of Macromedia. 4. gone to