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

Add documentation on blocked dialog #101

Open
jecisc opened this issue May 24, 2024 · 2 comments
Open

Add documentation on blocked dialog #101

jecisc opened this issue May 24, 2024 · 2 comments

Comments

@jecisc
Copy link
Member

jecisc commented May 24, 2024

Today I needed to open a dialog that do not bloc the Pharo UI but that block the execution of the method invoking the presenter.

I found that you can use #openBlockedDialog for this. Could be nice to document it.

My usecase: I'm building a presenter to ask for a protocol name and I want a method to open the presenter and return the protocol name selected when we click on Ok.

@Ducasse
Copy link
Member

Ducasse commented Jun 28, 2024

TODO: Add in the managing window a paragraph

@Ducasse
Copy link
Member

Ducasse commented Jun 28, 2024

We can get inspiration from requestProtocolNameConfiguring: aBlock
With returning a value to show the case.

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

2 participants