Hi all,
I'm having some confusing interface issues. I have a nib with four tables,
in two sets of split views. In the two right tables, I get the proper order
of the following handlers:
- should selection change
- should select row
- selection changed
- clicked
However, in the left two tables, the first two of the four get called, and
then you have to click a second time to get the last two to call. There
seems to be some kind of interruption in the responder, because if between
these two clicks you try to do anything else, you also have to do it twice.
In other words, if I click once in one of the left tables, and then select
"Quit" from the menu, it won't respond until I select "Quit" again.
I have narrowed it down to simple timing... In my "should selection change"
I examine for any changes to the record and register the changes. When I
cleaned up the code a little, the first five records would respond properly.
I tightened up as much as I could, and now the first eight respond properly.
Has anyone seen this kind of thing before? Is there anything I can do about
it?
Incidentally, a total side note: I am having refresh problems in Tiger, and
especially in Xcode. When I compile any changes, I have to scroll the text
off the screen and then back again for it to appear in the styled text
format. Also, I can't get the auto-complete function to work anymore. Has
anyone else seen this behavior? Know any fixes? I have a Dual G4/1.25
FW800 with retail Radeon 9800 video card.
I don't know if it's related, but it seems since updating to Xcode 2.1 I
can't change menu item titles or menu item state I my app any more, at least
in one menu that also has an "update menu item" handler.
I hate bugs.
Thanks,
Graham Jones.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-studio mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-studio/email@hidden
This email sent to email@hidden