Chicken Wing Posted August 19, 2015 Posted August 19, 2015 Hey, I'm trying to use the widget debugger with the widget debug mode. When I hover over the widgets, 6 numbers appear, but what do the numbers mean?
Flamezzz Posted August 19, 2015 Posted August 19, 2015 You match the rectangle color with the numbers in that specific color, the first number is the parent widget ID, second is child widget ID etc. You would then use widgets.get(parentID, childID) to access it.
Bobrocket Posted August 19, 2015 Posted August 19, 2015 The colour of the numbers represent which box on the screen they refer to. The numbers are in the order parent, child, grandchild (in descending order; parent at top, grandchild at bottom). If it has a value of "-", it means there is no value 1