Help required to unlock device with unlock code

I have purchased A 2600 Clasic is the US. AT&T ahs provided me an unlock code so that it can be used in India, however I am not able to unlcok code as it gives a error as resiticted. Neen help

Check the link below for phone unlocking guide.
/discussions/board/message?board.id=topfaq&thread.id=55

Similar Messages

  • How will Find my iPhone app help me track my iphone if someone has disabled the location services which doesnt require an unlock code?

    How will Find my iPhone app help me track my iphone if someone has disabled the location services which doesnt require an unlock code?

    You can't, and the same if the thief turms off the phone.
    What to do if your iOS device is lost or stolen
    Reporting a lost or stolen Apple product

  • HELP! Run-time Error with this code.

    I'm having problem with the code below. But if I were to remove the writer class and instances of it (writeman), then there are no problems. Can some1 pls tell me why the writer class is giving problems. Btw, no compilation errors, only errors at run-time..........
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.MouseListener;
    import java.awt.event.*;
    public class HelloWorld extends Applet
    public static String MyString = new String("Hello");
    Graphics f;
    public void init()
    Changer Changer1 = new Changer();
    writer writeman = new writer();
    setBackground(Color.red);
    setForeground(Color.green);
    addMouseListener(Changer1);
    writeman.paintit(f);
    public void paint(Graphics g)
    g.drawString(MyString,10 ,10);
    public class Changer implements MouseListener
    public void mouseEntered(MouseEvent e)
    setBackground(Color.blue);
    MyString = "HI";
    paint(f);
    repaint();
    public void mouseExited(MouseEvent e)
    setBackground(Color.red);
    repaint();
    public void mousePressed(MouseEvent e){};
    public void mouseReleased(MouseEvent e){};
    public void mouseClicked(MouseEvent e){};
    public class writer
    public void paintit(Graphics brush)
    brush.drawString("can u see me", 20, 20);

    I assume the exception you are getting is a NullPointerException...
    When you applet is loaded, it is initialised with a call to init... the following will then occur...
    HelloWorld.init()
    writeman.paintit(f)
    // f has not been initialised, so is null
    brush.drawString("can u see me", 20, 20)
    // brush == f == null, accessing a null object causes a NullPointerException!
    The simplest way to rectify this is to not maintain your own reference to the Graphics object. Move the writer.paintit(f) method to the HelloWorld.paint(g) method, and pass in the given Graphics object. Also, change the paint(f) call in Changer to repaint(), which will cause the paint method to be called with a valid Graphics object - which will then be passed correctly to writer.
    Hope this helps,
    -Troy

  • I cannot sync because both computers insist I register the other device with their code and vice versa

    I want to sync two computers, but both insist they have the master code and insist that I enter it into the other machine. however the other machine will not accept it.

    From your description, I believe you are not logged in with any of your machines. Do you see something like [https://support.mozilla.com/media/uploads/gallery/images/compcode.jpg this image on the left]? If that appears in both of your computers, you need to log in first. Once you do that in one computer, you would see [https://support.mozilla.com/media/uploads/gallery/images/2011-01-27-15-46-25-9c0352.png this menu].
    This way you could proceed as explained from the Step 2 in this article: [[How to sync Firefox settings between computers]].
    In order to log-in with one computer, make sure you follow Cor-el's intructions:
    "Tools > Options > Sync" or "Firefox > Set Up Sync":
    Click "Set Up Firefox Sync" to go to "Firefox Sync Setup"
    Click "I already have a Firefox Sync account" : Connect
    Click "I don't have the device with me" at the bottom
    The "I don't have the device with me" appears at the bottom of the 3 boxes with the code.
    Remember that in order to log-in, you would need to have your sync-key.
    If you don't have it anymore, the only way to proceed is to go to [https://account.services.mozilla.com/ your account] and delete it. That way you can start from scratch and by following the steps in the article I linked you should be fine.

  • HELP!! Process exited with exit code 128.

    Hi all,
    I am using JDeveloper 10G to develop a struts project. I use the struts-tiles.tld to construct the layout.
    <tiles:insert page="classicLayout.jsp" flush="true">
    <tiles:put name="title" value="User and Assigned Role" />
    <tiles:put name="header" value="menuTemplate.jsp" />
    <tiles:put name="menu" value="TestPoint.jsp" />
    <tiles:put name="body" value="ARM001800.jsp" />
    <tiles:put name="footer" value="DebugPage.jsp" />
    </tiles:insert>
    However, when I run the project, then the OC4J Server terminated with this error code : Process exited with exit code 128.
    What happen??
    PS: I tried to remove the last 2 tags: body and footer. The Server did not terminate, but with some exceptions which related to tiles library.

    This type of error may occur because of developers mistake.
    This error occurs when any function is called recursively in a loop.
    The server calls the same function again and again in a loop and hence the server goes in infinite loop. This gives the error "Process exited with exit code 128".
    You need to check your code thoroughly for such mistake.
    Nital.
    i-engineering.com

  • My provider can not help me in unlock code, I need...

    Hopefully somebody will be able to help me. I have a Nokia N70 from 3-network in UK. Then I have moved to T-mobile. So I have asked 3 to unlock my mobile, they have charched me £15 for that and gave me a code.
    I have entered that code first time and got --Error-- message. In the scond time I have got --Not allowed--message. After that the operator told my your mobile is impossible to unlocked, and refund the £15 to my bank account.
    I think it is my right to have this code, and there is another problem might be related to 3, Nokia. So, please I need help.

    Try a Nokia service/repair center: http://www.nokia.com/repair

  • Query Help required to Connect JDT1 with OINV tables

    Dear Experts,
    I have the following query which gives me the customer ageing report. I want some addtional fields from the OINV table and the document numbering table like Document Series Name, AR Invoice document Number,AR invoice remarks, BP Projects Number ( filled in accounting tab in BP projects) and in the query in Reference 1 column its giving the Invoice Numbers as posted in the Journal but for manual Journal Entries it not giving the Journal Number which I also want to be shown in Ref 1 or a seperat field.
    The Query is as under :
    select OCRD.cardcode 'Supplier Code',OCRD.cardname 'Name',sysdeb 'Debit Amount',syscred 'Credit Amount',
    case JDT1.transtype
    when '13' then 'INV'
    when '14' then 'AR CN'
    when '24' then 'INCOMING'
    else 'Other'
    end 'Type',
    Ref1,
    fccurrency 'BP Currency',
    CONVERT(VARCHAR(10), refdate, 103)'Posting Date' ,
    CONVERT(VARCHAR(10), duedate, 103) 'Due Date',
    CONVERT(VARCHAR(10), taxdate, 103) 'Doc Date' ,
    CASE
    when (DATEDIFF(dd,refdate,current_timestamp))+1 < 31
    then
    case
    when syscred <> 0 then syscred * - 1
    else sysdeb
    end
    end "0-30 days",
    case when ((datediff(dd,refdate,current_timestamp))+1 > 30
    and (datediff(dd,refdate,current_timestamp))+1< 61)
    then
    case
    when syscred <> 0 then syscred * - 1
    else sysdeb
    end
    end "31 to 60 days",
    case when ((datediff(dd,refdate,current_timestamp))+1 > 60
    and (datediff(dd,refdate,current_timestamp))+1< 91)
    then
    case
    when syscred <> 0 then syscred * - 1
    else sysdeb
    end
    end "61 to 90 days",
    CASE
    when (DATEDIFF(dd,refdate,current_timestamp))+1 > 90
    then
    case
    when syscred= 0 then sysdeb
    when sysdeb= 0 then syscred * - 1
    end
    end "90 + days"
    from JDT1,OCRD where JDT1.shortname = OCRD.cardcode and cardtype = 'c' and intrnmatch = '0'
    ORDER BY OCRD.CARDCODE, taxdate
    Would appreciate if you can help me to get a solution in it.
    Regards,
    Kamlesh

    Dear Gordon,
    While executing the followings modified query it giving an error of
    Incorrect Syntax near the keyword 'to' and incorrect Syntax near 'Series'
    the query is as under :
    {select OCRD.cardcode 'Supplier Code',OCRD.cardname 'Name',sysdeb 'Debit Amount',syscred 'Credit Amount',
    case l.transtype
    when '13' then 'INV'
    when '14' then 'AR CN'
    when '24' then 'INCOMING'
    else 'Other'
    end 'Type',
    j.BaseRef'Trans #',
    case l.transtype
    when '13' then
    (Select Comments from OINV where OINV.Transid=j.Transid)
    else '-'
    end 'Inv.Rem.',
    (Select SeriesName From NNM1 Where Series=j.DocSeries and ObjectCode=l.TransType)'Series',
    to
    (Select Isnull(SeriesName, 'Manual') From NNM1 Where Series=j.DocSeries and ObjectCode=l.TransType)'Series',
    l.Ref1,
    fccurrency 'BP Currency',
    CONVERT(VARCHAR(10), l.refdate, 103)'Posting Date' ,
    CONVERT(VARCHAR(10), l.duedate, 103) 'Due Date',
    CONVERT(VARCHAR(10), l.taxdate, 103) 'Doc Date' ,
    CASE
    when (DATEDIFF(dd,l.refdate,current_timestamp))+1 < 31
    then
    case
    when syscred <> 0 then syscred * - 1
    else sysdeb
    end
    end "0-30 days",
    case when ((datediff(dd,l.refdate,current_timestamp))+1 > 30
    and (datediff(dd,l.refdate,current_timestamp))+1< 61)
    then
    case
    when syscred <> 0 then syscred * - 1
    else sysdeb
    end
    end "31 to 60 days",
    case when ((datediff(dd,l.refdate,current_timestamp))+1 > 60
    and (datediff(dd,l.refdate,current_timestamp))+1< 91)
    then
    case
    when syscred <> 0 then syscred * - 1
    else sysdeb
    end
    end "61 to 90 days",
    CASE
    when (DATEDIFF(dd,l.refdate,current_timestamp))+1 > 90
    then
    case
    when syscred= 0 then sysdeb
    when sysdeb= 0 then syscred * - 1
    end
    end "90 + days"
    from JDT1 l
    Inner Join OJDT j On j.TransId=l.TransId
    ,OCRD where l.shortname = OCRD.cardcode and cardtype = 'c' and intrnmatch = '0'
    ORDER BY OCRD.CARDCODE, l.taxdate}
    Regards,
    Kamlesh

  • Help! Generating paper report with Bar code for web

    Now I am using Oracle 9i AS Release 2 + Report 9i and I try to run the demo paper report "ShippingManifest.rdf" which includes Bar Code inside. But I cannot launch the report successfully. The problem seems the report service cannot call build in package ORA_JAVA. Btw, with the same report, I can run this report on the report bulider without any problem on the same machine.
    Actaully, can I launch this demo report from web? If so, how can I includes classpath for the bulid in package?
    or I must use JSP report instead?
    Thanks & Regards
    Louis Lei

    tnx. i resolved the problem.
    now i have anoyher one:
    my report has a CF formula --- OLE2--- some file.doc (Word) (one page :))
    in reports 6i it works just fine...
    but in oracle apps i can only see the header and not the word doc....
    i tried to convert the doc to pdf (because i have pdf as output for my report...) but i still have the same problem....
    the word doc is a paramater :p_link : d:\scan\pag1.doc
    what should i do to see this in application....
    ???

  • Help Required on Cross Referencing with Oracle Stored Procedure

    Hi Experts,
       I have a requirement which is having the requirements as follow,
    Web Application initially sends a request number to SAP ECC to fetch the response details through SAP PI (HTTP to RFC u2013 Synchronous). While fetching the response from SAP ECC system, SAP PI has to invoke a Oracle Stored Procedure based on some parameter from SAP ECC System and then composited data has to send back to Web Application by SAP PI.
    Request you to kindly suggest how to achieve the above.  JDBC lookup is not much extended to call stored procedure. It would be helpful if it will be a step by step as I am novice to SAP PI.
    Regards
    Archana

    you might very well have to use a BPM.
    open a sync/async bridge ->
    do a sync call to RFC ->
    Do a sync call to DB (use SP here) ->
    do a transformation from the response message of RFC and Response of DB (N:1) to for your response to original caller (http)
    Close the sync async bridge using the response message

  • I Need Help!!! Importing with Error Code -50

    My Itunes has been working fine but when i opened it today it said my library was damaged and it saved what it could but when i tried to import the list back in it came up with "The file _____ cannot be imported An unknown error has occured -50" I read about how Mcafee might mess it up and i have aol security stuff that is powered by mcafee but i can't figure out what to do? Someone please help!!!!

    My Itunes has been working fine but when i opened it today it said my library was damaged and it saved what it could but when i tried to import the list back in it came up with "The file _____ cannot be imported An unknown error has occured -50" I read about how Mcafee might mess it up and i have aol security stuff that is powered by mcafee but i can't figure out what to do? Someone please help!!!!

  • Help required for PLSQL or with some Analytical Function.

    Hello All
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    I have couple of questions with following dataset and insert into a table
    With t As
    SELECT '2011' YR, FN1 File_name,1 rec_seq From Dual Union All
    SELECT '2011' YR, FN1 File_name,2 rec_seq From Dual Union All
    SELECT '2011' YR, FN1 File_name,3 rec_seq From Dual Union All
    SELECT '2011' YR, FN1 File_name,4 rec_seq From Dual Union All
    SELECT '2011' YR, FN1 File_name,5 rec_seq From Dual Union All
    SELECT '2011' YR, FN1 File_name,6 rec_seq From Dual Union All
    SELECT '2012' YR, FN1 File_name,7 rec_seq From Dual Union All
    SELECT '2011' YR, FN1 File_name,8 rec_seq From Dual Union All
    SELECT '2010' YR, FN1 File_name,9 rec_seq From Dual
    SELECT C_CAND_ID,MAX(C_CAND_ID) OVER (PARTITION BY C_CAND_ID ORDER BY YR) FROM
    SELECT DISTINCT COUNT(*) OVER (PARTITION BY YR ORDER BY FILE_NAME) "C_CAND_ID",
    YR
    FROM
    (select YR, FIle_name
    from t
    How to find year which is not equal to count with maximum year (2011) and insert into errorlog table
    How to find all distinct years --- 2011, 2012 and 2010 and insert into error log table
    Target table is
    Create table errorlog
    (Error_code number,
    Errorheader varchar2(100),
    error_details varchar2(1000),
    rec_sequence     number
    output is
    errorcode     errorheader               errordetails                         rec_sequence
    1          Year not as maximum count     The year 2012 not equal to 2011 the max count          7
    1          Year not as maximum count     The year 2010 not equal to 2011 the max count          9
    2          distinct years are          the distinct years are 2010,2011,2012               0
    also I have couple of other questions like
    How to find YR with maximum number of records ----- the answer should be 2011.
    How to find count of distinct years ---- the answer should be 3
    Please give me some guidence or help
    Thanks

    How to find year which is not equal to count with maximum year (2011) and insert into errorlog table
    How to find all distinct years Maybe following query gives you a start to identify the necessary information:
    SQL> with t as
    select '2011' yr, 'fn1' file_name,1 rec_seq from dual union all
    select '2011' yr, 'fn1' file_name,2 rec_seq from dual union all
    select '2011' yr, 'fn1' file_name,3 rec_seq from dual union all
    select '2011' yr, 'fn1' file_name,4 rec_seq from dual union all
    select '2011' yr, 'fn1' file_name,5 rec_seq from dual union all
    select '2011' yr, 'fn1' file_name,6 rec_seq from dual union all
    select '2012' yr, 'fn1' file_name,7 rec_seq from dual union all
    select '2011' yr, 'fn1' file_name,8 rec_seq from dual union all
    select '2010' yr, 'fn1' file_name,9 rec_seq from dual
    select max (yr) keep (dense_rank last order by cnt_yr) over () max_cnt_yr, /* gives you the year with the most entries */
           t.*  /* rest of table */
      from (select count (yr) over (partition by yr) cnt_yr,   /*  counts of a particular year ? */
                   count (distinct yr) over () cnt_distinct_yr,  /*  how many distinct years ? */
                   t.*
              from t) t
    MAX_CNT_YR          CNT_YR CNT_DISTINCT_YR YR   FILE_NAME         REC_SEQ
    2011                     1               3 2010 fn1                     9
    2011                     7               3 2011 fn1                     2
    2011                     7               3 2011 fn1                     3
    2011                     7               3 2011 fn1                     4
    2011                     7               3 2011 fn1                     6
    2011                     7               3 2011 fn1                     1
    2011                     7               3 2011 fn1                     5
    2011                     7               3 2011 fn1                     8
    2011                     1               3 2012 fn1                     7
    9 rows selected.

  • Need help about MS SQL Gate with Mess Code Data

    My Database is Oracle9i, and select * from nls_database_parameters with fellow table params
    PARAMETER VALUE
    1 NLS_CSMIG_SCHEMA_VERSION 3
    2 NLS_NCHAR_CHARACTERSET AL16UTF16
    3 NLS_LANGUAGE AMERICAN
    4 NLS_TERRITORY AMERICA
    5 NLS_CURRENCY $
    6 NLS_ISO_CURRENCY AMERICA
    7 NLS_NUMERIC_CHARACTERS .,
    8 NLS_CHARACTERSET UTF8
    9 NLS_CALENDAR GREGORIAN
    10 NLS_DATE_FORMAT DD-MON-RR
    11 NLS_DATE_LANGUAGE AMERICAN
    12 NLS_SORT BINARY
    13 NLS_TIME_FORMAT HH.MI.SSXFF AM
    14 NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    15 NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZH:TZM
    16 NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    17 NLS_DUAL_CURRENCY $
    18 NLS_COMP BINARY
    19 NLS_LENGTH_SEMANTICS BYTE
    20 NLS_NCHAR_CONV_EXCP FALSE
    21 NLS_RDBMS_VERSION 9.2.0.5.0
    22 NLS_SAVED_NCHAR_CS WE8ISO8859P1
    and confing access ms sql with oracle gate by ODBC, and the ms sql characterset with Chinese_PRC_CS_AI, Chinese_PRC_CS_AS.
    my pc NLS_LANG=AMERICAN_AMERICA.ZHS16GBK.
    when i query oracle database chinese data is ok, but when access the chinese data in ms sql will be ????(mess code data)?
    How can i confing to access mssql chinese data be normal format, pls ?
    Edited by: Rain.zhang on 2008-10-8 下午3:15

    hi llturro,
    Thanks for answering my question. I have tried out what you suggested, but I still can't fix my problem. The following are the messages that display when I try to run my servlet. It seems that the DataSource, Connection and Statement are ok, however when it comes to the ResultSet the error message appear. What's wrong with my ResultSet coding ?
    ResultSet rs = stat.executeQuery("SELECT ISBN FROM BOOKSINFO WHERE ISBN='"+primarykey+"'");
    setEntityContext Method
    Find by primary key
    DataSource OK
    Connection OK
    Primary Key = 013-00-675721-9
    Statement OK
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: Unknown Exception/Error thrown by EJB method.; nested exception is:
    java.lang.NullPointerException
    java.rmi.RemoteException: Unknown Exception/Error thrown by EJB method.; nested exception is:
    java.lang.NullPointerException
    java.lang.NullPointerException
    <<no stack trace available>>

  • Help!  What is wrong with my code, these rectangles won't draw!!!!!!!!!!!!!

    I get no errors compiling
    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    //<applet code="ShapePainter.class" width=500 height=500"></applet>
    public class ShapePainter extends JApplet implements ActionListener{
        pane g;
         //Shape Variables
         static public int squareWidth = 40;
         static public int squareHeight = 40;
         static public int squareStartX = 1;
         static public int squareStartY = 1;
         //Buttons
         JButton drawRects = new JButton("Draw Rectangle Background");
         JButton drawSquares = new JButton("Draw Square Background");
         public JButton black = new JButton("Black");
         JButton blue = new JButton("Blue");
         JButton cyan = new JButton("Cyan");
         JButton darkGray = new JButton("Dark Gray");
         JButton gray = new JButton("Gray");
         JButton green = new JButton("Green");
         JButton lightGray = new JButton("Light Gray");
         JButton magenta = new JButton("Magenta");
         JButton orange = new JButton("Orange");
         JButton pink = new JButton("Pink");
         JButton red = new JButton("Red");
         JButton white = new JButton("White");
         JButton yellow = new JButton("Yellow");
         JButton black2 = new JButton("Black");
         JButton blue2 = new JButton("Blue");
         JButton cyan2 = new JButton("Cyan");
         JButton darkGray2 = new JButton("Dark Gray");
         JButton gray2 = new JButton("Gray");
         JButton green2 = new JButton("Green");
         JButton lightGray2 = new JButton("Light Gray");
         JButton magenta2 = new JButton("Magenta");
         JButton orange2 = new JButton("Orange");
         JButton pink2 = new JButton("Pink");
         JButton red2 = new JButton("Red");
         JButton white2 = new JButton("White");
         JButton yellow2 = new JButton("Yellow");
         //Labels
         JLabel backGroundTypes = new JLabel("Back Ground Types:");
         JLabel colorOfBackgroundTypes = new JLabel("Color of BackgroundTypes:");
         JLabel colorOfBackground = new JLabel("Color of Background:");
         //intialize
         public void init(){
              Container contentPane = getContentPane();
              g = new pane();
              contentPane.add(g);
              //add components.
              g.add(backGroundTypes);
              g.add(drawRects);
              g.add(drawSquares);     
              g.add(colorOfBackgroundTypes);          
              g.add(black);
              g.add(blue);
              g.add(cyan);
              g.add(darkGray);
              g.add(gray);
              g.add(green);
              g.add(lightGray);
              g.add(magenta);
              g.add(orange);
              g.add(pink);
              g.add(red);
              g.add(white);
              g.add(yellow);
              g.add(colorOfBackground);
              g.add(black2);
              g.add(blue2);
              g.add(cyan2);
              g.add(darkGray2);
              g.add(gray2);
              g.add(green2);
              g.add(lightGray2);
              g.add(magenta2);
              g.add(orange2);
              g.add(pink2);
              g.add(red2);
              g.add(white2);
              g.add(yellow2);
              drawRects.addActionListener(this);
              drawSquares.addActionListener(this);
              black.addActionListener(this);
              blue.addActionListener(this);
              cyan.addActionListener(this);
              darkGray.addActionListener(this);
              gray.addActionListener(this);
              green.addActionListener(this);
              lightGray.addActionListener(this);
              magenta.addActionListener(this);
              orange.addActionListener(this);
              pink.addActionListener(this);
              red.addActionListener(this);
              white.addActionListener(this);
              yellow.addActionListener(this);
            //add ActionListeners
            black2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.black);
              blue2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.blue);
              cyan2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.cyan);
              darkGray2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.darkGray);
              gray2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.gray);
              green2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.green);
              lightGray2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.lightGray);
              magenta2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.magenta);
              orange2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.orange);
              pink2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.pink);
              red2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.red);
              white2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.white);
              yellow2.addActionListener(new ActionListener(){
                   public void actionPerformed(ActionEvent event){
                        g.setBackground(Color.yellow);
         public void actionPerformed(ActionEvent e){
              if(e.getSource() == drawRects) {
                   for(int i = 0; i < 20; i++){
                        class drawR{
                             public int rectWidth = 50;
                             public int rectHeight = 100;
                             public int rectStartX = 1;
                             public int rectStartY = 1;
                             public void paint(Graphics r){                         
                                  r.drawRect(rectStartX, 300, rectWidth, rectHeight);     
                                  rectStartX = rectStartX + 50;     
                                 rectStartY = rectStartY + 50;
         class pane extends JPanel{
              pane(){                  
                        

    think this is what you intended,
    public void actionPerformed(ActionEvent e){
          if(e.getSource() == drawRects) {
             class drawR{
                public int rectWidth = 50;
                public int rectHeight = 100;
                public int rectStartX = 1;
                public int rectStartY = 1;
                public void paint(Graphics r){                         
                   r.drawRect(rectStartX, 100, rectWidth, rectHeight);
                   rectStartX = rectStartX + 50;     
                   rectStartY = rectStartY + 50;
             drawR dr = new drawR();
             for(int i = 0; i < 20; i++){
                dr.paint( g.getGraphics() );
          }                    

  • Help Required For HF100 Used With FCE 4 ?

    No, it's not for me.
    A few days ago Tom Bigley tacked this question onto another HF100 thread but it seems to have gone unnoticed, so I am reprinting it here:-
    "Forgive me if I am going over old ground but I have just acquired a HF100 and want assurance I have understood the AVCHD/FCE relationship correctly.
    I must use High Quality XP at 12Mbps (1440 x 1080)
    I cannot use High Quality FXP (1920 x 1080)
    I cannot use Cine and 25Mbps or I get into interlacing complications
    I import using Easy SetUp set to Apple Intermediate Codec
    with the Use Tab set to HDV-Apple Intermediate Codec 1080i50
    Am I there or are there any other pitfalls I've overlooked?
    Tom."

    Hello Richy
    My first thought is, can't you just put the graphic elements in to the photo with your choice of editor?
    It looks like you are trying to position two yellowy-green lines in the page as well.  You could put one of those lines in to the image and one in the left panel as a background (I'm not absoulutely clear where they go but I think I've made a pretty good guess.)
    You could try adding a header div and using a slice of the image as a background and position your logo elements in that with float, margin, padding or whatever.
    Basically, you have a two column layout which is quite simple so there should be a solution.
    You could try putting the main image as a background image and position your graphic elements in the content panel (div)?
    If your main image is a background though, I think you might have a bit more difficulty with height so, you would have to perhaps use the left column content to determine height.
    These are just a few thoughts but given with the caveat of my novice status!  I've only just learned to tie my HTML shoe laces.
    Good luck
    Martin
    PS I remember a few years ago now, bing advised through these pages to only use absolutely positioned elements if you really have no other alternative and then if you do, to only use one!   Since then, I haven't ever used one.
    PPS I like your design very much but I am not sure about that bright yellow text?  The pink circle looks as though it should be crazy but it fits beautifully with your colour scheme.  That yellow hits off it a bit in my mind and jars a little.

  • Help required in ajp13 connector with  sun java system webserver7 - tomcat

    HI,
    I am trying to configure the tomcat ajp13 connector. It redirects perfectly and i can get the tomcat html page. But i am not able to access any jsp files.
    It says 404 always. Even i removed the html file, so i thought it will pickup index.jsp but it still says no html found.
    Any help on this would be appreciated.
    # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    # You can edit this file, but comments and formatting changes
    # might be lost when you use the administration GUI or CLI.
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="C:/Program Files/Oracle/WebServer7/lib/icons" name="es-internal"
    NameTrans fn="assign-name" from="/*" name="jknsapi"
    NameTrans fn="assign-name" from="/*.jsp/" name="jknsapi"
    NameTrans fn="assign-name" from="/servlet/*" name="jknsapi"
    PathCheck fn="uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index-j2ee"
    PathCheck fn="find-index" index-names="index.html,index.jsp,home.html"
    PathCheck fn=validate_session_policy
    ObjectType fn="type-j2ee"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="jknsapi">
    ObjectType fn="force-type" type="text/plain"
    Service fn="jk_service" method="*" worker="worker1"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    <Object ppath="*/dummypost/sunpostpreserve*">
    Service type=text/* method=(GET|POST) fn=append_post_data
    </Object>
    <Object ppath="*/UpdateAgentCacheServlet*">
    Service type=text/* method=(POST) fn=process_notification
    </Object>

    remove
    NameTrans fn="ntrans-j2ee" name="j2ee"

Maybe you are looking for

  • Insert file to oracle db by C shell script

    Hi, Could you pls help me how I can write script on C shell of Sun solaris to load data to Oracle database from text file with "," fields separator. Send me the samples script if can. Thanks you very much. Vu Tuan - Vietnam Mobile Telecom services co

  • Quicktime 7.6.4 error 43 saving file, why?

    I have Windows XP on a Dell PC. I upgraded to Quicktime Pro, and all was working fine saving video files until I upgraded to 7.6.4. Now I get the following message; "We've run into errors while trying to save this movie. The file was not saved on dis

  • Update Overwrote iTunes Library File

    After I ran the update (as prompted) yesterday, then continued to play music on my computer all day, today I find that iTunes is not seeing my music.  I do have my music in an alternate location on my pc, but this has never been a problem.  When I go

  • MutliPool

    Im trying to use Multi Pool. Here is my config. I got SQL Server 2000 running on machine A Another SQL Server 2000 running on Machine B. I have created 2 connection pool SQLPOOL jdbc:weblogic:mssqlserver4:weblogic@dbserv (pointing to one sql server i

  • PSE 8 and Layer sets

    I am working with Photoshop CS and Photoshop Elements 8. Does Photoshop Elements 8 support "Layer Sets" or does it force you to "flatten" the set like earlier version of PSE.