[DiscordArchive] why not just download the 8.3.7 client from them and get it?
[DiscordArchive] why not just download the 8.3.7 client from them and get it?
Archived author: Zarkeven • Posted: 2023-03-05T17:28:32.703000+00:00
Original source
why not just download the 8.3.7 client from them and get it?
Archived author: molim te • Posted: 2023-03-05T17:40:34.107000+00:00
Original source
Why in the hell my scrollframe/scrollbar are not showing?
```
MainFrame.ScrollFrame = CreateFrame("ScrollFrame", "MainFrameScrollFrame", MainFrame, "UIPanelScrollFrameTemplate")
local ScrollFrame = MainFrame.ScrollFrame
ScrollFrame:SetSize(MainFrame:GetWidth(), MainFrame:GetHeight())
ScrollFrame:SetPoint("TOPLEFT", MainFrameDialogBg, "TOPLEFT")
ScrollFrame:SetPoint("BOTTOMRIGHT", MainFrameDialogBg, "BOTTOMRIGHT")
--Child Frame
ScrollFrame.ChildFrame = CreateFrame("Frame", "ScrollFrameChildFrame", ScrollFrame)
local child = ScrollFrame.ChildFrame
child:SetSize(ScrollFrame:GetWidth() - 5, ScrollFrame:GetHeight() + 100)
ScrollFrame:SetScrollChild(child)
```
When I use IsShown() and IsVisible() it returns true... and I still can't see it in game (MoP client)