#Width is nill in regionData.region
11 messages · Page 1 of 1 (latest)
Where and why?
I am trying to make a multi row dynamic group
I start by looping throug the active regions
for i, regionData in ipairs(activeRegions) do
I then set the regionData.region to a var.
local region = regionData.region
I then try to update the region width and height
region:SetRegionWidth(currentWidth)
region:SetRegionHeight(currentHeight)
This is the error:
Line 66 is the region:SetRegionWidth(currentWidth)
That means you mess something up, without code there is nothing anyone can do
Also think about just not using code and instead use the grid view
Because multirow dynamic groups are a thing
So i can do multi row dynamic groups without code?
Yes
Is there somewhere I can see how?