A new instance of the program

Hello everyone!
I have a simple text editor and I need to open a new
document in a new instance of it from it. I created a new frame,
but I could not get any focus on it because there was a modal
dialog running. When dialog was closed I noticed that some
components from old frame got a bridge with a new frame.
Any ideas how to fix this?
Thanks, Andrey

Hello everyone!
I have a simple text editor and I need to open a new
document in a new instance of it from it. I created a
new frame,
but I could not get any focus on it because there was
a modal
dialog running. When dialog was closed I noticed that
some
components from old frame got a bridge with a new
frame.
Any ideas how to fix this?
Thanks, AndreyDon't make the dialog modal, and never share components between instances. A Swing/AWT component can only have one parent.
Kaj

Similar Messages

  • How do I update my old Organizer catalog for a new version of the program?

    When you install a new versiobn of the program and start the Organizer, it will usually give you a pop-up asking if you want to convert the catalog from a previous version. However, if that tool doesn't automatically launch, contributor Barb O offers this manual solution:
    Go to File menu Catalog command and you will see a button for Convert. Click that convert button to start the catalog conversion process manually.
    Note that IF you have more than one catalog, each one converts separately.
    BEFORE you start your new program, go to your old Organizer's catalog and select:
    -- Catalog > Repair
    -- File > Reconnect > All Missing Files
    -- Catalog > Repair (again)
    The logic here is that a "cleaned up" prior version catalog is less likely to have problems during the upgrade process.

    I recommend you ask that in the PSE forum. I'm sure there is some import/ export hocuspocus involved...
    Mylenium

  • Error 1430 when adding a new VI to the program

    I have a program I developed in LV 2009 in 2009 and now I am updating it.  I accidently opened it up in 2010 and saved it.  There are Microsoft office tools that were built into LV 2009 that are removed in 2010 that I had used in my program.  So I had to save as previous version (2009).  After everything worked and I could run the code and compile I continued developing.  At one point I tried to compile and got an Error.
    Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    Error 1430 occurred at Create Folder in Create Directory Recursive.vi->AB_Destination.lvclass:Create_Destination.vi->AB_Build.lvclass:Create_Destinations.vi->AB_Application.lvclass:Create_Destinations.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_Frmwk_Build.lvclass:Build.vi->AB_UI_FRAMEWORK.vi->AB_Item_OnDoProperties.vi->AB_Item_OnDoProperties.vi.ProxyCaller
    Possible reason(s):
    LabVIEW: The path is empty or relative. You must use an absolute path.
    <Not A Path>
    I have now figured out that if I add a new VI to the program, it gives this error.  If I remove the VI, it compiles with no errors.  If I add a blank VI with no code, it gives  the error.  I have worked as far as I could without adding a VI but now i need a pop up window and need to the VI.  The code is too large to fit the max 6MB requirements.
    Thanks
    Matt
    Solved!
    Go to Solution.

    Hi mattyk,
    When you say compile, do you mean press the run button? When exactly does this error show up?
    I suggest you try copying all of your VIs into a new project, and try running the new project. It sounds like your project may have been corrupted in the process of upgrading and re-saving to a previous version.
    I hope this helps! Regards,
    Emily C
    Applications Engineer
    National Instruments

  • My garageband can't be used because when I open a project (new or old) the program extends beyond the bottom of the display screen and I can't access what is below the bottom of the screen (like the record button).  I know there's a simple fix, but what?

    My garageband can't be used because when I open a project (new or old) the program extends beyond the bottom of the display screen and I can't access what is below the bottom of the screen (like the record button).  I know there's a simple fix, but what?

    two things to try: either click the green "zoom" bottom at the topLeft of the window in the title bar, or go to your System Prefs and then Displays, and increase the resolution that is used

  • Now I can not Intal Creative Center again because there is new version of the program

    Hello
    I have zen 100 mp3 player
    Install all and made 4 playlist......OK
    Update all .....Ok
    One day Creative Center stop functions (no contact with music files in the program )
    I uinstall the Creative Center in frustration :-(
    But to install the program again stops and the install tell that there is a new version of the program a I have to stop install
    Link : http://www.mediafire.com?j3xjtiofsmem5xs
    (rtf printscreen only to tell it stops install)
    How do I INSTALL IT AGAIN ????
    PC Vin7
    JUAN
    :smileyindifferent:

    Hi,
    You probably need to make sure that all Creative related software applications are removed before you attempt a reinstallation. Please write to support if you need further assistance with this.

  • How to create new instance of the process from external web apps?

    Hi Everyone,
    How to create a new instance of the process which deploy to the weblogic server from the external web app?
    Thank you.

    Assuming the process includes a message start event, the simplest way is to use Web Service call. Once you've deployed the process you can use Enterprise Manager to get the URL of the WSDL. There's and icon at the top of the composite summary page for getting the WSDL, or you can get it from the test page. Use that WSDL URL to construct the client to use from the web app. If it's an ADF client you can generate either an ADF Data Control or a client proxy.

  • Hi, I just started a new movie and the program is running very slow. Is there a way to clean up my iMovie program so that it goes faster? Please help.

    Hi, I just started a new movie and the program is running very slow. Is there a way to clean up my iMovie program so that it goes faster? Please help.

    There is nothing you can do with iMovie program itself.  Slow response in usually due to a shortage of system resources (CPU, RAM and disk space).
    How much free disk space do you have on your boot drive and what is the capacity of the drive?
    You can check memory utilization while running iMovie using Activity Monitor (in Applications/Utilities).  What does the Memory tab show for Swap used?
    Are you running many other processor-intensive applications a the same time?
    If you have a lot of events and projects, it will help a bit to hide the ones you are not using by moving them from your iMovie Projects and iMovie Events folders into an enclosing folder so iMovie doesn't load them.
    Geoff.

  • Cannot find new instances in the workspace

    I use BPM Standalone 10g and Studio 10g.
    I create a process without a global creation activity and deploy as well as publish it in the BPM Standalone.
    The process just has one activity named Interactivejcooper. Its main task is set to Method.
    I also create a JAVA PAPI to create new instances of this process. It can create new instances.
    However, I cannot find all new instances created by PAPI in the workspace.
    The following code is in the PAPI.
    --------------------code------------------------
    package piic;
    import fuego.lang.ConnectionPassport;
    import java.util.Properties;
    import fuego.papi.Arguments;
    import fuego.papi.CommunicationException;
    import fuego.papi.InstanceInfo;
    import fuego.papi.ProcessService;
    import fuego.papi.ProcessServiceSession;
    import fuego.papi.OperationException;
    import java.util.Properties;
    public class Class1 {
    public Class1() {
    public static void main(String[] args) throws CommunicationException, OperationException {
    Class1 class1 = new Class1();
    Properties configuration = new Properties();
    configuration.setProperty(ProcessService.DIRECTORY_ID, "default");
    configuration.setProperty(ProcessService.DIRECTORY_PROPERTIES_FILE, "D:\\BPM_HOME_standalone\\webapps\\papiws\\WEB-INF\\directory.xml");
    configuration.setProperty(ProcessService.WORKING_FOLDER, "/tmp");
    ProcessService processService = ProcessService.create(configuration);
    ConnectionPassport passport = processService.createPassport("jcooper");
    passport.setPassword("welcome1");
    passport.fillPassport();
    ProcessServiceSession session = processService.createSession(passport, "localhost");
    for (String processId : session.processesGetIds()) { 
    System.out.println("\n ProcessID: " + processId);
    String processId = "/Processwithoutglobalstart";
    String argumentName = "MyArgument";
    Object argumentValue = new Object();
    Arguments arguments = Arguments.create();
    arguments.putArgument(argumentName, argumentValue);
    session.processCreateInstance(processId, arguments);
    System.out.println("49-----------");
    for (String processId2 : session.processesGetIds()) { 
    System.out.println("\n ProcessID: " + processId2);
    for (InstanceInfo instance : session.processGetInstances(processId2)) {
    System.out.println(" instance.getId()-> " + instance.getId());
    System.out.println(" activity.getActivityId()-> " +instance.getActivityId());
    System.out.println(" activity.getActivityName()-> " +instance.getActivityName());
    session.close();
    processService.close();
    ----------------------println----------------------------------
    E:\Jdeveloper10131_20090318\jdk\bin\javaw.exe -client -classpath E:\Jdeveloper10131_20090318\jdev\mywork\PAPInewInstancewithoutCreation\Project1\classes;D:\BPM_HOME_standalone\client\papi\lib\b1util.jar;D:\BPM_HOME_standalone\client\papi\lib\b1oracle.jar;D:\BPM_HOME_standalone\client\papi\lib\b1base.jar;D:\BPM_HOME_standalone\client\papi\lib\fuegopapi-client.jar piic.Class1
    Creating connector [fuego:SQL]
    Creating ProcessService with id 'oracle/2009-03-31 18:08:47+08:00'.
    Creating local folder: /tmp\system\Schema3387192-1796619082\catalogs
    Loading catalogs from local folder: /tmp\system\Schema3387192-1796619082\catalogs
    0 jars found locally.
    [CatalogMgrCache] =======================
    Registering CatalogMgr [oracle/2009-03-31 18:08:47+08:00] ...CatalogManagerCache 1465214:
    Managers:
    Counters:
    [CatalogMgrCache] =======================
    CatalogMgr [oracle/2009-03-31 18:08:47+08:00] REGISTERED!CatalogManagerCache 1465214:
    Managers:
    {oracle/2009-03-31 18:08:47+08:00=fuego.util.LocalCatalogManager@1d0d124}
    Counters:
    ProcessService 'oracle/2009-03-31 18:08:47+08:00' created successfully.
    ProcessID: /InvokeJava2#Default-1.0
    ProcessID: /Process#Default-1.0
    ProcessID: /ProcessB#Default-1.0
    ProcessID: /Processwithoutglobalstart#Default-1.0
    ProcessID: /Testprocess#Default-1.0
    Unreachable Engine Tolerance (seconds):
    by default: 0
    to be used: 0
    This papi client will not cache exceptions which imply that an engine could not be reached.
    Adding local catalog for project: 163
    Processing the synchronization information, instance '163:247:0' was created.
    49-----------
    ProcessID: /InvokeJava2#Default-1.0
    instance.getId()-> /InvokeJava2#Default-1.0/242/0
    Adding local catalog for project: 162
    activity.getActivityId()-> /InvokeJava2#Default-1.0/tojava
    activity.getActivityName()-> tojava
    ProcessID: /Process#Default-1.0
    ProcessID: /ProcessB#Default-1.0
    ProcessID: /Processwithoutglobalstart#Default-1.0
    instance.getId()-> /Processwithoutglobalstart#Default-1.0/243/0
    activity.getActivityId()-> /Processwithoutglobalstart#Default-1.0/Interactivejcooper
    activity.getActivityName()-> Interactivejcooper
    instance.getId()-> /Processwithoutglobalstart#Default-1.0/244/0
    activity.getActivityId()-> /Processwithoutglobalstart#Default-1.0/Interactivejcooper
    activity.getActivityName()-> Interactivejcooper
    instance.getId()-> /Processwithoutglobalstart#Default-1.0/247/0
    Session 'jcooper7676692326836000001' has been closed.
    activity.getActivityId()-> /Processwithoutglobalstart#Default-1.0/Interactivejcooper
    activity.getActivityName()-> Interactivejcooper
    instance.getId()-> /Processwithoutglobalstart#Default-1.0/246/0
    activity.getActivityId()-> /Processwithoutglobalstart#Default-1.0/Interactivejcooper
    activity.getActivityName()-> Interactivejcooper
    instance.getId()-> /Processwithoutglobalstart#Default-1.0/245/0
    activity.getActivityId()-> /Processwithoutglobalstart#Default-1.0/Interactivejcooper
    activity.getActivityName()-> Interactivejcooper
    ProcessID: /Testprocess#Default-1.0
    [CatalogMgrCache] =======================
    Unregistering CatalogMgr [oracle/2009-03-31 18:08:47+08:00] ...CatalogManagerCache 1465214:
    Managers:
    {oracle/2009-03-31 18:08:47+08:00=fuego.util.LocalCatalogManager@1d0d124}
    Counters:
    {oracle/2009-03-31 18:08:47+08:00=1}
    [CatalogLoaderMgr] unregisterCatalogMgr freeing resources of LocalCatalogManager
    [CatalogMgrCache] =======================
    CatalogMgr [oracle/2009-03-31 18:08:47+08:00] UNREGISTERED!CatalogManagerCache 1465214:
    Managers:
    Counters:
    Process exited with exit code 0.

    I don't know what happens. It works after I restart BPM studio in 2 hours.

  • What is causing my program to crash when I go to print from my Epson R2400 printer ? I just got a new IMac & thought the program was fine until I tried to print.

    I just got a new IMac & thought

    You should post in the forum dedicated to whatever program you are talking about.
    Here is a link to a page that has links to all Adobe forums...
    Forum links page:
    https://forums.adobe.com/welcome

  • Newer version of the program of native compilation NCOMP

    Hi,
    I tried to use the ncomp program to make native compilation of a jar file in an Oracle 8.1.7 Database on Unix platform with jdk 1.2.2.
    It returns an error :
    Set the JAVA_HOME to the location of the jdk 1.1.x.
    It seems the version of ncomp I have is unable to work with our jdk 1.2.2
    Where could I find a newer version of ncomp which work with jdk 1.1.2 ?
    Thanks in advance
    Bye
    [email protected]
    null

    see your duplicate posting on metalink.

  • How to create a new instance of the pdf you are using within the pdf

    I am looking for the ability to create a new blank clone of the
    current pdf I am filling out. A department would like to ability to
    fill out as many of one form as needed. Sometimes it would be one
    form, other times it would be 15. They would like to ability to click
    a "new" button and get a new blank clone to fill out. Has anyone
    tried this or does anyone know how to do this?

    I am looking for the ability to create a new blank clone of the
    current pdf I am filling out. A department would like to ability to
    fill out as many of one form as needed. Sometimes it would be one
    form, other times it would be 15. They would like to ability to click
    a "new" button and get a new blank clone to fill out. Has anyone
    tried this or does anyone know how to do this?

  • From the initial screen when I select Video Editor, new projects there is a purple and black line appears below the new project but the program does not open up.

    Please help me with the above problem.

    What operating system are you using?
    Have you manually gone to the nVidia or ATI web sites and downloaded the latest drivers for your video card?

  • I have Firefox 4 listed as a program, tried to un-install it so I could download 5. Now I cannot use 4, Cannot un-install 4 or Download 5 - What do you think? My stupidity? Or have I discovered a new flaw in the program? Thanks

    When I try to un-install 4 it tells be to restart / reboot which I have done and nothing changes.
    The same happens when I try to download 5.
    Also when I click on the Mozilla / Firefox shortcut on the desktop it just brings up a blank white page.

    You don't want to update to 3.6.4, trust me. Stay with 3.6.3. If you need to download it again you can find it here:
    http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/win32/en-US/

  • I need a new cd whith the program

    Were can I by a CD.? I have a licens but no program on cd?

    Just wanted to add you can also download if possible from here :
    http://helpx.adobe.com/download-install.html
    Regards
    Rajshree

  • I cannot open itunes on my pc. I was in the process of creating a new playlist when the program froze. My playlist and all information was lost. Can I upload my ipod my back onto itunes?

    Lost all library and playlist files. I cannot open itunes on computer. Can I upload ipod music back on my pc?

    See Empty/corrupt iTunes library after upgrade/crash.
    tt2

Maybe you are looking for

  • I can't open tabs on my MacBook Pro. I have uninstalled and re-installed Firefox several times, but it will still not allow me to open other tabs after it has gone to my homepage.

    I cannot open any tabs on Firefox. It opens to my homepage, but there is no line for a URL address. Therefore, there is no way to type in a new URL address. I have uninstalled and reinstalled Firefox twice and it has not helped. I am a former PC user

  • Nokia N86

    Hello, I have a problem with my nokia N86. All the time from the moment i bought it till now the sms indicator in the right upper side of the display is on. I have deleted all my sms, but i cant deactivate it. Also i have one question. Is it possible

  • Discoverer 3.1 with Oracle 10g

    Hi All, I want to use Discoverer 3.1 against Oracle 10.1.0.4 Database and Oracle 10.1.2.0.2 Application Server. This is a temporary solution only, since a client urgently needs to run his Discoverer reports. The operating system of the client machine

  • Cannot install ITunes at all

    When i try to install ITunes. The install process starts and then this error shows up. "Error applying transforms. Verify that the specified transforn paths are valid. C:\WINDOWS\Installer\{59C4F14F-7590-45FC-BE9F-A67AB3590709}\1033.MST " what can i

  • Hand tool 'locked'

    Hi all, I have a simple problem: In Photoshop CS3, the hand tool is the only tool I can now use: no matter what tool I click, the hand tool stays, nothing else happens. I tried restarting Photoshop and that didn't work. Any ideas? Thanks heaps! Brad