Forums WoW Modding Support Archives WoWModding Support Archives [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?

[DiscordArchive] why not just download the 8.3.7 client from them and get it?

rektbyfaith
Administrator
0
03-05-2023, 05:28 PM
#1
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?
rektbyfaith
03-05-2023, 05:28 PM #1

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?

rektbyfaith
Administrator
0
03-05-2023, 05:40 PM
#2
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)
rektbyfaith
03-05-2023, 05:40 PM #2

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)

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)