Removing default OK/CANCEL buttons from PluggableDialogWindow
Hi ! I am using PluggableDialogWindow to display search results for my first Pharo application namely sQuick (github.com/jig08/sQuick_new). I wish to remove the default OK/CANCEL buttons.
Re: Removing default OK/CANCEL buttons from PluggableDialogWindow
Ok/Cancel buttons are intrinsic to Dialog window. Without them it's hardly a dialog.
So why not use StandardWindow instead?
Peter
On Sun, Aug 16, 2015 at 11:39 AM, Jigyasa Grover <[hidden email]> wrote:
Hi ! I am using PluggableDialogWindow to display search results for my first Pharo application namely sQuick (github.com/jig08/sQuick_new). I wish to remove the default OK/CANCEL buttons.
Re: Removing default OK/CANCEL buttons from PluggableDialogWindow
I agree. OK/Cancel buttons are usually the reason why you want to choose a DialogWindow.
Franck
Date: Sun, 16 Aug 2015 14:52:27 +0200 From: [hidden email] To: [hidden email] Subject: Re: [Pharo-users] Removing default OK/CANCEL buttons from PluggableDialogWindow
Ok/Cancel buttons are intrinsic to Dialog window. Without them it's hardly a dialog.
So why not use StandardWindow instead?
Peter
On Sun, Aug 16, 2015 at 11:39 AM, Jigyasa Grover <[hidden email]> wrote:
Hi ! I am using PluggableDialogWindow to display search results for my first Pharo application namely sQuick (github.com/jig08/sQuick_new). I wish to remove the default OK/CANCEL buttons.