Skip to content
New issue

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

Bug with NSForms expanding to more Cells #37

Open
buzzdeee opened this issue Jul 28, 2024 · 0 comments
Open

Bug with NSForms expanding to more Cells #37

buzzdeee opened this issue Jul 28, 2024 · 0 comments

Comments

@buzzdeee
Copy link
Contributor

I tried to use a NSForm.
In Gorm I drag 'n drop the NSForm onto my window.

Then in its Attributes, I set the number of fields: 4
The NSForm expands to 4 NSFormCells. When I set the connections between the cells and my outlets,
I see the first 2 called: field1 (FormCell(0)) and field2 (FormCell(1)), but for the 3rd and 4th cell I see: field3 ((null)) and field4((null))

example code can be found here: https://github.com/buzzdeee/Test2

I'm using gorm-1.3.1, with otherwise latest gnustep make, base, gui, back releases.
Can't easily update Gorm, due to: #35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant