Good evening to all,

I have widget A whose size and attributes depend on widget B. When a resize event occurs, A and B both resize, but A needs B to resize first so it can grab some relevant parameters. If, within A's resize event, I issue a resize event for B, then I'm afraid that B will end up with 2 resize events. Very inefficient.

Is there a way to make A's resize wait for B's resize to finish?

Cheers,
Math