JButton Not Working Always

I am having a problem with JButtons and JCheckBoxes in java. I am finding myself having to click the JButtons more than once in some situations to get to the next stage of my GUI. With the JCheckBoxes it sometimes takes a couple of clicks to change the state (unticked -> ticked). This seems to be occurring more than often. Can anyone help?

If there are clicking problems, it's coming from the computer you're on, not java. There isn't much you can do about that

Similar Messages

  • JBoss cluster shared session not working always

    Hi all,
    I am using JBoss AS 4.0 for my Application, recently we need to scale the application, so we added another JBoss AS 4.0 in cluster. It is working fine with sticky session.
    But we need to share the session state so we made the changes in JBoss service .xml and the Appache for shared session, as described in the Jboss administration documentation, but the session shareing is not working always, some time it is working, suddenly the session in the clustered server gone out,
    please advice me what if i am missing, i cannot figure out
    thanks in advance

    Hello. I actually raised a support request to Microsoft about this. It seems from my testing that when using user profile disks in 2012 r2 that shared activation doesn't work. Last update this was with engineering team at MS. Will update when they have
    confirmed this is an actual bug.

  • Why does my JButton not work?

    Hi,
    I am programming a Traffic Light, consisting of 3 lights, and a caption describing who's Traffic Light it is. Traffic Lights are to be used inside a bigger program. But as it is, I'm trying out how to program one Traffic Light.
    I created a Light object. A TrafficLight object contains 3 of these objects, and a caption. The TrafficLight object is to be used as a button, so the user can push it, after which some magic has to happen, which I still need to develop. The problem I have is the button does not work.
    So, the relevant parts of the code. First the main:
         public static void main (String [] args) {
              JFrame frame = new JFrame();
              frame.setBounds(0, 0, 100, 400);
              TrafficLight light = new TrafficLight("Caption", "ERR", true);
              frame.add(light);
              // frame.pack();
              frame.setVisible(true);
         }Then the TrafficLight object:
        public TrafficLight () {
            setUp();
        private void setUp() {
         JComponent component = createComponent();
         add(component);
         setVisible (true);
        private JComponent createComponent () {
            JPanel panel = new JPanel(null);
            panel.setBounds (xCoordinate, yCoordinate, WIDTH, HEIGHT);
            JButton tlsButton = new JButton();
            tlsButton.setBounds(xCoordinate, yCoordinate, WIDTH, HEIGHT);
            boolean isOn = true;
            boolean isNewProblem = true;
            tlsButton.setActionCommand(name);
            tlsButton.addActionListener(this);
            // Create the lights
            redLight = new TlsLight (0, 0, Color.RED, isOn, isNewProblem);
            tlsButton.add(redLight);
            yellowLight = new TlsLight (0, WIDTH, Color.YELLOW, !isOn, isNewProblem);
            tlsButton.add(yellowLight);
            greenLight = new TlsLight (0, 2 * WIDTH, Color.GREEN, isOn, !isNewProblem);
            tlsButton.add(greenLight);
            tlsButton.add(customerLabel, Component.CENTER_ALIGNMENTl);
            panel.add(tlsButton);
            return panel;
        }And, finally, the TlsLight object:
        public void paint (Graphics graphics) {
            setSize(width, width);
            int diameter = width - 2 * insets;
            // Paint the background (square) based on if the Customer has a new problem or not
            if(isNewProblem) {
                background = Color.GRAY;
            else {
                background = Color.BLACK;
            graphics.setColor(background);
            graphics.fillRect(xPos, yPos, width, height);
            // Set color light based on problemStatus
            if(isOn) {
                graphics.setColor(theColor);
            } else {
                graphics.setColor(background);
            graphics.fillOval(xPos + insets, yPos + insets, diameter, diameter);
            // Set the background of the light
            graphics.setColor(Color.WHITE);       
            // Paint the background
            graphics.drawOval(xPos + insets, yPos + insets, diameter, diameter);
        }When I push the button, nothing happens. Do you know what I need to do to get my prog working?
    TIA,
    Abel

    I don't know what goes on in your ActionListener, but I have a feeling that something is missing there.
    public TrafficLight () {
            setUp();
        private void setUp() {
         JComponent component = createComponent();
         add(component);
         setVisible (true);
        private JComponent createComponent () {
            JPanel panel = new JPanel(null);
            panel.setBounds (xCoordinate, yCoordinate, WIDTH, HEIGHT);
            JButton tlsButton = new JButton();
            tlsButton.setBounds(xCoordinate, yCoordinate, WIDTH, HEIGHT);
            boolean isOn = true;
            boolean isNewProblem = true;
            tlsButton.setActionCommand(name);
            //tlsButton.addActionListener(this);
            tlsButton.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent evt){
                            System.out.println("Hello World!"); //Implement with you own stuff....
            // Create the lights
            redLight = new TlsLight (0, 0, Color.RED, isOn, isNewProblem);
            tlsButton.add(redLight);
            yellowLight = new TlsLight (0, WIDTH, Color.YELLOW, !isOn, isNewProblem);
            tlsButton.add(yellowLight);
            greenLight = new TlsLight (0, 2 * WIDTH, Color.GREEN, isOn, !isNewProblem);
            tlsButton.add(greenLight);
            tlsButton.add(customerLabel, Component.CENTER_ALIGNMENTl);
            panel.add(tlsButton);
            return panel;
        }

  • Html code in JButton not working

    hi all,
    i wrote html code in JButton,but it's not working,it is displaying all the code what i have placed in the html tag.this message is displaying in button.
    "<html><STYLE=\"font-family: Dialog; font-size: 12pt\"><center>Current<br>Date</center></STYLE></html"
    JButton but1 = new JButton("<html><STYLE=\"font-family: Dialog; font-size: 12pt\"><center>Current<br>Date</center></STYLE></html>");
    Thanks in advance
    bhaskar

    will it work in java 1.2 or not
    bhaskar

  • Multicast rtmp - rtmfp republish does not work (always new netgroup)

    publish an multicast video stream with fmle 3.2
    start the multicast stream - stop - start
    fml should use the old netgroup
    log file
    http://paste.railsbox.eu/show/669/

    Hi John,
    Thank you for your reply. Better late than never! Am glad I
    got a response :-)
    It does indeed sound like a caching pb on the server and that
    was my initial request the net admins. Unfortunately did not work.
    In the meantime I made my case to the net admins that I needed
    admin rights to the Roboengine in order to succesully reach my job
    objectives and after a some time they accepted :-).
    I looked closer and really could not figure out what the pb
    was: all the new files were physically there but the TOC, index and
    CSH does not update. Accessing the project locally rendered the
    same pb.
    My only solution was to delete and republish. Worked fine.
    Perhaps somebody could test this behaviour in a different
    environment and see what they get?
    Steps to reproduce:
    1°) Create an RH project (e.g. Project1.XPJ), create
    TOC, index and CSH and publish to the server using a name (e.g.
    Project).
    2°) Create another RH project (e.g. Project2.XPJ) create
    TOC, index and CSH (different to the first one) and publish to the
    server using the name as the initial project (i.e Project).
    - Chris.

  • Hold Switch On and Off not working - Always ON

    Hi,
    I am having a serious problem with Hold Switch which is all the times in ON condition though I am moving right and left. None of the buttons are working because its in Locked state. Hold switch is not working. Is it a product related issue where in I need to go to store or is there any way to make it work.

    Well it used to be that the iPods were not all that hard to open, especially with some simple plastic opening tools. However the new Classic line feature a brand new case design that to the best of my knowledge, no one has figured out how to open without breaking the case pieces. This is why if you look at many of the third parts battery sellings and iPod repair places, none are yet selling replacement batteries due to the inability to get into the ipod without ruining the case.
    That said, if you do have a Classic, then it is obviously still under warranty since it just came out. Therefore, I would hit up your local Apple store or send it in if you don't have one near by. The hold switch not working is a warranty issue that they should cover.
    Patrick

  • COPA_Characteristic Derivation Rules is not working always

    Hi,
    I am currently facing an issue with Derivation rule and hope someone can help me on resolving this.
    Please look into the below requirement:
    Every 4 year there are social elections. They sell the materials partially via one-off orders and partially via contracts with a limited valid period. For reporting, all sales for the social elections may not be considered as u2018contractu2019-turnover but as one-off-turnover.
    Therefore the derivation rule must be adapted as follows: if material group 3 = u2018social electionsu2019, the type of sales must be one-off.
    So between rule 67 and 68, 2 new rules must be added:
    If Material Group 3 (MVGR3) = D16 or F12 -> invoice Mode N2 (MVGR3 ) must be filled with 22.
    Accordingly I had added these 2 new rules, with Conditions MVGR3 = D16, Constant =22 and Target field = Invoice mode N2
                                                                                    MVGR3 = F12, Constant =22 and Target field = Invoice mode N2     
    Now the user has come back saying that it is working for one release order and it is not working for another release order.
    If material group3 = D16, then sales mode should be '2'. This is working for one release order and for another release order the sales mode is displayed as '1'.
    Can anyone let me know where is the exact error at the earliest.
    Thanks in Advance,
    Deepthi

    Hi Deepthi ,
    The best way to find out is to check the characteristics in both the release orders seperately ..
    Go to Transaction KE21S   ( Select Record Type F , Point of Valuation 1) and simulate the characteristics derivation for both the orders seperately ..
    . For simulation .. enetr parameters like order no , company code , plant .. etc and click on derivation .. System will derive the sales mode .. for both the orders . You will be able to find out the differences in characteristics .. which is causing the issue ..
    Instead of KE21S .. you can also use transaction KEDR . In KEDR screen , enter (F8) or click on test icon and simulate the characteristics derivation..
    Hope this will solve your issue .. Please revert back for any further clarifications..
    Regards
    Sarada

  • Send-Mailmessage command not working always

    Hi Experts,
    When i execute scripts with send-mailmessage command it works sometimes and sometimes it is not working :(
    i believe this is due to timeout issue or the server is busy at the time of script execution. Please find the error message below
    I need to make sure this command works and we get emails because I'm planning to make this script in schedule job.
    is there anyway to write a script like if this commands show this error, execute same command until it sends the email.
    Regards, Nidhin.CK

    Hi Rhys,
    Sorry above mentioned code was not working so i tried below code and its working fine
    $i = 0
    Do{
    $MailError = $null
    try{
    Send-MailMessage -SmtpServer $smtpservername -To $toaddress -From $fromaddress -Subject $subject -Body $body -BodyAsHtml -ErrorAction Stop
    catch{
    $MailError = $_.Exception.Message
    if ($MailError -ne $null){
    $i++
    Write-Output "[SOX1] - " $i
    Start-Sleep -Seconds 5
    } else {
    $i = 0
    }while ($i -ne 0)
    Regards, Nidhin.CK

  • Need a little help with a Jbutton not working out the way I planned

    The following code is to fulfill an assignment I am working on. The problem I am having is with the btnCalc. For some reason when the button is used, the results I get is from another button. I think the variables are set right for the program to function properly but I am really hung up on this. Do anyone have any suggestions?
    import java.awt.*;                     //Contains classes for creating GUI
    import java.awt.event.*;                //For listener events
    import javax.swing.*;                     // Imports the Main Swing Package
    import javax.swing.event.*;
    import javax.swing.text.*;           // Positions text box
    import java.text.NumberFormat;          // For number format such as currency
    import java.text.*;                     // Imports the Main Text Package
    import java.util.*;                     // Utility Package
    public class MPC extends JFrame implements ActionListener           //Creates Class for MPC
    //double dblLoanAmount, dblInterestRate, dblMonthlyPayment;
    TextField txtTotalMort;
         //JButton fixRates = new JButton("Choose Fixed Rates");
         JLabel lblTotalMort = new JLabel("How much is the loan?"); // Label for dblLoanAmount amount
         JTextField txtYears = new JTextField(10);
         JLabel lblPayment = new JLabel("Your monthly payment is "); // Label for Payment
         JTextField txtPayment = new JTextField(10);
         JLabel lblYears = new JLabel("How many years?");
                             // add(lblYears);
                   JTextField txtYearsInput = new JTextField(10);
                             //a dd(txtYears);
         JLabel lblInterestRate = new JLabel("What is the interest rate?");
                             //add(lblInterestRate);
                   JTextField txtInterestRate = new JTextField(10);
                             //add(txtInterestRate);
         //JLabel lblPayment = new JLabel("Your monthly payment is:");
                             //add(lblPayment);
                   //JTextField txtPayment = new JTextField(10);
                             //txtPayment.setEditable(false);
                                  //add(txtPayment);
         JButton btnCalc = new JButton("Calculate");
                             //add(btnCalc);
                             //btnCalc.addActionListener(this);
    JButton year7InterestRateBtn = new JButton("7 years at 5.35%");     // Mortgage Term and Interest Rate
    JButton year15InterestRateBtn = new JButton("15 years at 5.50%");
    JButton year30InterestRateBtn = new JButton("30 years at 5.75%");
    JButton reset = new JButton("Clear All");
    JTextArea boxSpace = new JTextArea(100,200);          // Morgtage table size
    JScrollPane scroll = new JScrollPane(boxSpace);     // ScrollPane
              public MPC()     // Method
         super("MPC");     // Frame Title
              JMenuBar mb = new JMenuBar();     // Menu Bar
    setJMenuBar(mb);
                        setSize(325, 500);          // Frame Size
                        JPanel pane = new JPanel();
                        pane.setLayout(new BoxLayout(pane, BoxLayout.Y_AXIS)); //Grid box configuration
                        Container grid = getContentPane();
                        grid.setLayout(new GridLayout(8,2,8,8));     // Grid Layout
                        pane.add(grid);                                        // Adds grid
                        pane.add(scroll);                                   // Adds scrollPane
                   grid.setBackground(Color.white);
                        Setting color of text and backgrounds
                   txtYears.setBackground(Color.white);
              txtYears.setForeground(Color.black);
                   txtYears.setFont(new Font("Arial", Font.PLAIN, 10));
                        txtPayment.setBackground(Color.white);
                   txtPayment.setForeground(Color.black);
              txtPayment.setFont(new Font("Arial", Font.PLAIN, 10));
                   boxSpace.setBackground(Color.white);
                   boxSpace.setForeground(Color.black);
                   boxSpace.setFont(new Font("Arial", Font.PLAIN, 10));
              grid.add(lblYears);
              grid.add(txtYearsInput);
              grid.add(lblInterestRate);
              grid.add (txtInterestRate);
              grid.add(lblTotalMort);          // Adds the Mortgage Amount Label
              grid.add(txtYears);               // Adds the Mortgage Amount Text Field
              grid.add(lblPayment);           // Adds the Payment Label
              grid.add(txtPayment);           // Adds the Monthly Payment Text Field
                   txtPayment.setEditable(false);          // Disables editing in this Text Field
              grid.add(btnCalc);
         grid.add(year7InterestRateBtn);               // Adds 1st Loan and Rate Button
              grid.add(year15InterestRateBtn);          // Adds 2nd Loan and Rate Button
              grid.add(year30InterestRateBtn);          // Adds the Exit Button
              grid.add(reset);                               // Adds the New Calc Button
              setContentPane(pane);                          // Enables the Content Pane
              setVisible(true);                               // Sets JPanel to be Visable
              reset.addActionListener(this);                          // Adds Action Listener to the New Calc Button
              txtYearsInput.addActionListener(this);
              txtInterestRate.addActionListener(this);
              btnCalc.addActionListener(this);
         year7InterestRateBtn.addActionListener(this);                              // Adds Action Listener to the 1st loan Button
              year15InterestRateBtn.addActionListener(this);                              // Adds Action Listener to the 2nd loan Button
              year30InterestRateBtn.addActionListener(this);                               // Adds Action Listener to the 3rd loan Button
              txtYears.addActionListener(this);                              // Adds Action Listener to the Mortgage Amount Text Field
              txtPayment.addActionListener(this);                              // Adds Action Listener to the Monthly payment Text Field
              public void actionPerformed(ActionEvent e)                               // Tests to Verify Which Button is Pressed
         Object command = e.getSource(); // Enables command to get data
         int intYears = 0;          // Declares intYears
                   double dblLoanAmount, dblInterestRate, interestRate, intRate;
         if (command == year7InterestRateBtn)                                   // Activates the 1st Loan Button
    intYears = 0;                                        // Sets 1st value of Array
         if (command == year15InterestRateBtn)                                   // Activates the 2nd Loan Button
         intYears = 1;                                        // Sets 2nd value of Array
              if (command == year30InterestRateBtn)                                   // Activates the 3rd Loan Button
                   intYears = 2;                                        // Sets 3rd value of Array
                   if (command == btnCalc)
                        //dblLoanAmount = Double.parseDouble(txtTotalMort.getText() ); // Loan amount
                        //interestRate = Double.parseDouble(txtInterestRate.getText() ); // /100 )/ 12; // Devides rate
                        intRate = (Double.parseDouble(txtInterestRate.getText() )/100 )/ 12;
                        //int intYearsMonths = Integer.parseInt(txtYearsInput.getText() );// * 12; //Multiplies loan length
                        int months = Integer.parseInt(txtYearsInput.getText() )* 12;
    dblLoanAmount = 0;                                   // Declares and Initializes dblLoanAmount
                   dblInterestRate = 0;                                        // Declares and Initializes dblInterestRate
              double [][] dblTrmLoanRate = {{7, 5.35}, {15, 5.50}, {30, 5.75},};           // Array Data for Calculation
    try
    dblLoanAmount = Double.parseDouble(txtYears.getText()); // Gets user input from txtYears Text Field
    catch (NumberFormatException nfe)                          // Checks for correct user input
                             JOptionPane.showMessageDialog(null, "You must enter a valid number.", "MPC", JOptionPane.INFORMATION_MESSAGE);
    return;
              interestRate = dblTrmLoanRate [intYears][1];
                   //dblInterestRate=interestRate;
                   intRate = (interestRate / 100) / 12;                         // Calculates Interst Rate
         double intYearsMonths = dblTrmLoanRate [intYears] [0];                    // Calculates Loan Term in Months
    int months = (int)intYearsMonths * 12;                          // Devides by months
    double interestRateMonthly = (intRate / 12); // Devides Rate
              double payment = dblLoanAmount * intRate / (1 - (Math.pow(1/(1 + intRate), months))); // Calculates monthly payment
         double dblRmnLoan = dblLoanAmount;                              //Left over balance
         double txtPaymentInterest = 0;                                   // Payment
         double txtPaymentPrincipal = 0;                                   // Payment of principal
    NumberFormat currency = NumberFormat.getCurrencyInstance(Locale.US); // Curreny format
         txtPayment.setText(currency.format(payment));
              boxSpace.setText("Month\tPrincipal\tInterest\tBalance Left\n");
              for (;months > 0 ; months -- )
              txtPaymentInterest = (dblRmnLoan * intRate);
                        txtPaymentPrincipal = (payment - txtPaymentInterest);          // Calculates monthly payment
                   dblRmnLoan = (dblRmnLoan - txtPaymentPrincipal);
                        boxSpace.setCaret (new DefaultCaret());                    // Scroll position
                        boxSpace.append(String.valueOf(months) + "\t" +               // Table data
                        currency.format(txtPaymentPrincipal) + "\t" +
                   currency.format(txtPaymentInterest) + "\t" +
                   currency.format(dblRmnLoan) + "\n");
    if(command == reset)
                             Clears fields
                        txtYearsInput.setText(null);
                        txtInterestRate.setText(null);
              txtYears.setText(null);
                        txtPayment.setText(null);
         boxSpace.setText(null);
                        public static void main(String[] args)                               //This is the signature of the entry point of all the desktop apps
              new MPC();
    }

    This portion to be exact. All the buttons work for me except this one. I need to calculate user input and also use the fixed data that can be found in the dblTrmLoanRate array. When I choos to use user input instead, the program either crashes or for some reason uses the year7InterestRateBtn instead.
                   if (command == btnCalc)
                        //dblLoanAmount = Double.parseDouble(txtTotalMort.getText() ); // Loan amount
                        //interestRate = Double.parseDouble(txtInterestRate.getText() ); // /100 )/ 12; // Devides rate
                        intRate = (Double.parseDouble(txtInterestRate.getText() )/100 )/ 12;
                        //int intYearsMonths = Integer.parseInt(txtYearsInput.getText() );// * 12; //Multiplies loan length
                        int months = Integer.parseInt(txtYearsInput.getText() )* 12;
    I was going to leave out the remed portion but thought it might help you with the navigation. I am sorry I did not use code tags, but I am going to go find out what those are and use them in the future.

  • SetMnemonic(int) on JButton not working!

    Hi,
    I tried the following code on a JButton
    JButton eg = new JButton("Cancel");
    eg.SetMnemonic(KeyEvent.VK_C);
    however nothing get underlined.
    I am using 1.4.2_03

    Java is using a new "feature" in Windows XP (may also be in Win2K, I'm not sure).
    In XP, to get the mnemonics to show all the time, go into Control Panel, then Appearance and Themes, then click the Display label. You are now presented with a Display Properties window. Click the Appearance tab. Now click the Effects button and you'll find a checkbox at the bottom which controls whether mnemonics always show, or only show when you press the Alt key.

  • JButton not working with for loop...

    I am still very new to Java and am having trouble grasping it. I am trying to put together a program that paints a graphic and then each time the "Press Me" button is pressed, an oval randomly appears giving the impression that the picture is 'disappearing' a little at a time. When I run it now, 20 ovals randomly appear all at once instead of waiting for the button to be pushed. Does anyone have any advice for me on how to modify the code? Here is what I have so far...
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.*;
    import java.awt.geom.*;
    public class JEraseImage extends JApplet implements ActionListener
    private ImageIcon image1 = new ImageIcon("bear.jpg");
    int startPosX = 80;
    int startPosY = 80;
    int imageWidth = 275;
    int imageHeight = 250;
    Container con = getContentPane();
    private JButton pressMeButton = new JButton("Press Me");
    public void init()
    image1 = new ImageIcon("bear.jpg");
    con.setLayout(new FlowLayout());
    con.add(pressMeButton);
    pressMeButton.addActionListener(this);
    public void paint(Graphics gr)
    gr.drawImage(image1.getImage(), 80, 80, (this));
    Graphics2D gr2D = (Graphics2D)gr;
    pressMeButton.repaint();
    gr.setColor (Color.white);
    for(int count = 0; count < 20; ++count)
    int x = (int) (Math.random() * imageWidth) + startPosX;
    int y = (int) (Math.random() * imageHeight) + startPosY;
    gr.fillOval(x, y, 50, 40);
    public void actionPerformed(ActionEvent e)
    Object source = e.getSource();
    if(source == pressMeButton)
    repaint();

    Here ya go, I think this should do it:
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.BufferedImage;
    import java.util.*;
    import javax.swing.*;
    import java.awt.geom.*;
    public class Junk extends JApplet implements ActionListener
        private ImageIcon image1;
        BufferedImage bi;
        Graphics g;
        int x;
        int y;
        int startPosX = 80;
        int startPosY = 80;
        int imageWidth;
        int imageHeight;
        Container con = getContentPane();
        JButton pressMeButton = new JButton("Press Me");
        public void init()
           image1 = new ImageIcon("bear.jpg");
           bi = new BufferedImage(image1.getIconWidth(), image1.getIconHeight(), BufferedImage.TYPE_INT_RGB);
           g = bi.getGraphics();
           g.drawImage(image1.getImage(), 0, 0, null);
           con.setLayout(new FlowLayout());
           con.add(pressMeButton);
           pressMeButton.addActionListener(this);
        public void paint(Graphics gr){
            super.paint(gr);
            gr.drawImage(bi, startPosX, startPosY, this);
        public void actionPerformed(ActionEvent e)
           g.setColor(Color.WHITE);
           Object source = e.getSource();
           if(source == pressMeButton)
           for(int count = 0; count < 20; ++count)
                     int x = (int) (Math.random() * imageWidth) + startPosX;
                     y = (int) (Math.random() * imageHeight) + startPosY;
                     g.fillOval(x, y, 50, 40);
                     repaint();
    }Note: I've not run this.

  • Frequency distribution on  ceiling(measure/100) not working always sums

    I'm trying to create a frequency distribution on a measure total time in secs in usage tracking and I can't seem to get the measure to not sum.
    I've tried:
    case (ceiling(measure/1000) as char(5))
    setting the "Treat as an attribute column" in the column formula
    setting aggregation rule to "None" in the column formula
    Any suggestions would be appreciated

    in 11G I have found that for this to work the column you are using cannot have an aggregate rule in the rpd.

  • OK Google does not work always/seldom

    Hello,
    just received my new Z3 - brilliant...... Only one issue
    I cant get "OK Google" to work properly.
    Firstly , Voice commands work perfectly if I press the microfone Icon or the google (now) bar and then speak.
    But then I tried to get OK GOOGLE running from any screen , so activationg voice commands without having to press the icon or the google bar....
    I switched language to english, and then I have to say OK Google three times so that it learns my voice.
    Already here the issue starts - it took me 20 trys or more so that it accpted the three times OK Google.
    Then everything seems to be set , but the phone only recognizes when I say OK Google sometimes, mostly not.
    When it recognizes it then it seem to work 2,3 times and then 10 times not .
    I tried in totally quiet surrounding enviroment and no matter how loud I shout OK google or not it only recognizes it after 5-10 tries sometime not at all. And sometimes , very rarely it works again.
    I have resetted all and setup/trained the voice again already 10 times - NO difference....
    The microfone itself of the phone is working fine in all other apps/phone ....
    Thanks for any hints

    Hi!
    I have a same problem with settings the voice searching system. But I can't turn on the button which name "From any screen". When I try to turn ON it, I get only white screen and nothing to do anymore. I was changed a language of the system, but it's nothing changed.
    Version of my system:
    Android 4.4.4
    Model C6603
    Build number 10.5.1.A.0.292
    You can see in attached screenshots what happend...

  • Distribute function not working - always freezes

    Hi,
    I have created numerous interactive PDF forms successfully, but since this year I have been unable to get the distribute function to work. When creating a form or even editing an existing form once I go to distribute I get through the first couple of prompts before the program freezes and shuts down. I have tried uninstalling and reinstalling the program - when I do this it works one time but then never again.
    Has anyone had this problem and is able to help?
    Thanks!

    Well I've uninstalled FF22, thanks for the suggestion.
    Chrome works perfectly with ZA and C&P.

  • Template for additional language not working, always displays English templ

    Hello,
    We have an Oracle implementation in Spain. I already have BI Publisher setup for printing a pdf for a report in English and I added an additional rtf template in the BI Publisher Administration responsibility and set the language to Spanish/Spain. I cannot get the spanish version to print. I select the Spanish language on the login page and I can see the application is in Spanish but when I run the report I still get the default English pdf. Is there something else I need to do or maybe something wrong with how our Spanish language install is setup? Please give me some suggestions of what I need to check or let me know if I missed something.
    Thank you,
    David.

    Hi, for oracle, you have 2 templates and language doesn't matter there. You should look at creating a "translation file" for the english template.
    1 - Under XML Publisher Respon
    2 - Template
    3 - Query your template
    4 - under "Update" button, transalatable file, choose you template and apply
    5 - back on the template page, you should see 2 news buttons (Export Translation, Upload Translations).
    6 - Click on Export, save file.
    7 - This file will include all the text label in the template.
    8 - Open it, change Target language
    9 - Change the text in <target> element for spanish wording.
    10 - Once completed, Upload you translation file thru "Upload translations" button.
    12 - Login the right language, generate your report and see the results..

Maybe you are looking for

  • Broken Reset Button on SG 300 Switch - Need to reset

    I can't seem to reset my switch and realized the reset button is missing/broken off.  Is there an alternate method to reset the switch to factory settings?  If not, how do I figure out the IP of the web interface, it is not the default.              

  • Creating measure using set operators in BO Xi 3.0

    Hi All, I am trying to create a measure like this in BO XI 3.0 Designer. Select count(*) from select id from table1 where Name=<Prompt Value> INTERSECT select id from table1 where Name=<Prompt Value> But I don't know how to use set operators in Desig

  • Icon size Local Files display

    Is there any way to make the icons in the local view and the CSS styles panel bigger? I'm running cs 6 on a mac 2560 X 1440 Lion

  • How do I find what OS x version I have?

    I'm new to macs and I want to know more about the computer my mother gave me :-)

  • Palm's Shaky Repair Service Has Found Solid Ground To Stand On

    In my last thread, I was critical of the turnaround time on my Palm TX. I feel it is important to update the situation in a separate thread because their customer service team impressed me earlier this afternoon. I spoke to a Corporate Customer Servi