--- In [email protected], shaun <[EMAIL PROTECTED]> wrote: > > Amy wrote: > > A is the label, whereas a is the ID. The code hinting works, so I > > have no reason to suspect I've gotten that bit wrong. > > Ahh.. sorry my mistake. :) > > Well, from the original error message you provided it looked like your > button was null.. I imagine the easiest way would be to use the debugger > to inspect whats going on. >
I haven't been able to figure it out. It looks like the style change logic runs, but then when the change of style gets broadcast, that is when the errors start. Unfortunately, it is really laborious running the debugger through all of Adobe's code to figure out what specifically is going on when things break. Is there a way to set break points in their base code so you can skip over stuff you've already verified isn't throwing any errors? -Amy

