Lol - can't fault you for getting a little tart when you're answering the same question for the nth time

.
I've been messing around with the EnvelopContent script for a bit, and initially, did what I expected it to do, but I then ran into some positioning problems with the envelope widget, but I think I figured out why, but just wanted to post here, in case others run into the same problem.
ArenMook mentioned that "You can add padding to your table's cells by using invisible widgets " - initially, I thought I didn't need it since the table/grid allows you to define padding. But I suspect he specifically mentioned invisible widgets for padding because the EnvelopContent script does not take into account a table/grid's padding since it knows nothing about the grid/table, so even though the bounds calculated by the script is correct, the positioning of the envelope widget will be off by some factor proportional to the table/grid's offset amount.
In other words, if you're using EnvelopeContent to encapsulate the contents of a table/grid, you can't rely on the table/grid's padding; either add invisible widgets, or make your content widget larger to account for padding.