Thread: Black Bar

Results 1 to 4 of 4
  1. #1 Black Bar 

    → Cheap Animated Banners ←



    Zexillium's Avatar
    Join Date
    Dec 2011
    Posts
    2,780
    Thanks given
    1,174
    Thanks received
    1,155
    Rep Power
    3284
    For some reason there is a black bar at the top of the client (above image, under client tab) and I have no idea what causes it. Any tips?
    This is all fullscreen interfaces btw

    Attached image

    Widget
    Code:
    public static Widget addFullscreenInterface(int id) {
            Widget tab = interfaceCache[id] = new Widget();
            tab.id = id;// 250
            tab.parent = id;// 236
            tab.type = 0;// 262
            tab.optionType = 0;// 217
            tab.contentType = 0;
            tab.width = Client.frameWidth;// 220
            tab.height = Client.frameHeight;// 267
            tab.opacity = (byte) 0;
            tab.hoverType = -1;// Int 230
            return tab;
        }
    Client
    Code:
    if (openInterfaceID != -1) {
                            Widget rsInterface_1 = Widget.interfaceCache[openInterfaceID];
                            if (rsInterface_1.width == 512 && rsInterface_1.height == 334
                                    && rsInterface_1.type == 0) {
                                rsInterface_1.width = frameWidth;
                                rsInterface_1.height = frameHeight;
                            }
                            try {
                                drawInterface(0, 0, rsInterface_1, 8);
                            } catch (Exception ex) {
    
                            }
                        }
                        Widget rsInterface = Widget.interfaceCache[fullscreenInterfaceID];
                        if (rsInterface.width == 512 && rsInterface.height == 334
                                && rsInterface.type == 0) {
                            rsInterface.width = frameWidth;
                            rsInterface.height = frameHeight;
                        }
    New Discord is 'zexillium'
    ↓ PROUD SUPPORTER OF ↓

    Attached image

    --> See My Animated Banner Shop <--
    Reply With Quote  
     

  2. #2  
    Registered Member
    rebecca's Avatar
    Join Date
    Aug 2017
    Posts
    1,071
    Thanks given
    862
    Thanks received
    915
    Rep Power
    5000
    probs the edge of the raster, if you are trying to make a fullscreen interface you need to change the offsets provided to the drawing area
    Code:
    drawInterface(0, 0, rsInterface_1, 8);
    this part, but youll need to redo clicking
    Reply With Quote  
     

  3. #3  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    rasterizer or wrong boundaries on the image producer
    [Today 01:29 AM] RSTrials: Nice 0.97 Win/Loss Ratio luke. That's pretty bad.
    [Today 01:30 AM] Luke132: Ok u fucking moron i forgot i could influence misc.random
    Reply With Quote  
     

  4. Thankful users:


  5. #4  

    → Cheap Animated Banners ←



    Zexillium's Avatar
    Join Date
    Dec 2011
    Posts
    2,780
    Thanks given
    1,174
    Thanks received
    1,155
    Rep Power
    3284
    Ok, I managed to fix that but there is another issue. At fullscreen interfaces (Only), anything that has a model is showing behind the interface
    but as u can see its the last thing on the child so should show infront of it all. Why does it do this?
    Attached image
    Attached image
    New Discord is 'zexillium'
    ↓ PROUD SUPPORTER OF ↓

    Attached image

    --> See My Animated Banner Shop <--
    Reply With Quote  
     


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. Replies: 0
    Last Post: 04-27-2018, 04:49 PM
  2. Replies: 8
    Last Post: 03-31-2016, 04:41 AM
  3. Black bars when minimizing client
    By Nighel in forum Help
    Replies: 3
    Last Post: 12-06-2015, 06:06 PM
  4. Replies: 1
    Last Post: 07-19-2015, 04:19 AM
  5. Runescape black bars...
    By sIlly gOOse in forum Chat
    Replies: 3
    Last Post: 03-19-2015, 02:08 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
  •