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

SpDropListPresenter whenSelectedItemChangedDo: DNU in Gtk #4

Open
pavel-krivanek opened this issue Mar 11, 2021 · 0 comments
Open

SpDropListPresenter whenSelectedItemChangedDo: DNU in Gtk #4

pavel-krivanek opened this issue Mar 11, 2021 · 0 comments

Comments

@pavel-krivanek
Copy link
Contributor

"this works"
app := SpApplication new.
app useBackend: #Morphic.
select := SpDropListPresenter newApplication: app.
select 
	items: SpPresenter allSubclasses;
	whenSelectedItemChangedDo: [ :aClass | aClass inspect ].
select openWithSpec.

"this not"	
app := SpApplication new.
app useBackend: #Gtk.
select := SpDropListPresenter newApplication: app.
select 
	items: SpPresenter allSubclasses;
	whenSelectedItemChangedDo: [ :aClass | aClass inspect ].
select openWithSpec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant