View Single Post
04/27/21, 12:36 AM   #7
Mipps
Join Date: Sep 2020
Posts: 10
I tried to recreate the example from sirinsidiator but can't get the label to show up ingame

following adjustments have been made:

in EntryFactory:
- local container = GuiRoot:CreateControl(name, CT_CONTROL)
- labelA:SetText("this is the label")

after creating new object:
- entry:SetHidden(false)
entry:SetAnchor(CENTER, parentControl, CENTER,0, 0 )

could some one point me into a direction?
  Reply With Quote