Using JWindow  problem..

Hi
I am using JWindow for showing a splash window before the application starts. First i use a JPasswordField for Login but i unable i type in it then i use progress bar and still it is unable to get any value for update.
when i use JFrame it all works good.
is there any method that JFrame borders not shown.
Thanks

The JPasswordField is in the splash screen?
if so, the JWindow needs a parent/owner, otherwise it is unfocusable.
there is a workaround, but let us know if this is the problem (no parent)

Similar Messages

  • Use JWindow, JInternalFrame, JPanel, or JDialog

    Hello,
    My main window application extends a JFrame. When a component of the JFrame is mouse clicked,I want to open a popup window on top of this frame.
    The opened window is used to receive input from the user; with these properties: title bar, resizeable, can close with the "X" on the right side of the title bar, no minimizable or maximizable buttons on the title bar.
    1. I am very unsure whether I should use: a JWindow, JInternalFrame, JPanel, JDialog, JPopupMenu (probably not since I don't need a menu) to create the popup window. I think I should use JWindow, but am not sure.
    2. Also, I am unsure whether I can use JWindow and JInternalFrame with JFrame as the main app window.
    Thank you for your advice.

    If you want a popup window on top of this frame, you can either choose JFrame, JDialog or JWindow. They all have the own characteristics.
    JFrame: Usually application will use it as the base. Because It has a title bar with minimizable, maximizable and exit button.
    JDialog: Usually work as a option / peference / about dialog (Ex. Just click the IE about to see). Because it has a smaller title bar with only maximizable and exit button and the model setting. If model is to TRUE, that means all the other area of the window will be disable except the opened dialog own.
    JWindow: Usually use as a splash to display logo or welcome message.
    JInternalFrame: It display inside a desktop panel of JFrame. Just like the multi-documents function inside the MS Words.

  • Splash screen using JWindow

    HI ,
    i had crated a splash screen using JWindow and made
    JWindow.setVisible(true); during the loading time and then made
    Jwindow.dispose(); after it gets loaded...
    but it is not working a only a blank window is visible not its contents....what's wrong

    hi!
    import java.awt.Color;
    import java.awt.Insets;
    import javax.swing.JLabel;
    import javax.swing.JWindow;
    import javax.swing.border.LineBorder;
    * @author          : aniruddha<br>
    * @date          : Nov 22, 2006,  11:43:43 AM<br>
    * @source          : TestJwindow.java<br>
    * @project          : HelpForum<br>
    * @author aniruddha
    public class TestJwindow
         public static void main(String[] args)
              JWindow loadWindow = new JWindow();
              JLabel lblLoad = new JLabel("  Loading..........");
              if(loadWindow.isVisible())
                   loadWindow.dispose();
              else
                   loadWindow.getContentPane().setBackground(Color.gray);
                   lblLoad.setBorder(new LineBorder(Color.red, 3));
                   lblLoad.setForeground(Color.white);
                   loadWindow.add(lblLoad);
                   loadWindow.setSize(150, 50);
                   loadWindow.setLocationRelativeTo(null);
                   loadWindow.setVisible(true);
    }works fine with me..
    :)

  • [svn] 1313: Fix for the use namespace problems we've been having with ASC ( I hope).

    Revision: 1313
    Author: [email protected]
    Date: 2008-04-20 09:41:41 -0700 (Sun, 20 Apr 2008)
    Log Message:
    Fix for the use namespace problems we've been having with ASC (I hope). The problem was that the use directive was being defined after we had called finish package. The UseDirectiveNode has a pkgdef ptr, and does different things depending if that ptr is null or not. It should not be null when the UseDirective is inside the package - but since we were generating the UseDirectiveNode after we had called finishPackage the UseDirectiveNode didn't have it's pkgdef ptr set, and so things went awry as the package didn't get set up with all the correct open namespaces. I haven't tested this in authoring/flex but I am pretty sure that this will fix all the problems we're seeing.
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Last update to ios6 - worst ever, facetime does not work as it used to, problems with skype

    last update to ios6 - worst ever, facetime does not work as it used to, problems with skype, losing connection or no9t connecting facetime to face time. Do something with it.

    I'm not sure yet, but It may be as simple as "settings", "FaceTime" "Off"

  • Viewing Excel Files using Tomcat - Problem with caching

    Hi all,
    A small part of an application I'm writing has links to Excel files for users to view/download. I'm currently using Tomcat v5 as the web/app server and have some very simple code (an example is shown below) which calls the excel file.
    <%@ page contentType = "application/vnd.ms-excel" %>
    <%
    response.setHeader("Pragma", "no-cache");
    response.setHeader("Cache-Control", "no-cache");
    response.setDateHeader("Expires", 0);
    response.sendRedirect("file1.xls");
    %>
    This all works except but I'm having one big problem.
    The xls file (file1.xls) is updated via a share on the server so each month, the xls file is overwritten with the same name but with different contents. I'm finding that when an update is made to the xls file and the user then attempts to view the new file in the browser they recieve only the old xls file. It's caching the xls file and I don't want it to. How can I fix this so that it automatically gives the user the new updated file.
    The only way I've managed to get Tomcat to do this is to delete the work directory and delete the file from my IE temp folder and then restart Tomcat - this is a bit much!
    Any help would be greatly appreciated.
    Thanks.

    I'd a problem with caching a few years back, for a servlet request which returned an SVG file.
    As a workaround, I ended up putting appending "#" and a timestamp / random number after it. The browser assuming each request was new, and didn't use the cache.
    Eg.
    http://myserver/returnSVG.do#1234567
    where 1234567 is a timestamp / random.
    Not sure whether you can do this on a file based URL... but maybe worth a shot...
    regards,
    Owen

  • Mildet connect to oracle DB using servlet problem ,help please

    hi guys i have a problem am tring to connect my midlet to databse through midlet but i don`t know what is the problem so far the midlet already connect to my servlet url but the servlet cant read the parameters to open the connection for database
    my servlet code
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    import java.io.*;
    import java.net.*;
    import java.sql.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.text.*;
    * @author freddy
    public class getconnection extends HttpServlet {
        Statement statement;
    ResultSet rs=null;
    String bstr=null;
    String bstr1=null;
    String bstr2=null;
    public void init()
        * Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
        * @param request servlet request
        * @param response servlet response
        protected void processRequest(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            response.setContentType("text/html;charset=UTF-8");
            PrintWriter out = response.getWriter();
            try {
                /* TODO output your page here
                out.println("<html>");
                out.println("<head>");
                out.println("<title>Servlet getConnection</title>"); 
                out.println("</head>");
                out.println("<body>");
                out.println("<h1>Servlet getConnection at " + request.getContextPath () + "</h1>");
                out.println("</body>");
                out.println("</html>");
            } finally {
                out.close();
        // <editor-fold defaultstate="collapsed" desc="HttpServlet methods. Click on the + sign on the left to edit the code.">
        * Handles the HTTP <code>GET</code> method.
        * @param request servlet request
        * @param response servlet response
        @Override
        protected void doGet(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            processRequest(request, response);
      doPost(request,response);
        * Handles the HTTP <code>POST</code> method.
        * @param request servlet request
        * @param response servlet response
        @Override
        protected void doPost(HttpServletRequest request, HttpServletResponse response)
        throws ServletException, IOException {
            processRequest(request, response);
            DataInputStream in = new DataInputStream(
                    (InputStream)request.getInputStream());
            String sid = in.readUTF();
            String user = in.readUTF();
            String pwd = in.readUTF();
          //  "jdbc:oracle:thin:@localhost:1521"+": "+sid
            String message = message = "Name:"+bstr+" telephone:"+bstr1+" burthday:"+bstr2;
             try {
                connect(sid,user, pwd);
                message += "100 ok connected";
            } catch (Throwable t) {
                message += "200 " + t.toString();
            response.setContentType("text/plain");
            response.setContentLength(message.length());
            PrintWriter out = response.getWriter();
            out.println(message);
            in.close();
            out.close();
            out.flush();
        private void connect(String sid, String user,String pwd)
        throws Exception {
            // Establish a JDBC connection to the MYSQL database server.
            //Class.forName("org.gjt.mm.mysql.Driver");
            Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
            Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:"+sid,user,pwd);
            System.out.print("connected");
            try{
               statement =conn.createStatement();
                rs=statement.executeQuery(" Select*from WOH.P_DEMGRAPHICS where P_ID='P1000 '");
            catch(SQLException e)
            System.err.print(e);
           try{
    while (rs.next()) {
    bstr=rs.getString(2);
    bstr1=rs.getString(3);
    bstr2=rs.getString(4);
    statement.close();
       catch (SQLException e) {
    //bstr += e.toString();
    System.err.println(e);
    System.exit(1);
            // Establish a JDBC connection to the Oracle database server.
            //DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
            //Connection conn = DriverManager.getConnection(
            //      "jdbc:oracle:thin:@localhost:1521:"+db,user,pwd);
            // Establish a JDBC connection to the SQL database server.
            //Class.forName("net.sourceforge.jtds.jdbc.Driver");
            //Connection conn = DriverManager.getConnection(
            //      "jdbc:jtds:sqlserver://localhost:1433/"+db,user,pwd);
        * Returns a short description of the servlet.
        public String getServletInfo() {
            return "Short description";
        // </editor-fold>
    }Midlet code
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    import java.io.*;
    import java.util.*;
    import javax.microedition.io.*;
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    * @author freddy
    public class testOrcl extends MIDlet  implements CommandListener {
       protected String url;
        private String username;
        private Display display;
        private Command exit = new Command("EXIT", Command.EXIT, 1);;
        private Command connect = new Command("Connect", Command.SCREEN, 1);
        private TextField tb;
        private Form menu;
        private TextField tb1;
        private TextField tb2;
        DB db;
        public testOrcl() throws Exception
            display=Display.getDisplay(this);
            url="http://localhost:8084/getConnection/getconnection";
        public void startApp() {
            displayMenu();
        public void displayMenu()
        menu= new Form("connect");
         tb = new TextField("Please input database: ","",30,
                    TextField.ANY );
            tb1 = new TextField("Please input username: ","",30,
                    TextField.ANY);
            tb2 = new TextField("Please input password: ","",30,
                    TextField.PASSWORD);
            menu.append(tb);
            menu.append(tb1);
            menu.append(tb2);
            menu.addCommand(exit);
            menu.addCommand(connect);
            menu.setCommandListener(this);
            display.setCurrent(menu);
        public void pauseApp() {
        public void destroyApp(boolean unconditional) { }
        public void commandAction(Command command, Displayable screen) {
            if (command == exit) {
                destroyApp(false);
                notifyDestroyed();
            } else if (command == connect) {
                db  = new DB(this);
                db.start();
                db.connectDb(tb.getString(),tb1.getString(),tb2.getString());
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    import java.io.*;
    import java.util.*;
    import javax.microedition.io.*;
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    import java.lang.*;
    * @author freddy
    public class DB implements Runnable  {
        testOrcl midlet;
         private Display display;
            String sid;
            String user;
            String pwd;
            public DB( testOrcl midlet)
            this.midlet=midlet;
            display=Display.getDisplay(midlet);
        public void start()
        Thread t = new Thread(this);
                t.start();
        public void run()
         StringBuffer sb = new StringBuffer();
                try {
                    HttpConnection c = (HttpConnection) Connector.open(midlet.url);
                   c.setRequestProperty(
                       "User-Agent","Profile/MIDP-2.1, Configuration/CLDC-1.1");
                    c.setRequestProperty("Content-Language","en-US");
                    c.setRequestMethod(HttpConnection.POST);
                    DataOutputStream os =
                            (DataOutputStream)c.openDataOutputStream();
                    os.writeUTF(sid.trim());
                    os.writeUTF(user.trim());
                    os.writeUTF(pwd.trim());
                    os.flush();
                    os.close();
                    // Get the response from the servlet page.
                    DataInputStream is =(DataInputStream)c.openDataInputStream();
                    //is = c.openInputStream();
                    int ch;
                    sb = new StringBuffer();
                    while ((ch = is.read()) != -1) {
                        sb.append((char)ch);
               showAlert(sb.toString());
                    is.close();
                    c.close();
                } catch (Exception e) {
                    showAlert(e.getMessage());
         /* This method takes input from user like db,user and pwd and pass
                to servlet */
            public void connectDb(String sid,String user,String pwd) {
                this.sid = sid;
                this.user = user;
                this.pwd = pwd;
            /* Display Error On screen*/
            private void showAlert(String err) {
                Alert a = new Alert("");
                a.setString(err);
                a.setTimeout(Alert.FOREVER);
                display.setCurrent(a);
       

    Comment out process request or rewrite & move it to a position after you read the parameters and connect to the db. Decide where you want to write to the output stream. Also, you have some superfluous casting.
    I take it that you are using netbeans? If you debug and step through the code you will get an idea of the flow. The steps should be, midlet connects with POST, doPost is called, server reads parameters, server opens connection, executes query, releases/closes connection, and writes a response to the midlet.
    Some notes about the connect method; The scope of rs may cause problems. It is unlike you will have a valid result set if you have a problem with create statement or execute. Take a look at connection pooling and be mindful how the connections are opened, used, and closed; put all the important cleanup operations in a finally. Remove system.exit from your servlet. Actually I would suggest limiting the scope of all your vars;
    If you store the username, password, and sid on the midlet, you may have trouble updating the installation base if you need to change the values for any reason. Also, you have clients which contain your database u/p, susceptible to snooping and decompilation. Use the servlet to abstract the db from the client. And use a datasource (with connection pooling) for obtaining connections to db.

  • Macbook pro retina, too much ram used & performance problems

    i've recently got my macbook pro with retina display, 128 gb i5 intel 2.6Hz processor with 8gb memory, OS Yosemite 10.10.1. problems began to appear the very first moment i've turned it on: at the last step of profile creation (the step where you choose a name and a password of your profile), after i've filled all the fields and clicked some button to proceed, my macbook refused to boot and froze. i've restarted the computer and then it booted just fine. Then new problems appeared: after installing some apps from mac app store, they wouldn't load the first time i open them, - i had to close them and reopen. Once again, this issue wasn't appearing with every app - only with a few ones. I assumed that this was a software issue which will disappear after i update. And well, i didn't observe this problem ever since i've updated the OS. However, i can't be sure that it disappeared.
    Also, i monitor RAM consumption using the Memory Clean app. there are like only 3.60 gb free space out of 8. is it ok?
    so, what i am asking: should i take my macbook to a store to get it fixed or this problem is just a software and not a hardware issue and i just have to wait?
    Thanks

    @_Macuser wrote:
    Also, i monitor RAM consumption using the Memory Clean app. there are like only 3.60 gb free space out of 8. is it ok?
    That is normal.  The Mavericks and Yosemite OSXs use as much RAM as is available in order to increase efficiency.. The parameter that you should monitor is 'pressure', not the amount.  If it is GREEN, you are operating within acceptable limits.  If there is a color change, then more RAM may be required or there may be other issues that may need attention.
    so, what i am asking: should i take my macbook to a store to get it fixed or this problem is just a software and not a hardware issue and i just have to wait?
    Since you have a new MBP, your best option is an appointment at an Apple store genius bar and have them sort out the issues for you.  Your MBP has a warranty, use it.
    Ciao.

  • I have been trying to find a way of contacting you by e-mail so that I can write to you about a problem I have. Could you please give me an e-mail address to use for problems or refunds from i-tunes? Many thanks

    I have been trying to find an e-mail address for Apple problems that are not on your list of questions usually asked. Could you therefore let me have an e-mail address for being able to sort a problem I have with i-tunes purchasing for audo books as I by mistake downloaded a book instead of an audio book and would like a refund for The One I Love by Paul Pilkington so that I can download the audio book. This is the first time that I have used this facility and I obviously got confused with books and audio books, I need audio books because I have an I Pod Nano and I like to listen to my books on this. Look forward to your reply.
    Regards, Sandra

    Sandra,
    See this Apple support document for information on reporting an issue with your iTunes purchase.
    http://support.apple.com/kb/HT1933
    B-rock

  • Is there a solution for my "files in use" installation problem with Adobe Reader XI?

    I have tried repeatedly to download Adobe Reader XI (11.0.07), but I keep getting a "files in use" message that indicates my current version, Adobe Reader 8.1, is using files that need to be updated by the download's set up. The message directs me to close my Adobe Reader 8.1 and then continue, but when I receive it my Adobe Reader 8.1 is always closed. I am tempted to uninstall my Reader 8.1 and then try downloading Reader XI, but I am afraid I could be inviting even more trouble. I should mention the reason I am trying to download Reader XI is a notification I received in my computer's status box that indicates my Reader 8.1 is not working properly and suggests I download the latest version. I discovered the notification after I was unable to open a GIF file attachment. Does anyone have a solution for this problem?

    Thanks for your reply.
    I tried to uninstall my Adobe Reader 8.1 in safe mode, as suggested above, but received a message which indicated that Windows installer could not be accessed. That was a strange message, because I have not had problems uninstalling programs in the past, and, after receiving the message, I tried uninstalling a different program in safe mode and had no problem doing so. I am now going to try your suggestion.
    Honestly, these types of technical issues always leave me so frustrated. I do not have a high technology acumen, and because my laptop is six years old, I cannot get professional help without paying a hefty fee. Thank goodness for this forum. If the solutions suggested here do not work, I guess I will keep my laptop until my Adobe 8.1 gives out completely.
    Thanks again for your assistance. I will let you know if it works.

  • Overclocking using ITB problems

    My gear summary:
    i7-2600k, watercooled (XSPC Raystorm block, stock, idle 27-32c, load highest core ~45-47)
    Z68A-GD55-G3 (E7681IMSvP80, 26.8)
    Kingston HyperX Genesis DDR3 PC3-12800C9 1600MHz (4 sticks, 16gb total)
    inno3D GTX480 SLI (2 cards), watercooled, idle ~33, load ~45
    OCZ ZX 1000W psu
    Corsair Force3 120gb ssd
    I have done ITB auto voltage overclock in the past and it worked. Then i updated bios and it didn't work anymore and i didn't bother retrying. Don't remember details as it was some time ago. Now that i watercooled i want to try again. But it just doesn't work...
    Just now i updated bios to freshest beta (see gear summary).
    (My annotations in red)
    =================
    Hi all, thought I would write a quick guide on my settings for the MSI Z68 GD65 (G3) and it's UEFI BIOS
    Remember your mileage may vary...
    Why would you want to overclock with the CPU voltage set to auto?
    Well it seems that to get the power saving features to work properly you need to keep the CPU Core Voltage set to auto.
    When the CPU voltage is set manually, the multiplier will drop but the volts remain at the manually set level. So if you would like to have the voltage at <1.0 on idle but still have a nice OC when you load the CPU then this could be a good route to take.
    This method will use EIST (Enhanced Intel Speedstep Technology) and Intel Turbo Boost to overclock your CPU.
    Load up the BIOS and navigate to the "Overclocking settings" tab on the left.
    Here you should see the first page of the overclocking settings.
    CPU Base Frequency [10kHz] 10000
    Adjust CPU Ratio [34] This was set to 16 by me
    Note I have left this at 34 as we will be using the Intel Turbo Boost to get the overclock.
    Adjust CPU ratio in OS [Disabled]
    Internal PLL Overvoltage [Disabled]
    Originally I had this set to enabled, however at my 24/7 OC @4.5 mine is stable when disabled. I have read when enabled it can cause problems when using Sleep.
    EIST [Enabled]
    We need this enabled to allow the Turbo Boost to work.
    Intel Turbo Boost [Enabled]
    The limit of the Turbo Boost will be set later on in the "CPU Features" section.
    Now i have something called "Enhanced Boost" or some such ?
    DRAM Frequency [DDR3-1600Mhz] Why bios detects 1333 ?
    Set this to the required speed of your own RAM.
    Extreme Memory Profile(XMP) [Disabled]
    I have mine disabled but you can enable if you like just remember to manually set the DRAM Voltage.
    DRAM Timing Mode [Link]
    Using this option will allow you to set the Advanced DRAM Configuration.
    Advanced DRAM Configuration Dont think i changed this last time
    In here you can configure your memory timings, I have set the first five manually according to my RAM specifications from G Skill.
    Spread Spectrum [Disabled]
    VDroop Control [Low VDroop] Previous bios(P60?) had numeric voltages, not low/high, beta has only LOW
    Set this to Low VDroop to help limit any fluctuation in voltage when the system is under load.
    CPU Core Voltage [Auto]
    Left on Auto to allow the power saving features to function.
    CPU I/O Voltage [Auto]
    DRAM Voltage [1.507 V] Cant set it to this, next step is 1.5055, numeric input sets back to AUTO
    Set manually as the motherboard tends to set the volts below the recommended for my RAM.
    Onto the second page of the "Overclocking Settings"
    GPU Voltage [Auto]
    System Agent Voltage(SA) [Auto]
    CPU PLL Voltage [1.800000 V] Cant set to this, next step is 1.8100, numeric input returns to AUTO
    Set manually just to prevent it from being set to high by the MB.
    DDR_VREF_CA_A [Auto]
    DDR_VREF_CA_B [Auto]
    DDR_VREF_DA_A [Auto]
    DDR_VREF_DA_B [Auto]
    PCH 1.05 [Auto]
    Next navigate into the "CPU Features" section.
    Hyper-threading [Enabled]
    Active Processor Cores [All]
    Limit CPUID Maximum [Disabled]
    Execute Disable Bit [Enabled]
    Intel Virtualization Tech [Enabled]
    Power technology [Custom]
    C1E Support [Disabled]
    Possibly better performance than using C-State (needs confirmation) can also be used in conjunction with C-States
    OverSpeed Protection [Disabled]
    Intel C-State [Enabled]
    Lower vcore on idle than C1E
    Intel C-State limit [C2] There is no C2 state if setting using ClickBIOS, i use normal bios, just a comment
    Originally set to Auto, but changed to C2 to enhance performance.
    Long duration power limit(W) 200
    Long duration maintained(ms) 1000
    Short duration power limit(W) 250
    Primary plane turbo power limit(W) 0
    Secondary plane turbo power limit(W) 0
    There is also some other pri/sec settings, not covered here
    Now comes the interesting bit... the following will give the Intel Turbo Boost the limits of the Overclock. You may need to start lower down, say from 42-45 and see if your PC will load into Windows and is stable.
    I started from 45 and found out I can go to 48 which is obviously 4.8GHz.
    At 48 I can load Windows, can do 10 passes of very high with IBT, and is Prime stable for 6 hours. That's as much stability testing as I have done so far.
    At 49 I can load Windows but as soon as any real load goes on the CPU it will bluescreen.
    1-Core ratio Limit 48
    2-Core ratio Limit 48
    3-Core ratio Limit 48
    4-Core ratio Limit 48
    Next onto the Power settings under the "Energy Saving" tab.
    EUP 2013 [Disabled]
    CPU Phase Control [Intel SVID Mode] There is no "SVID MODE" selection, just AUTO and DISABLED
    Motherboard LED Control [Auto]
    C1E support [Disabled]
    Intel C-state [Enabled]
    Package C State limit [C2] Again, there is no C2 if setting from ClickBIOS, its there in normal bios.
    And that's it just go to the "Mainboard settings" Tab save settings and reboot.
    Once you are in Windows the power saving features should be enabled, giving you lower clocks and volts when you don't need them,
    And a nice OC when you do
    ===========================
    Used it before, now it doesnt work because some options are not available.
    Namely "Intel VIDS mode" only disabled or auto, some other setings differ as well.
    Could someone more experienced look it through and tell me where i'm making a mistake ?
    For the record, i can do a constant OC, but i'm after power efficiency as well, no need to run 4.7 when you browsing internet...
    Using this guide i was running 1.6ghz while no/light load and automatic 4.6 while gaming.
    Now, i set most of the settings but ITB just wont swich gear...
    Help ?

    Quote
    #Edit1# Nope, multiplier not chaniging under load (prime95)...
      Hmm...........will have to think about this for awhile.
    To post screen shots, etc., a hosting service like Photobucket works well.
    Example;
      >> Forum Features <<

  • Pix vpn tunnel using certificates problem

    hi
    I have set up a small network at home to practice a branch office
    pix 501 obtaining a digital certificate from a windows 2000 server
    which is located on a dmz on a pix 515 over an encrypted tunnel
    the tunnel is initually set up using pre-shared keys and once the
    branch pix has its certificate altering the configs on both pix's
    to use certificates for authentication,but have run into a problem
    i have included an attachment to explain how i went about it and
    the problem i have encounterd
    would appreciate it if someone could take a look and tell me where
    the problem lies
    regards
    melvyn brown

    I am having the same issues with small business server 2003. VPN from the iTouch works fine, but it will not sync with contacts,mail and calendar.
    The Apple Store Genius bar was of no help. Generally their pretty good. I believe this will be NEW turf for the folks at Apple.

  • Change transaction using BDC-problem for large number of lines on screen

    Hi All,
    I am developing BAPI (using BDC) which creates quality notification in SAP which is entered via front end web application. Structure p_qmsm contain 3 lines of task in notification. The code is as given below. To avoid problem of large no of lines on screen,code lines starting with * is used. This actually for pagedown after entering every 2 lines and creates new line. so that 2 lines always push up on screen and there will not be problem for creating large no of lines on screen
    perform bdc_dynpro using 'SAPLIQS0' '7200'.
    perform bdc_field using 'BDC_OKCODE' '=10\TAB11'.
    LOOP AT p_qmsm INTO wa_qmsm.
    *IF wa_qmsm_cntr > 2.
           wa_qmsm_cntr = 2.
           perform bdc_dynpro  using 'SAPLIQS0'                   '7204'.
           perform bdc_field   using 'BDC_OKCODE'                 '=PEND'.
    ENDIF.
    perform bdc_dynpro using 'SAPLIQS0' '7204'.
    perform bdc_field using 'BDC_OKCODE' '/00'.
    CONCATENATE 'VIQMSM-QSMNUM(' wa_qmsm_cntr ')' INTO wm_qmsm_qsmnum.
    CONCATENATE 'VIQMSM-MNGRP(' wa_qmsm_cntr ')' INTO wm_qmsm_mngrp.
    CONCATENATE 'VIQMSM-MNCOD(' wa_qmsm_cntr ')' INTO wm_qmsm_mncod.
    CONCATENATE 'VIQMSM-MATXT(' wa_qmsm_cntr ')' INTO wm_qmsm_matxt.
    perform bdc_field using wm_qmsm_qsmnum wa_qmsm-qsmnum.
    perform bdc_field using wm_qmsm_mngrp wa_qmsm-mngrp.
    perform bdc_field using wm_qmsm_mncod wa_qmsm-mncod.
    perform bdc_field using wm_qmsm_matxt wa_qmsm-matxt.
    wa_qmsm_cntr = wa_qmsm_cntr + 01.
    ENDLOOP.
    CALL TRANSACTION 'IQS2' USING wt_bdc
    MODE 'N' UPDATE 'A'  MESSAGES INTO P_MESSTAB.
    The same code is used in modify mode also. web application is sending all 3 lines in modify mode even if single line is modified. It is already decided to send all rows back from web application to SAP in same sequence. It is working fine if i comment 5 lines which is starting with *. But in modify mode, how can i ensure that correct row is modified? and how can i achieve problem of large no of lines on screen?Please suggest?

    Hi yogesh,
    how can i ensure that correct row is modified?
    1. For this we need to know two things ;
       a) the database table in which the entries are already stored
       b) the sequence in which they are displayed in the transaction.
    2. So before changing any line, we need to compare (the primary key values / important values)
       a) as per the database table and as per the incoming data from web application (using bapi)
      b) if the match is ok, it means that particular row was not modified, else modified.
    how can i achieve problem of large no of lines on screen?
    1. For this I am  not sure about the transaction and its screen. Manytimes for appending row on the screen,
      there is a PLUS + button on the grid toolbar. So for every entry, (inspite of some empty/filled rows already visible on the screen), we should use the + button, and this new row always appears on the top i.e. row number 1.
    hope this helps.
    regards,
    amit m.

  • ALV data export to Excel using &VEXCEL  problem due to GUI Version

    If i download ALV report using &VEXCEL it works with GUI release 460 but when i am trying same with GUI release 710 it gives message View cannot be switched: Product is not installed or integration is not active. Please provide the solution so that same will work with GUI release 710.
    Thanks and Regards,
    Aniket Dayama

    Hi,
    I resently had the same problem:
    View could not be changed to: <(>&<)>VEXCEL.
    It turned out that the custumor had an old version of Windows NT.
    But it wil be wise to install new versions of both Excell, SAP-GUI and your pc control system.
    Dearest Tom.

  • Computer freezes while in use, then problems occure with rebooting...

    Hi,
    For some time now, I am facing a strange problem with my Mac. This is my second MacBook and I am a Mac user since 2008.
    My latest version is a MacBook Pro 13", version mid 2012 with an optical drive, which I have purchased in May 2013. My Mac features a 512 SSD and 8 GB RAM. I am using Yosemite as the OS. 
    To describe the problem: At the beginning my Mac works normally. I have several applications running. Then all of a sudden single applications start to freeze. The “spinning ball” appears, as if the computer is busy processing something, telling me to wait for a second. The problem extends to other applications and also the “cmd+alt+esc” key combination for the task manager does not work anymore. Hence, I am commencing a forced shut down by holding the power button down. When now restarting the computer, it won’t boot up properly. Instead a folder with question mark appears and sometimes, but more rarely, a prohibitive sign. The booting problem remains after several additional forced shutdowns and restarting again and again. Interestingly, I have figure out a way of solving the problem temporarily: I just turn around the Mac and gently knock on the backside a few times. Now it will restart again and function normally until the problem reoccurs a few days later.
    Could there be a hardware problem? Is the storage not properly connected? Could there be a lose contact of some sort?
    Many Thanks!

    The symptoms you describe indicate that the internal HDD or the internal SATA connection is faulty.
    Boot into the recovery partition and select Disk Utility from the 4 option menu.
    Run Disk Utility First Aid>, Verify and Repair.
    If unsuccessful, the HDD must be replaced.  If successful, the internal SATA should be replaced.
    Ciao.

Maybe you are looking for