1. Hello!

    I'm trying to set a backdrop. The edge is visible but the background is not displayed (I get plain white instead). I've checked the book to check the structure and the path to the picture but both seem to be OK.

    ``

    Participants:SetBackdrop({

    bgFile = "Interface\\CHATFRAME\\CHATFRAMEBACKGROUND",
    edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
    tile = true, tileSize = 16, edgeSize = 16,
    insets = { left = 3, right = 3, top = 5, bottom = 3 }
    

    });``

  2. It appears plain white because the file is a plain white 16x16 square.