Chicken Wing Posted August 19, 2015 Share 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? Quote Link to comment Share on other sites More sharing options...
Flamezzz Posted August 19, 2015 Share 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. Quote Link to comment Share on other sites More sharing options...
Bobrocket Posted August 19, 2015 Share 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 Quote Link to comment Share on other sites More sharing options...