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
User: features Screen: Contacts (DB)
Press button:
and item: Breitenänderung.
The column width of Firstname should be changed, because of following code:
if (currentWidth != 300) { rdbContacts.getRowDefinition().getColumnDefinition("FIRSTNAME").setWidth(300); } else { rdbContacts.getRowDefinition().getColumnDefinition("FIRSTNAME").setWidth(50); } rdbContacts.reload();
but nothing happens.
The text was updated successfully, but these errors were encountered:
The width in the changeColumns triggers an update now. The width seems to be applied wrong though which I'll look into next.
Sorry, something went wrong.
gimmixAT
No branches or pull requests
User: features
Screen: Contacts (DB)
Press button:
and item: Breitenänderung.
The column width of Firstname should be changed, because of following code:
but nothing happens.
The text was updated successfully, but these errors were encountered: