Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

[Lua Error] Attempt to index field 'scrollFrame' #4

@n-jones0

Description

@n-jones0

Getting the following Lua error:

Message: [string "OnlineFrameSlider:OnValueChanged"]:1: attempt to index field 'scrollFrame' (a nil value)
Time: 10/13/24 21:43:34
Count: 1
Stack: [string "*:OnValueChanged"]:1: in function <[string "*:OnValueChanged"]:1>

Locals: self = OnlineFrameSlider {
 0 = <userdata>
}
value = 0
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'scrollFrame' (a nil value)"

The error seems to be in OnlineFrame.xml, line 249:

			<Scripts>
				<OnLoad>
					OnlineFrame.slider = self;
				</OnLoad>
				<OnValueChanged>
					OnlineFrame.scrollFrame:SetVerticalScroll(self:GetValue());
				</OnValueChanged>
			</Scripts>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions