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
Run DemoInput. Notice that when the grid is created, WC sets the Size to [400,360]
{"WC":{"ID":"F1.GRID","Properties":{"CellWidths":[100,100,50],"ColTitles":["Value/State","Text","Last"],"Posn":[320,10],"RowTitles":["Text","Numeric","Date 1","Date 2","Password 1","Password 2","Combo","Checkbox","Radio 1","Radio 2"],"Size":[400,360],"TitleWidth":100,"Type":"Grid"}}}
After that, WS sets it to [400,600] - but the size of the Grid does not change:
{"WS":{"ID":"F1.GRID","Properties":{"Size":[400,600]}}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run DemoInput. Notice that when the grid is created, WC sets the Size to [400,360]
{"WC":{"ID":"F1.GRID","Properties":{"CellWidths":[100,100,50],"ColTitles":["Value/State","Text","Last"],"Posn":[320,10],"RowTitles":["Text","Numeric","Date 1","Date 2","Password 1","Password 2","Combo","Checkbox","Radio 1","Radio 2"],"Size":[400,360],"TitleWidth":100,"Type":"Grid"}}}
After that, WS sets it to [400,600] - but the size of the Grid does not change:
{"WS":{"ID":"F1.GRID","Properties":{"Size":[400,600]}}}
The text was updated successfully, but these errors were encountered: