"Jochen Riekhof" <
[hidden email]> wrote in message
news:3d63cd0c@tobjects....
> Refactorings are way cool in DolphinXP, but I can't get extractMethod to
> work. I select a piece of code and select "Refactorings/Extract Method" in
> the context menu. A little dialog pops up with the required parameters and
a
> method selector to enter. The OK button is dimmed. Now, I enter a
selector,
> but the ok button does not become enabled?!
> What can I do?
Most likely your problem is that your selector doesn't have the required
number of arguments. You need to enter a selector with the same number of
arguments as is listed in the parameter list. If you enter too few or too
many, the button will be disabled.
John Brant