We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello again
it seems gnustep doesn't support bindings with continuos updates (in xib files).
attached is a small sample, a window contains a text field and label, both bound to the value "text" of the shared user defaults controller.
the "enable continuos updates" in interface builder is checked for the binding.
in mac os x, as you type into the text field, the same text is also mirrored into the label (continuous update).
on gnustep nothing happens unless you hit enter.
this is especially a problem since users don't hit enter after entering something into text fields to apply the changes.
i have a workaround in place, when closing the preferences sheet:
[preferencesSheet makeFirstResponder:nil]; // deselect text field to trigger update on gnustep
https://savannah.gnu.org/bugs/?34751
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello again
it seems gnustep doesn't support bindings with continuos updates (in xib files).
attached is a small sample, a window contains a text field and label, both bound to the value "text" of the shared user defaults controller.
the "enable continuos updates" in interface builder is checked for the binding.
in mac os x, as you type into the text field, the same text is also mirrored into the label (continuous update).
on gnustep nothing happens unless you hit enter.
this is especially a problem since users don't hit enter after entering something into text fields to apply the changes.
i have a workaround in place, when closing the preferences sheet:
[preferencesSheet makeFirstResponder:nil]; // deselect text field to trigger update on gnustep
https://savannah.gnu.org/bugs/?34751
The text was updated successfully, but these errors were encountered: