BuildingApplicationWithSpec2 icon indicating copy to clipboard operation
BuildingApplicationWithSpec2 copied to clipboard

Add documentation on blocked dialog

Open jecisc opened this issue 1 year ago • 2 comments

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.

jecisc avatar May 24 '24 11:05 jecisc

TODO: Add in the managing window a paragraph

Ducasse avatar Jun 28 '24 09:06 Ducasse

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

Ducasse avatar Jun 28 '24 09:06 Ducasse