[ENH] Confirmation Dialogs

Bert Freudenberg bert at isgnw.CS.Uni-Magdeburg.De
Tue May 16 12:12:38 UTC 2000


On Tue, 16 May 2000, Russell Allen wrote:

> What it does is overload the #confirm: #inform: and #confirm:orCancel
> messages when sent to Morphs so that instead of a free-floating menu
> popping up near the hand a dialog pops up covering the morph.

I like it. Some comments though: 
- You should not be using ImageImports but the ScriptingSystem's form
  dictionary. This is the place were permanent forms live (radio
  buttons, halo icons, etc.) Maybe this should be moved to a more obvious
  place?
- It doesn't work well with bookmorphs. Try deleting a page ...
- Some places use "Menu confirm:" instead of "self confirm:". 
- It'd be nice if you'd send Base64 encoded attachments

-- Bert





More information about the Squeak-dev mailing list