EXIT doesnt work

Exit butto at playbar doesnt work? Why....

Try looking at the link below:
Click here to view
Cheers... Rick
Helpful and Handy Links
Captivate Wish Form/Bug Reporting Form
Adobe Certified Captivate Training
SorcerStone Blog
Captivate eBooks

Similar Messages

  • System.exit doesnt work on Sun OS 5.7 ??

    Hi, I have encountered a kind of wierd problem. I have a small application that uses System.exit when the user wants to shut down the application.
    That works fine in Windows but in Sun OS 5.7 the application just freeze.
    Im using java version:
    java version "1.4.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
    Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)
    Would be greatful if someone could help me.
    This code is an small example of my application.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class ExitTest extends JFrame implements ActionListener {
    JButton jButton1 = new JButton();
    public ExitTest() {
    try {
    jbInit();
    catch(Exception e) {
    e.printStackTrace();
    public static void main(String[] args) {
    new ExitTest().setVisible(true);
    private void jbInit() throws Exception {
    jButton1.setText("Exit");
    jButton1.addActionListener(this);
    addWindowListener(this);
    this.getContentPane().add(jButton1, BorderLayout.SOUTH);
    public void actionPerformed(ActionEvent e) {
    this.setVisible(false);
    System.out.println("Exiting");
    try {
    System.exit(0);
    } catch(SecurityException ex) {
    ex.printStackTrace();
    ---------------------------------------------------------------------------------------------------------

    Hmm, sorry about that, my misstake, that line is still there from an erlier attempt to use windowlisteners instead ... that line should not be there ...

  • I put guided access on and stretched the whole thing put a passcode, and now i cant exit it because it doesnt work and says that you need to triple tap the home button, i cant put the passcode as it is disabled

    i put guided access on and stretched the whole thing put a passcode, and now i cant exit it because it doesnt work and says that you need to triple tap the home button, i cant put the passcode as it is disabled

    If you can't enter the passcode then you have to place the iPod in recovery mode and then restore the iPod via iTunes. For ecovery mode see:
    iPhone and iPod touch: Unable to update or restore
    Note that this requires using the sleep/wake button.  If you are not successful then there is nothing else that I know you can do.

  • MY IPHONE WAS WORKING NORMALLY SUDDENDLY IT TURNED OF AND DOESNT WORK ANY MORE!WHEN I PLUGED IT TO THE CHARGER GIVES THAT ITS IN THE RECOVERY MODE WHEN I REMOVE THE CHARGER IT TURNED OFF DIRECTLY SO WHAT I SHOULD DO PLZ HELP !

    MY IPHONE WAS WORKING NORMALLY SUDDENDLY IT TURNED OF AND DOESNT WORK ANY MORE!WHEN I PLUGED IT TO THE CHARGER GIVES THAT ITS IN THE RECOVERY MODE WHEN I REMOVE THE CHARGER IT TURNED OFF DIRECTLY SO WHAT I SHOULD DO PLZ HELP !

    Please turn off your caps lock.
    All caps indicates shouting, is considered rude and is difficult to read.  Many simply will not read such posts.
    Enter & Exit iPhone Recovery Mode

  • My ipod 5 froze and wont work or anything and my home button doesnt work so i cant soft reset or anything does anyone know what to do about this?

    my ipod 5 froze and wont work or anything and my home button doesnt work so i cant soft reset or anything does anyone know what to do about this?

    Try:                                               
    - iOS: Not responding or does not turn on           
    Ignore the reset and when it says plae the iPod in Recovery mode
    Place the iPod in recovery mode using one of these programs:
    For PC
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    or
    http://joshuabailey1997.wordpress.com/2010/09/02/recboot-v1-3/
    If necessary:
    Download QTMLClient.dll & iTunesMobileDevice.dll for RecBoot
    and                                           
    RecBoot tip
    RecBoot may have problems on 64X windows, then try:       
    Tenorshare ReiBoot – Enter & Exit iPhone, iPad, iPod Recovery Mode with a Single Click
    For MAC or PC       
    The Firmware Umbrella - TinyUmbrella
    Installs blootware on PC too
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable       
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • My Sony VAIO SVE14AA12U disk button sometimes doesnt work

    My Sony VAIO SVE14AA12U disk button sometimes doesnt work and when it finally works it sometimes fails to read my disks.I unistalled the driver and after reboot I click the button and it worked, but when added a disk it jut dont read it. I´ve tried all type of disks new, burned, music and sometimes it reads them, but I got to open the tray with a pin. Please help!

     
    Hi bellaybes, 
    Thank you for visiting Sony Community! 
    I am sorry to hear this kind of issue. Is the DVD/CD drive icon missing? Please follow the steps here to isolate your issue: 
    Power cycle - Remove the battery and all peripherals -> press and hold the power button for 5 seconds OR, if the battery is not removable, remove all peripherals-> look for a battery off button on the bottom of the laptop -> push the button for 5 seconds -> you may use a safety pin if you see a pinhole.
    Reset BIOS - While the unit is restarting, tap the F2 key repeatedly. Once in BIOS, go to Exit tab -> select Get default values -> Save the changes and Exit. 
    Run Troubleshooter - Start -> type Troubleshoot (or simply search for Troubleshoot for Win8/8.1) ->  Under Hardware and Sound, select Configure a device -> follow the on-screen instructions. 
    Run Vaio update and Windows update 
    The model name SVE14AA12U is possibly just the chassis number or this is not a U.S. model. 
    For further assistance, we kindly recommend visiting our Sony Global Web site for information on contacting the Sony Support Center in your region at http://www.sony.net/SonyInfo/Support/.
    Hope these help. 
    Best regards,
    Vincent 
    If my post answers your question, please mark it as "Accept as Solution"
     

  • Button doesnt work

    Hi
    Below is the coding that i have created i am trying to make the button play a sound when it is pressed. It worked for one button but when i put the second button it doesnt work, any help will be greatly appreciated. Thanks
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import java.io.*;
    import java.text.*;
    import java.util.*;
    import java.io.PrintStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.net.MalformedURLException;
    import java.applet.AudioClip;
    import java.net.URL;
    public class Panel1 extends JPanel implements ActionListener
    private JButton logout, open;
    //AudioClip onceClip, loopClip;
    //URL codeBase;
    public Panel1()
    //String [] fileTypes = {wavFile};
    //public MalformedURLException();
    //private URL("C:/JBuilder3/myprojects/untitled1/)
    //throws MalformedURLException
    logout = new JButton(" Logout ");
    logout.addActionListener(this);
    logout.setActionCommand("logout");
    open = new JButton("Hello");
    open.addActionListener(this);
    open.setActionCommand("Hello");
    JPanel controlPanel = new JPanel();
    controlPanel.add(logout);
    controlPanel.add(open);
    add(controlPanel);
    public void actionPerformed( ActionEvent evt )
    // play a sound before loging out
    try
    if (logout == logout);
    java.applet.AudioClip clip =
    java.applet.Applet.newAudioClip(new java.net.URL("C:/JBuilder3/myprojects/untitled1/logout.wav"));
    clip.play();
    catch (MalformedURLException ex)
    try
    (open = open);
    java.applet.AudioClip clip =
    java.applet.Applet.newAudioClip(new java.net.URL("C:/JBuilder3/myprojects/untitled1/i.wav"));
    clip.play();
    catch (MalformedURLException pex)
    public static void main(String s[]) {
    WindowListener l = new WindowAdapter() {
    public void windowClosing(WindowEvent e) {System.exit(0);}
    JFrame f = new JFrame("Panel");
    f.addWindowListener(l);
    f.getContentPane().add(new Panel1());
    //f.setSize(new Dimension(400,100));
    f.show();
    }

    Please use code tags, as described in formatting tips.
    What does "does not work" mean? Throws an execption, nothing happens when you click the button, comple error?

  • ActiveMQ doesnt work remotely

    I m able to run consumer/producer code on the same solaris box. But once I move my consumer over to a JWS over Windows, IT just doesnt work..
    Any of you know why , because of swing, jWs, or OS incompatiliably ?
    this is the consumer part: ( producer is okay )
      import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.JScrollPane;
    import javax.swing.JTextArea;
       import java.util.*;
    import javax.naming.*;
    import javax.jms.*;
    import org.apache.activemq.ActiveMQConnectionFactory;
    import org.apache.activemq.command.ActiveMQTopic;
    public class OffsetTest extends JFrame implements ActionListener, MessageListener  {
    ActiveMQConnectionFactory  connectionFactory ;
        Connection connection ;
        Session session;
        ActiveMQTopic _topic;
        MessageConsumer consumer;
        private int count;
      private JButton insertButton = new JButton("Insert");
      private JButton wrapButton = new JButton("Wrap");
      private JButton noWrapButton = new JButton("No wrap");
      private JTextArea textArea = new JTextArea(8, 40);
      private JScrollPane scrollPane = new JScrollPane(textArea);
      public OffsetTest() {
          try{
          connectionFactory = new ActiveMQConnectionFactory("tcp://172.20.150.109:61616");
         connection = connectionFactory.createConnection();
         connection.start();
           session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
         _topic = new ActiveMQTopic("TEST.FOO?consumer.dispatchAsync=false&consumer.prefetchSize=2");
          consumer =  session.createConsumer(_topic);
          consumer.setMessageListener(this);
          }catch(Exception e)
               System.out.println("EXCEPTION 100:" + e);
          textArea.append("SEtting up the connection factories");
        JPanel p = new JPanel();
        p.add(insertButton);
        insertButton.addActionListener(this);
        p.add(wrapButton);
        wrapButton.addActionListener(this);
        p.add(noWrapButton);
        noWrapButton.addActionListener(this);
        getContentPane().add(p, "South");
        getContentPane().add(scrollPane, "Center");
        setTitle("TextAreaTest");
        setSize(300, 300);
        addWindowListener(new WindowAdapter() {
          public void windowClosing(WindowEvent e) {
            System.exit(0);
    public void onMessage(Message message) {
        textArea.append("CALLLED " ) ;
        boolean verbose = true;
        count++;
        if( count > 9) {
         try{
    session.close();
         }catch( Exception e)
            try {
                if (message instanceof TextMessage) {
                    TextMessage txtMsg = (TextMessage) message;
                    if (verbose) {
                        String msg = txtMsg.getText();
                        if (msg.length() > 50) {
                            msg = msg.substring(0, 50) + "...";
                        textArea.append("Received: " + msg + "\n" );
                else {
                    if (verbose) {
                        textArea.append("Received: " + message + "\n");
            catch (JMSException e) {
                System.out.println("Caught: " + e);
                e.printStackTrace();
      public void actionPerformed(ActionEvent evt) {
        Object source = evt.getSource();
        int count = 0 ;
        if (source == insertButton)
             try{
             catch(Exception e)
                  textArea.append("FUK");
        else if (source == wrapButton) {
          textArea.setLineWrap(true);
          scrollPane.validate();
        } else if (source == noWrapButton) {
          textArea.setLineWrap(false);
          scrollPane.validate();
      public static void main(String[] args) {
        JFrame f = new OffsetTest();
        f.show();
    }

    I solved this.
    thanks...

  • MSI GF4 Ti-4200 doesnt work with WindowsXP

    I can't get the MSI display tools to work - it crashes,
    the vbios.dll doesnt load, it also crashes.
    the tv in doesnt work ,it crashes
    the tv out doesnt work ,it crashes.
    all the supplied software also crashes "application has encountered an error and cannot continue. sorry for any inconvenience"
    the intervideo software (windvr, wincoder, winproducer) and MSI PVI software all crashes as well.
    what's the deal with this stuff?  ?(
    I have a Dual AMD athlon Tyan thunder k7 motherboard,
    MSI Ti-4200-VTD video card and MSI tv anywhere card.
    is there any resolution for this?

    I'm sorry gfilitti if I don't have my system listed, but I thought my question was pretty simple...
    Has ANYONE been able to make the InterVideo WinProducer 2 software, that comes with the retail version of the MSI G4Ti4200-VTD64 card, work successfully under the Windows XP Home or Pro operating system?
    If the answer is YES, then I will begin investigating why my system can't.
    If the answer is NO, then I only ask for other people's recommendations of what software WILL work in place of that. I NEED those functions to work. That's why I paid extra for the VIVO.
    All we've heard so far in this thread are NO votes. I would like to see just how widespread this is. If I can find ONE person who claims it works fine on his/her computer under Windows XP, then my NEXT question would be if they had to do anything different to make it run, or was it just a straight install? Did they add the program patch available from the MSI website? See where I'm going with this?
    If you would REALLY like my system details, here ya go...
    ========================================
    CASE - ANTEC SX1000II with 4 internal 8cm fans
    POWER SUPPLY - ANTEC 400W "True Power" w/dual fans
    MOTHERBOARD - MSI 645E MAX (MS-6547 Ver 2.0)
    BIOS - AMI Ver 3.2 (10/21/02)
    PROCESSOR - PENTIUM 4 2.0aGHz (Rev/Step 2/4(9) )
    MEMORY - 1 Corsair 512MB DDR RAM (Winbond chips)
    DISABLED IN CMOS - FLOPPY Controller, AUDIO Device, MODEM Device, Serial Port B, MIDI Port, and GAME Port
    AGP SLOT - MSI G4Ti4200-VTD64 - IRQ 16
      DRIVER: MSI 31.00
      CAPTURE DRIVER -  nVidia 1.08
    SLOT 1 - Creative SB0090 Audigy Sound Blaster - IRQ 17
      DRIVER - Creative 3.0.0.18 9/20/02
    SLOT 1 - Creative SB1394 FireWire Controller - IRQ 18
      DRIVER - MS 5.1.2535.0 7/1/01
    SLOT 2 - NIC #1 D-Link DFE-530TX Ethernet - IRQ 18 (LAN)
      DRIVER - REALTEK RTL8139 5.396.0530.2001
    SLOT 3 - Adaptec 29160N Ultra160 SCSI Controller - IRQ 19
      DRIVER - Adaptec 6.2.0.0 3/19/2002
    SLOT 4 - EMPTY
    SLOT 5 - MSI SYSTEM D-Bracket
    SLOT 6 - NIC #2 NetGear FA312 Ethernet - IRQ 18
      DRIVER - Windows XP Pro native driver
    NOTE:
    NIC #1 is for home LAN
    NIC #2 is for Alcatel SpeedTouch External DSL modem
    SCSI DRIVES:
    ID 0 - COMPAQ (Seagate) ST318451LW, 18GB, 15K RPM
    ID 1 - QUANTUM Typhoon Atlas II, 18GB, 10K RPM
    ID 2 - Seagate ST39103LW, 9G, 10K RPM
    ID 3 - Plextor CD-RW PX-W1219S
    ID 4 - Toshiba DVD-ROM SD-M1201
    ID 5 - EPSON Perfection 1640SU Flatbed Scanner
    ATA/ATAPI DRIVES:
    Primary Master - No Connection
    Primary Slave - No Connection
    Secondary Master - MATSHITA LS-120 Ver F523
    Secondary Slave - No Connection
    USB DEVICES:
    DIAMOND SupraMAX 56K V.92 Model:SUP2920
    Generic Flash Memory programmer and other assorted USB devices on occasion.
    MONITOR - HITACHI SuperScan Pro 21 w/5-BNC input
    ========================================
    BTW, I would think when investigating a program's FLAT refusal to run, that the MOST important things aren't listed in these signature files. It has to do with what ELSE is running at the same time. Which services are running and which are NOT? What memory resident programs are loaded at boot-up? Any service packs installed? How about any security patches from Microsoft? Which anti-virus software (if any)? Which DirectX version? Personal firewall? Etc., etc.
    Granted, the hardware DOES have a factor, but I feel all of these are MORE important factors than the speed or brand of a persons hardware. I look at the signitures more as bragging rights than anything else.
    Now, this is just my opinion and may not reflect the feelings of the more sane people around me.  
    Cheers!

  • Macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again

    macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again lik it did before

    If you have records that show that you've taken your MacBook Pro in for a year to fix the machine, I would escalate the problem to Apple Customer Relations - unfortunately I don't have a number for Spain.
    It would only seem logical to me that if you've been trying to have the machine repaired during the time that the 'recall' was in effect that you should be eligible for a new logic board. But only customer relations will be able to make that call.
    Good luck - take the issue as high up the food chain as you can and see what happens.
    Clinton

  • On Safari, ipad connects to the internet.  But when in applications such as Keynote, I try to e-mail presentattion it doesnt work.

    I am a teacher and have my own iPad with a data plan.  We also have a router in teh classroom for wifi, and it has a very strong signal.  On Safari, the ipads can connect to the internet.  But when in applications such as Keynote and HTML Egg, I try to e-mail presentat. or post website to web, it doesnt work.  I tried re-setting the proxies and the router, no luck.  Please Help!  I am a teacher and want my students to be able to post their websites on to the web, and e-mail themselves and their parents their Keynote Presentations.

    Try this. Turn your iPad Off. Then disconnect the power going to the router for 30 seconds or longer. Then replug the power to the router (allow it to initialize) and turn On the iPad. Hopefully everything will connect. If not, see below.
    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt

    I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt available anymore in the plugin list. Tried to reinstall everything for a few times, but nothing helps.

    When I search for updates the raw converter doesnt get update automaticly. Frustrating, is costing me the whole morning.

  • I am locked out of my computer (macbook air) I just got it back from the apple store and they reset it. I put in a new password, and now it doesnt let me log in anymore. Command R doesnt work, all i hear is a sound, but nothing happens.

    I just got it back from the apple store and they reset it (becuase it kept shutting down and not turning back on).
    I put in a new password because i needed to start over from factory settings, but now it doesnt let me log in anymore. (I don't know if this is because it doesnt accpet my password, or I forgot my password in less than 5 minutes, or because when i typed in my new password, i typed it in wrong twice)
    Command R doesnt work, all i hear is a sound, but nothing happens.

    What I don't understand is why it is rejecting a password I am creating.
    Perhaps the password you are creating is too short, or has characters that are not allowed, or is not secure enough because it is a word in a dictionary.
    FileVault may have standards for what it considers an acceptable password. If the password is part of the 128-bit encryption scheme, it might have to be 16 characters, for example. (Don't know if that is true, but it's a possibility.) Check your documentation for password requirements.

  • Scrolling and rightclicking with magic mouse doesnt  work anymore

    Suddenly scrolling and rightclicking with magic mouse doesnt work any more. Left clicking and cursor moving works normal. I have checked the system preferences for the mouse and find nothing strange or unchecked. Any ideas?

    Also tried the universal access thing. Doesnt work.

  • People Cannot Hear Me When I make Calls on iPhone 4, Bought a new iPhone 4, uploaded all of my own information from the backup, and it still doesnt work, help!

    I went in to apple, they couldnt figure it out, I am on AT&T so I was figuring on going into their store today and seeing if its something with the network, if not I am going back to apple, but this is literally a brand new phone i bought yesterday, not refurbished or anything, brand new, does anyone know why this isnt working? Everything else works fine, the mics both work, its just when I make calls or someone calls me the mic doesnt work.

    When you see the same issue on more than one hardware device, it means that the problem is likely to exist outside of the hardware.  Two things to investigate would be the software/firmware on the backup and issues with the cellular network.  It's probably safe to rule out the cellular network as well.
    First, make sure that you have imported copies of all the information (pictures, videos, documents) on the device.  Do this thorough itunes, and the applications (photographic and document processing) on your computer.  Perform a firmware update then restore the device as new.  If the problem persists, then you may actually have the worst luck and discovered two devices with an identical issue.
    Read each of the steps before initiating the DFU.
    !.  Connect the iPhone to any computer running a fully updated version of iTunes.
    2. Press and hold both "home" and "sleep/wake" buttons
    3. After eight seconds let go of only the sleep/wake button.
    4. Keep holding the home button until you see a popup mesage in iTunes.
    5. Read all all the popups, then use iTunes to update the iPhone's software.
    If the popup fails to show, repeat steps 2 through 4

Maybe you are looking for

  • Profit and Loss Statement vs Budget Profit and Loss Statement

    I run the P&L and the P&L Budget report for April 2010. On the P&L Report :   Total Sales = R2 043 208.70 on the P&L Budget Report :   Total Sales = R2 043 208.70    Budget Total Sales = R 2042 123.70 Why will there be a difference in the Budget repo

  • Tutorial filter

    Hi, I just purchased LabVIEW 8.2 Base development System Win 2000/XP.  I am already stuck in the 'Getting Started with LabVIEW Version 8.20' booklet of tutorials. I cannot work the Chapter 3 tutorial. In the subsection 'Modifying a VI created from a

  • What can be done to force top sites to retain the ones I've pinned?

    Running the latest versions of Yosemite and Safari (not the beta versions). I cannot get the Top Sites to retain all the sites I've pinned.  I've got 2 spots left and no matter what I do *unpin" every site and add the 2 sites and then pin them all, d

  • Unwanted web pages loading

    ''locking this thread as duplicate, please continue at [https://support.mozilla.org/en-US/questions/1006844 /questions/1006844]'' I am experiencing several pages automatically loading

  • Why there's no online order for iphone5 at Hong Kong online store?

    As of the subject, I just don't understand why we can't order an iphone 5 just like other country can. Everyday I have to go to the website to apply for an iphone 5 reservation and then wait for an email saying you can pick up your iphone 5 on the ne