Thread: 602 skill interface Fixed [PI/DSPK]

Page 3 of 13 FirstFirst 12345 ... LastLast
Results 21 to 30 of 128
  1. #21  
    Registered Member oledis's Avatar
    Join Date
    May 2010
    Posts
    563
    Thanks given
    22
    Thanks received
    40
    Rep Power
    10
    Code:
    client.java:6994: cannot find symbol
    symbol  : variable message
    location: class RSInterface
                            class9.message = "Please wait...";
                                  ^
    RSInterface.java:9: cannot find symbol
    symbol  : method addText(int,java.lang.String,int,boolean,boolean,int,TextDrawin
    gArea[],int)
    location: class RSInterface
                    addText(27203, "99", 0xFFFF00, false, true, -1, TDA, 0);
                    ^
    RSInterface.java:10: cannot find symbol
    symbol  : method addText(int,java.lang.String,int,boolean,boolean,int,TextDrawin
    gArea[],int)
    location: class RSInterface
                    addText(27204, "99", 0xFFFF00, false, true, -1, TDA, 0);
                    ^
    RSInterface.java:11: cannot find symbol
    symbol  : method addText(int,java.lang.String,int,boolean,boolean,int,TextDrawin
    gArea[],int)
    location: class RSInterface
                    addText(27205, "99", 0xFFFF00, false, true, -1, TDA, 0);
                    ^
    RSInterface.java:12: cannot find symbol
    symbol  : method addText(int,java.lang.String,int,boolean,boolean,int,TextDrawin
    gArea[],int)
    location: class RSInterface
                    addText(27206, "99", 0xFFFF00, false, true, -1, TDA, 0);
                    ^
    RSInterface.java:72: cannot find symbol
    symbol  : variable message
    location: class RSInterface
                    totalLevel.message = "@[email protected] level: %1";
                              ^
    RSInterface.java:73: cannot find symbol
    symbol  : variable textDrawingAreas
    location: class RSInterface
                    totalLevel.textDrawingAreas = fonts[2];
                              ^
    RSInterface.java:101: cannot find symbol
    symbol  : variable type
    location: class RSInterface
                    hover.type = 9;
                         ^
    RSInterface.java:102: cannot find symbol
    symbol  : variable message
    location: class RSInterface
                    hover.message = "TESTING!";
                         ^
    RSInterface.java:110: cannot find symbol
    symbol  : variable type
    location: class RSInterface
                    image.type = 5;
                         ^
    RSInterface.java:115: cannot find symbol
    symbol  : variable sprite1
    location: class RSInterface
                    image.sprite1 = getSprite(s);
                         ^
    RSInterface.java:122: cannot find symbol
    symbol  : variable type
    location: class RSInterface
                    text.type = 4;
                        ^
    RSInterface.java:126: cannot find symbol
    symbol  : variable textDrawingAreas
    location: class RSInterface
                    text.textDrawingAreas = fonts[0];
                        ^
    RSInterface.java:127: cannot find symbol
    symbol  : variable textShadow
    location: class RSInterface
                    text.textShadow = true;
                        ^
    RSInterface.java:128: cannot find symbol
    symbol  : variable centerText
    location: class RSInterface
                    text.centerText = true;
                        ^
    RSInterface.java:129: cannot find symbol
    symbol  : variable textColor
    location: class RSInterface
                    text.textColor = 16776960;
                        ^
    RSInterface.java:145: cannot find symbol
    symbol  : variable message
    location: class RSInterface
                    text.message = "%1";
                        ^
    RSInterface.java:163: cannot find symbol
    symbol  : variable type
    location: class RSInterface
                    button.type = 5;
                          ^
    RSInterface.java:168: cannot find symbol
    symbol  : variable sprite1
    location: class RSInterface
                    button.sprite1 = CustomSpriteLoader(33225, "");
                          ^
    RSInterface.java:169: cannot find symbol
    symbol  : variable sprite1
    location: class RSInterface
                    button.sprite1 = getSprite("Button");
                          ^
    RSInterface.java:182: cannot find symbol
    symbol  : variable textDrawingAreas
    location: class RSInterface
    fonts = textDrawingAreas;
            ^
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    21 errors
    Finished!
    Press any key to continue . . .
    Gives me 20 errors when i add the codes in RSInterface class.
    Reply With Quote  
     

  2. #22  
    Registered Member Market Banned Market Banned


    Join Date
    Feb 2010
    Age
    25
    Posts
    3,068
    Thanks given
    913
    Thanks received
    349
    Rep Power
    385
    Guys im fixing the hovering and ill help u do it for 5$
    Reply With Quote  
     

  3. #23  
    Extreme Donator


    Join Date
    May 2010
    Posts
    1,344
    Thanks given
    961
    Thanks received
    132
    Rep Power
    216
    sprites please ?
    Reply With Quote  
     

  4. #24  
    Registered Member Market Banned Market Banned


    Join Date
    Feb 2010
    Age
    25
    Posts
    3,068
    Thanks given
    913
    Thanks received
    349
    Rep Power
    385
    added them
    Reply With Quote  
     

  5. #25  
    Extreme Donator


    Join Date
    May 2010
    Posts
    1,344
    Thanks given
    961
    Thanks received
    132
    Rep Power
    216
    Quote Originally Posted by ProjectX View Post
    Guys im fixing the hovering and ill help u do it for 5$
    don't post then
    Reply With Quote  
     

  6. #26  
    Registered Member Arth's Avatar
    Join Date
    May 2011
    Posts
    753
    Thanks given
    29
    Thanks received
    39
    Rep Power
    9
    No errors No Changes to My Tabs WhY?
    Reply With Quote  
     

  7. #27  
    Extreme Donator


    Join Date
    May 2010
    Posts
    1,344
    Thanks given
    961
    Thanks received
    132
    Rep Power
    216
    dude released b4:
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  8. #28  
    Registered Member Market Banned Market Banned


    Join Date
    Feb 2010
    Age
    25
    Posts
    3,068
    Thanks given
    913
    Thanks received
    349
    Rep Power
    385
    Yea but i fixed it
    Reply With Quote  
     

  9. #29  
    Registered Member

    Join Date
    May 2011
    Age
    27
    Posts
    1,765
    Thanks given
    379
    Thanks received
    514
    Rep Power
    222
    class9.disabledText = setMessage(j);

    Hmm having an error with this line, I added disabledText has a public int but its still not reading it as a variable.
    Reply With Quote  
     

  10. #30  
    Registered Member Arth's Avatar
    Join Date
    May 2011
    Posts
    753
    Thanks given
    29
    Thanks received
    39
    Rep Power
    9
    Quote Originally Posted by :Taco: View Post
    class9.disabledText = setMessage(j);

    Hmm having an error with this line, I added disabledText has a public int but its still not reading it as a variable.
    Change it to this

    class9.message = setMessage(j);
    Reply With Quote  
     

  11. Thankful user:


Page 3 of 13 FirstFirst 12345 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PI/DSPK] New 602 Skill tab
    By Eyfia in forum Show-off
    Replies: 29
    Last Post: 07-22-2011, 11:18 PM
  2. [DSPK] hitting 0's (PAY WHEN FIXED)
    By Benes in forum Help
    Replies: 15
    Last Post: 04-06-2011, 02:33 AM
  3. Replies: 10
    Last Post: 02-26-2011, 02:20 PM
  4. Replies: 4
    Last Post: 06-09-2010, 01:26 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •