Opening new frame in new thread

I am having huge problems with an app. The main frame has a button on it. when the button is selected a second frame opens. I would like this frame to open in a new thread and the main thread to wait until it is closed again, but nothing I do seems to work! Does anyone have any ideas?
I have the following code, but the problem is that it prints HAVE FINISHED before the Settings frame is closed:
isRunning = true ;
Thread settingsThread = new Thread()
     public void run()
          Settings sett = new Settings() ;
          isRunning = false ;
          System.out.println("stopped") ;
settingsThread.start() ;
while(isRunning)
try
          System.out.println("sleeping") ;
          Thread.sleep(0) ;
     catch (InterruptedException ie)
          System.out.println("PROBLEM") ;
     } // end while
System.out.println("HAVE FINISHED") ;

Hi,
it sounds like you are looking for a model dialog. If "Setting" inherits from JDialog you can use the constructor "JDialog(this, true)" in your frame of the main app. The problem in your code is, that event handling always has its own thread. You can't permit "running" the window in the background, but you can permit getting the focus with modal dialogs.
bye
Steffen

Similar Messages

  • Link to a frame opens up in a new window

    I'm making a website with two frames: the top one contains the menu and the bottom one shows the content. I read the description in the help page, that as target you should write the name of the frame you want the link to open up in. I did that but it opens up in a new window anyway. Why is this?
    The name of the frameset is called "index" and the top frame is called "menyrad". The start page and the bottom frame are the same thing, it's called "start". Should these be two separate things instead? But then wouldn't the bottom frame be empty when one goes to the page for the first time? Anyway, I have made only one other page so far, it's called "hyr_personal". In the links that are on the top frame, I have written "start.html" or "hyr_personal.html" as the link and "start.html" as the target. This is all the code I have so far:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Jourbemanning</title>
    </head>
    <body background="moln.png">
    <a href="start.html" accesskey="S" target="start.html">Start</a>
    <a href="hyr_personal.html" accesskey="H" target="start.html">Hyr personal</a>
    </body>
    </html>
    If there's anything else you need to know, just tell me. I haven't published the page yet. I saw that someone else had a thread about the same subject, but their code didn't look even remotely the same.

    Hi Zefyrinus,
    from the point I understood correctly, that what I see is the relating to the appearance like described here:
    http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7d2da.h tml
    In the Target menu in the Property inspector, select the frame or window in which the linked document should appear:
    _blank opens the linked document in a new browser window, leaving the current window untouched.
    _parent opens the linked document in the parent frameset of the frame the link appears in, replacing the entire frameset.
    _self opens the link in the current frame, replacing the content in that frame.
    _top opens the linked document in the current browser window, replacing all frames.
    Frame names also appear in this menu. Select a named frame to open the linked document in that frame.
    That means not a file is a target:
    <a href="start.html" accesskey="S" target="start.html">Start</a>
    <a href="hyr_personal.html" accesskey="H" target="start.html">Hyr personal</a>
    but rather the appearance, what means for example:
    <a href="start.html" accesskey="S" target="_blank">Start</a>
    <a href="hyr_personal.html" accesskey="H" target="_blank">Hyr personal</a>
    Hans-G.

  • Should I open child JFrame in new Thread

    I have a file system browser type app.
    Click on a file and it opens in an editor JFrame.
    I don't mind that this opening takes a few seconds but I do mind that it blocks the user from doing anything else on the browser until it is opened.
    I guess I should be using a separate Thread to open it.
    What is the simplest way to do this?

    SwingWorker is probably a good way, yes :-)
    SwingWorker runs in two parts, the construct() which works as a normal thread where you can do all your initial work like i.e loading data to
    populate your new frame and building panels etc.
    The finished() part is where you do the actual gui-work to the screen
    example:
    final SwingWorker worker = new SwingWorker() {
    public Object construct() {
    //This is actually a normal thread part
    // Do all the initial work here
    public void finished() {
    // This part works in event-dispatching thread
    //Do the GUI update -work here to avoid problems
    worker.start();

  • How do I open a frame in a new window or tab?

    I want to be able to open frames into their own tabs or window... So how do you do this, or is Firefox NOT CAPABLE of this... i.e. it's LAME and should be shot? (=:]
    How do I open a frame in a new window or tab?
    ========================
    Basically... I right click, and a context menu pops up... and there is no option for what I want to do... basically because the frame is so small, and the frame table for this particular site is set to fixed... so you can't resize them... so it's almost impossible to read. If only I could easily click and open in a new window or tab...
    I mean... yeah, I can VIEW SOURCE by hand, manually, and find grope the freaking HTML until I find the desired frame URL... but Uhh... likee that's really inefficient, and a waste of time and frankly gives me a headache...
    There's got to be an easy way to do this... either with a setting, which I fail to know about, or by a plugin or extension... or by tweaking the source code... but I'm not a programmer, so I'm handicapped there.

    If you right-click and don't see a context menu item that says '''This Frame''', that page isn't made with Frames; I-frames aren't "Frames". Unless you have an extension installed that is messing up your context menus ....
    http://support.mozilla.com/en-US/kb/Safe+Mode

  • A button that will open a new frame

    Greetings Folks:
    I am intending to create a button, which after being pressed, will open a new frame. This new frame will contain some functinality which i will define later. Have you got any suggestions? Should I create a diffrent class for this new frame or should everything relating to this frame be defined in the listener method of the button?

    I'd say create a new class...
    But im not sure what you are talking about. Do you want a full new window with new buttons, textfields etc. Or just some kind of dialog window?
    If your previous screen wouldn't have any use after the button was clicked, you could just use a repaint and set a new frame size and interface.
    I'vn't got that much experience, so correct me if I'm wrong... :)
    maybe an explanation what the program does would be useful?
    Regards,
    Guido

  • How can i customize flash player to open frames in new windows ??

    how can i customize flash player to open frames in new windows ??

    In case you haven't solved this, this document might help:
    http://helpx.adobe.com/flash-player/kb/create-pop-browser-windows-flash.html

  • Opening up a new frame

    Hi everyone, im new here.
    I'm creating a friendly GUI project with buttons and detecting key press events. Currently, I'm having problems detecting keypress for a new frame(sub frame) that i've opened.
    I've 2 AWTEventListener, 1 for main frame and 1 for sub frame.
    Is there any ways that i can clear this problem?
    Thanks in advance

    Hi camickr and MikeP.
    I tried using key binders for the main frame. I'm starting with button key press down. However, the focus doesn't seem to shift over to the next button, and the program will stay there.
    But when i use System.out.println("Button focused on " +current); without the request focus line.
    It managed to show which button is suppose to have the focus.
    Below is the edited program with key binders
    import javax.swing.AbstractAction;
    import javax.swing.Action;
    import javax.swing.KeyStroke;
    import javax.swing.SwingUtilities;
    import javax.swing.JPanel;
    import javax.swing.JFrame;
    import java.awt.GridBagLayout;
    import javax.swing.JButton;
    import java.awt.GridBagConstraints;
    import java.awt.Insets;
    import java.awt.event.ActionEvent;
    public class MainFrame extends JFrame{
         private static final long serialVersionUID = 1L;
         private JPanel jContentPane = null;
         public JButton[] MenuButton = new JButton[8];
              for (int i = 0; i<8 ; i++)
                   MenuButton[i] = null;
         private int current = 0;
         private JPanel jContentPane() {
              if (jContentPane == null) {
                   GridBagConstraints gridBagConstraints7 = new GridBagConstraints();
                   gridBagConstraints7.gridx = 1;
                   gridBagConstraints7.insets = new Insets(8, 8, 8, 8);
                   gridBagConstraints7.fill = GridBagConstraints.BOTH;
                   gridBagConstraints7.gridy = 3;
                   GridBagConstraints gridBagConstraints6 = new GridBagConstraints();
                   gridBagConstraints6.gridx = 1;
                   gridBagConstraints6.insets = new Insets(8, 8, 8, 8);
                   gridBagConstraints6.fill = GridBagConstraints.BOTH;
                   gridBagConstraints6.gridy = 2;
                   GridBagConstraints gridBagConstraints5 = new GridBagConstraints();
                   gridBagConstraints5.gridx = 1;
                   gridBagConstraints5.insets = new Insets(8, 8, 8, 8);
                   gridBagConstraints5.fill = GridBagConstraints.BOTH;
                   gridBagConstraints5.gridy = 1;
                   GridBagConstraints gridBagConstraints4 = new GridBagConstraints();
                   gridBagConstraints4.gridx = 1;
                   gridBagConstraints4.insets = new Insets(8, 8, 8, 8);
                   gridBagConstraints4.fill = GridBagConstraints.BOTH;
                   gridBagConstraints4.gridy = 0;
                   GridBagConstraints gridBagConstraints3 = new GridBagConstraints();
                   gridBagConstraints3.gridx = 0;
                   gridBagConstraints3.insets = new Insets(8, 8, 8, 8);
                   gridBagConstraints3.fill = GridBagConstraints.BOTH;
                   gridBagConstraints3.gridy = 3;
                   GridBagConstraints gridBagConstraints2 = new GridBagConstraints();
                   gridBagConstraints2.gridx = 0;
                   gridBagConstraints2.insets = new Insets(8, 8, 8, 8);
                   gridBagConstraints2.fill = GridBagConstraints.BOTH;
                   gridBagConstraints2.gridy = 2;
                   GridBagConstraints gridBagConstraints1 = new GridBagConstraints();
                   gridBagConstraints1.gridx = 0;
                   gridBagConstraints1.insets = new Insets(8, 8, 8, 8);
                   gridBagConstraints1.fill = GridBagConstraints.BOTH;
                   gridBagConstraints1.gridy = 1;
                   GridBagConstraints gridBagConstraints = new GridBagConstraints();
                   gridBagConstraints.gridx = 0;
                   gridBagConstraints.fill = GridBagConstraints.BOTH;
                   gridBagConstraints.insets = new Insets(8, 8, 8, 8);
                   gridBagConstraints.gridy = 0;
                   jContentPane = new JPanel();
                   jContentPane.setLayout(new GridBagLayout());
                   jContentPane.add(getJButton(), gridBagConstraints);
                   jContentPane.add(getJButton1(), gridBagConstraints1);
                   jContentPane.add(getJButton2(), gridBagConstraints2);
                   jContentPane.add(getJButton3(), gridBagConstraints3);
                   jContentPane.add(getJButton4(), gridBagConstraints4);
                   jContentPane.add(getJButton5(), gridBagConstraints5);
                   jContentPane.add(getJButton6(), gridBagConstraints6);
                   jContentPane.add(getJButton7(), gridBagConstraints7);
                   jContentPane.getInputMap().put(KeyStroke.getKeyStroke("DOWN"), "MoveDown");
                   Action ActionDown = new AbstractAction() {
                       public void actionPerformed(ActionEvent e) {
                            current = current < 7 ? current = current + 1 : (current + 1 > 7 ? 0:1);
                          //System.out.println("press down, Button"+current+" on focus");
                          MenuButton[current].requestFocus();  //next button obtains focus
                   jContentPane.getActionMap().put("MoveDown", ActionDown);
              return jContentPane;
         private JButton getJButton() {
              if (MenuButton[0] == null) {
                   MenuButton[0] = new JButton();
                   MenuButton[0].setText("Singapore");
              return MenuButton[0];
         private JButton getJButton1() {
              if (MenuButton[1] == null) {
                   MenuButton[1] = new JButton();
                   MenuButton[1].setText("World");
              return MenuButton[1];
         private JButton getJButton2() {
              if (MenuButton[2] == null) {
                   MenuButton[2] = new JButton();
                   MenuButton[2].setText("Business/Finance");
              return MenuButton[2];
         private JButton getJButton3() {
              if (MenuButton[3] == null) {
                   MenuButton[3] = new JButton();
                   MenuButton[3].setText("Sports");
              return MenuButton[3];
         private JButton getJButton4() {
              if (MenuButton[4] == null) {
                   MenuButton[4] = new JButton();
                   MenuButton[4].setText("Technology");
              return MenuButton[4];
         private JButton getJButton5() {
              if (MenuButton[5] == null) {
                   MenuButton[5] = new JButton();
                   MenuButton[5].setText("Entertainment");
              return MenuButton[5];
         private JButton getJButton6() {
              if (MenuButton[6] == null) {
                   MenuButton[6] = new JButton();
                   MenuButton[6].setText("Special Reports");
              return MenuButton[6];
         private JButton getJButton7() {
              if (MenuButton[7] == null) {
                   MenuButton[7] = new JButton();
                   MenuButton[7].setText("Travel");
              return MenuButton[7];
         public static void main(String[] args) {
              SwingUtilities.invokeLater(new Runnable() {
                   public void run() {
                        MainFrame thisClass = new MainFrame();
                        thisClass.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                        thisClass.setVisible(true);
         public MainFrame() {
              super();
              initialize();
         private void initialize() {
              this.setSize(1024, 768);
              this.setContentPane(jContentPane());
              this.setTitle("Daily News");          
    }Thanks for your time and help

  • How can I force any new selection from bookmark to open in a new frame ?

    How can I force any new selection from bookmarks to open in a new frame ?

    Sorry I would like it happen as a preference,
    automate the option like
    "Always open in new tab when click Bookmark "
    (not over the actual tab)
    thanks

  • How can i open a new frame when i click on a button

    hi,
    i create 2 frames and i want when i press a button in the first frame the second will be showed.
    thanks for the help

    call "new NameOfYourClass(your_parameters)" to get a new instance of your class... if your class extends JFrame and you setVisble(true); at the end of its constructor, for every new instance a new window will show up.
    but yes, you should describe more specific what you want :O

  • Problem with opening new frame in netbeans

    Hi...
    I have created a jframe in netbeans when i try to open this frame now i got a warning form loaded with errors errors occurred in loading the form data.....
    How to solve this problem?

    How to solve this problem?Learn Java.
    [http://catb.org/~esr/faqs/smart-questions.html]
    db

  • Open URL in a new window by closing the parent window

    Hi Friends,
    Is there any option to open URL in a new window by closing the parent window on a button click?
    Already implemented the logics suggested in /people/mohammed.anzys/blog/2007/06/05/how-to-close-parent-window-in-webdynpro-applications , the thread ' URL in same window '  and the standard component WDR_TEST_EXIT_PLUG .But button is not triggerring any actions .plz help me  ..............
    Regards,
    Radhika

    hi,
    Do the following steps :
    -> Make an Outbound Plug to the Window.
    ->Make the type of Outbound plug to Exit Type.
    ->Add URL of type String as a parameter to the outbound plug of Window.
    ->Do remember to add Component Name in the Properties Tab of View ( othervs Calling Outbound plug of window from view wont b possible ).
    To open a new URL with closing the previous one write this Code in OnAction of Button : ( this Code can be get from Code Wizard too ).
    DATA lo_zexit TYPE REF TO ig_zexit .   <zexit is name of my Component>
    lo_zexit =   wd_this->get_zexit_ctr( ).
      lo_zexit->fire_out_window_plg(
        url =   'http://www.google.com'                            " string
    I hope it helps.
    Thanx.

  • Open StageWebView link in new window

    I have a StageWebView displaying a webpage containing ads that are coming in from AdMob (due to their current lack of support for AS3 and AIR for Android).
    However, when a user clicks on the ad, the linked page opens in that small window, so the content is barely even readable. Is there a way to make the browser open the intended link in a new window, seperate from my app?
    Obviously AdMob ads were not intended to work this way, as both the user and the adveriser are getting cheated here (due to AdMob's current lack of support for AS3 and AIR for Android).
    Thanks!

    I have a question as well.  I'm trying to display a stagewebview when the button is clicked but I want the stage webview to be on a new frame and take up the entire frame.  Here is code I have found but I can't get this to work like I need it to.
    I'm trying to get Stagewebview to show on a new stage when a button is clicked.  Right now it just shows on the same stage  becuase code is this.stage.
    Also, when it shows up on the new page I want to have back button, forward, and refresh and I want it on the top and not taking alot of space and only on the screen where it's showing the web view.
    Please help!!!!!!!!!!
    Here is the code:
    stop();
    import flash.display.StageAlign;
    import flash.display.StageScaleMode;
    import flash.events.MouseEvent;
    import flash.net.URLRequest;
    import flash.media.StageWebView;
    import flash.geom.Rectangle;
    stage.align = StageAlign.TOP_LEFT;
    stage.scaleMode = StageScaleMode.NO_SCALE;
    var webView:StageWebView;
    var swvRect:Rectangle;
    var swvHeight:Number;
    var uiElemsTop:Number=140;
    var swvY:Number=140;
    var uiElemsBot:Number=40+20+75+20;
    var uiElemsHeight:Number=uiElemsTop+uiElemsBot;
    infoBox.text="";
    infoBox.visible=false;
    mainPanel.visible=false;
    webBtnsPanel.visible=false;
    mcStart.addEventListener(MouseEvent.CLICK,init);
    function init(e:MouseEvent):void {
        mcStart.removeEventListener(MouseEvent.CLICK,init);
        mcStart.visible=false;
        mainPanel.btnExit.addEventListener(MouseEvent.CLICK, exitApp);
        mainPanel.btnCloseSwv.addEventListener(MouseEvent.CLICK,closeSwv);
        mainPanel.btnOpenSwv.addEventListener(MouseEvent.CLICK, openSwv);
        infoBox.text="Click open stage web view to begin";
        webBtnsPanel.btnNext.addEventListener(MouseEvent.CLICK, nextPage);
        webBtnsPanel.btnPrev.addEventListener(MouseEvent.CLICK, prevPage);
        webBtnsPanel.btnReload.addEventListener(MouseEvent.CLICK, reloadPage);
        webBtnsPanel.btnStop.addEventListener(MouseEvent.CLICK, stopPage);
        swvHeight=stage.stageHeight-uiElemsHeight;
        infoBox.x=stage.stageWidth/2-infoBox.width/2;
        infoBox.y=stage.stageHeight-40;
        mainPanel.x=stage.stageWidth/2-mainPanel.width/2;
        webBtnsPanel.x=stage.stageWidth/2-webBtnsPanel.width/2;
        webBtnsPanel.y=140+swvHeight+20;
        mainPanel.visible=true;
        infoBox.visible=true;
    //When the user taps on Exit button, the app quits.
    function exitApp(event:MouseEvent):void {
        NativeApplication.nativeApplication.exit(0);
    function closeSwv(event:MouseEvent):void {
        if(webView==null){
            return;
         webView.removeEventListener(ErrorEvent.ERROR,onError);
         webView.removeEventListener(LocationChangeEvent.LOCATION_CHANGING,onC hanging);
         webView.removeEventListener(Event.COMPLETE,onComplete);
         webView.viewPort=null;
         webView.dispose();
         webView=null;
         webBtnsPanel.visible=false;
         infoBox.text="Click open stage web view to begin";
    function openSwv(event:MouseEvent):void {
        if(webView!=null){
            return;
         webBtnsPanel.visible=true;
         infoBox.text="";
         webView=new StageWebView();
         webView.stage= next.stage;
         webView.viewPort=new Rectangle(0,swvY,stage.stageWidth,swvHeight);
         webView.addEventListener(ErrorEvent.ERROR,onError);
         webView.addEventListener(LocationChangeEvent.LOCATION_CHANGING,onChan ging);
         webView.addEventListener(Event.COMPLETE,onComplete);
         webView.loadURL("http://www.math.uri.edu/~bkaskosz/webview/index.html");
    function onError(e:ErrorEvent):void {
        infoBox.text="Page is not available. Try reloading.";
    function onChanging(e:LocationChangeEvent):void {
        infoBox.text="Loading...";
    function onComplete(e:Event):void {
        infoBox.text="";
    function nextPage(e:MouseEvent):void {
        if(webView==null){
            return;
        if(!webView.isHistoryForwardEnabled){
            return;
        webView.historyForward();
    function prevPage(e:MouseEvent):void {
        if(webView==null){
            return;
        if(!webView.isHistoryBackEnabled){
            return;
        webView.historyBack();
    function reloadPage(e:MouseEvent):void {
        if(webView==null){
            return;
        webView.reload();
    function stopPage(e:MouseEvent):void {
        if(webView==null){
            return;
        webView.stop();

  • Issue while opening Shop Link in New Window

    Hi All,
    Recently We have upgraded SRM5.0 to 7.0 and now we are using Portal for Front end application. We have configure the SRM appliation in Portal EP 7.0.
    Now i can fetch the data from SRM but problem is when i am opening Shop Link ( Employee Self Serviece --> Shopping Area ) in new window then it's navigating to Home Page instead of opening the Shop application.
    When i am opening the Shop Link in Content area that time its opening correctly.
    Can you please assist us how we can resolve this issue when i am opening Shop link in new window.
    Regards,
    Rahul Sanas.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • How do I create a new frame using Flash CS5 on a Mac so I can add more pictures to my website?

    I have what I hope is a fairly straight forward question that I hope you can answer if you write code with a Mac or are at least familiar with the process on a Mac?  The person I have been working with to create my photography website uses a PC.  Here is the problem.  I am trying to use my Mac in order to create frames so that I can add 5 more images to a portfolio that presently has 15 images.  The code is in an index.fla file.  If I want to create a new frame in the index.fla, let's say LOAD CODE 381 and want to use the same text that is already present in LOAD CODE 380 but with a few edits, I have no trouble going to the Action-Movie Clip and finding LOAD CODE 380 in the left hand column.  The problem is, on a Mac, how do I create frame LOAD CODE 381 and then how do I copy and paste the text from LOAD CODE 380 into LOAD CODE 381?  It looks like on a PC one can open LOAD CODE 380 in the Action-Movie Clip, highlight the text then right click on the red rectangular box in the timeline.  By doing so (on a PC) one sees a drop down menu that gives the option to "copy key frame".  What is the equivalent of the "copy key frame" on a Mac?  I can see where on the Mac you can go to Edit >copy.  Is this the equivalent of "copy key frame" on a PC?  If so, once I "copy" the text how do I create the new LOAD CODE 381 so that I can paste the text into the new frame?
    I WOULD BE EXTREMELY GRATEFUL TO ANYONE WITH THE ANSWER TO THIS QUESTION!  THANK YOU!!!!!

    Sorry not to be more clear.  It is a name assigned to one of the 
    frames by the person who originally designed the website and is shown 
    in the list of about 150 action frames that were created in this 
    particular fla document.  This "list" comes up in the left hand column 
    of the Action-Frame box. When I click on Load Code 380 which is half 
    way down the column of frames, the following text comes up on the 
    large screen to the right of the column of 130 frames.
    IMAGE.gotoAndPlay("start");
    loadVariables("data/series01/15title.txt", "_root.IMAGE.TITLE");
    loadVariables("data/series01/15price.txt", "_root.IMAGE.PRICE");
    loadMovie("data/series01/about.swf", "_root.IMAGE.ABOUT");
    IMAGE.mc_pic.attachMovie("pic","pic",1,)
    IMAGE.mc_picTHUMB.attachMovie("pic","pic",1,)
    This text is what I am trying to transfer to copy then paste into a 
    new frame after which time I want to slightly edit the text.  I am not 
    a programer so I apologize if I am not using all of the correct 
    terminology.
    Thank you again,  Jon

  • Open a new page  in new window programatically.

    Hi all,
    I am able to open the new page in new window by setup (setting up the distination URI and and target fram as balnk), my requirememet is to do it programatically, from CO i have to call the new page on some conditions, how can i achive this?

    Hi
    You can open a new page in new window programmatilcally like this :
    for this we have created a Static Styled Text Bean of Id item1
    import oracle.apps.fnd.framework.webui.beans.* ;
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAStaticStyledTextBean ost = (OAStaticStyledTextBean)webBean.findChildRecursive("item1") ;
    ost.setLabel("Click here for my website");
    ost.setDestination("http:\\XX.com");
    } Ajay
    Edited by: Ajay3107 on Jul 19, 2010 9:53 PM

Maybe you are looking for

  • Setting up Sharepoint 2013 approval workflows depending on field value

    Dear Microsoft Support, I am still relatively new to Sharepoint-Infopath and would need help with setting up workflows for a requisition form I am creating. I have designed and created a form using Infopath 2013 and have successfully created the link

  • How to edit text in an existing InDesign document?

    I'm unfamiliar with InDesign, and I apologize in advance for what I'm sure is a very beginner/dumb question, but I'm stuck. I've been using the Help files, so far to no avail. I have been given the simple (I thought!) task of changing a few lines of

  • What is the best word processor for mac?

    I recently got an old mac and i need a word processor to use for school. It needs to be compatible with microsoft word.

  • Does anyone have any installation information of KNOA EPM suite

    Hi folks, Does any one know about KNOA EPM suite. How it is integragted with sap and the minimum requirement for this. regards, Dhiraj

  • Embedded QT Pro won't play

    What am I doing wrong? I make a movie in QT Pro and export for web and I put these files on my server: QuickTime Movie (small file) M4V File (big file) Poster (jpg image) Then in the same directory I put the embedded <head> and <body> HTML from the r