August 19, 201510 yr 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?
August 19, 201510 yr 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.
August 19, 201510 yr 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
Create an account or sign in to comment