Removing default OK/CANCEL buttons from PluggableDialogWindow

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Removing default OK/CANCEL buttons from PluggableDialogWindow

Jigyasa Grover
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.

Help appreciated :)

Thanks
Jigyasa
Reply | Threaded
Open this post in threaded view
|

Re: Removing default OK/CANCEL buttons from PluggableDialogWindow

Peter Uhnak
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.

Help appreciated :)

Thanks
Jigyasa

Reply | Threaded
Open this post in threaded view
|

Re: Removing default OK/CANCEL buttons from PluggableDialogWindow

Franck Warlouzet
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.

Help appreciated :)

Thanks
Jigyasa