From: Ralph T. <ra...@gm...> - 2006-06-22 19:57:32
|
Hi asl-devel, I have some simple UIs that make no use of guides (all of my controls with text have the same height and baseline, or aren't put next to each other). Is there any simple way to avoid doing all of the iteration over children that's required for guides? I'm wondering if there are any phases that can either be skipped completely (like the solve_up_...). I still want to be able to use guides in other UIs I have in the same app, so I don't want to totally hack the support out :). Ralph |