Removes postInitialize

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

Removes postInitialize

Gwenaël Casaccio
Hi,

here is a new patch that *finally* removes postInitialize calls
it also makes the widget and compoments showed by default.

Cheers,
Gwen

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Removes postInitialize

Paolo Bonzini-2
Il 24/10/2013 03:55, Gwenaël Casaccio ha scritto:
> Hi,
>
> here is a new patch that *finally* removes postInitialize calls
> it also makes the widget and compoments showed by default.

ENOPATCH :)

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Removes postInitialize

Gwenaël Casaccio
On 24/10/2013 11:16, Paolo Bonzini wrote:
> Il 24/10/2013 03:55, Gwenaël Casaccio ha scritto:
>> Hi,
>>
>> here is a new patch that *finally* removes postInitialize calls
>> it also makes the widget and compoments showed by default.
> ENOPATCH :)
>
> Paolo
>

:)

So what was the issue with postInitialize, the widgets initialization
code was a mess, sometimes you've to call manually initialize sometimes
not, sometimes you've to do it with postInitialize sometimes not.
So the idea with the whole sets of patches is to rely only on initialize,
so as a first step I've called postInitialize in initialize and with
that patch
I remove those calls. Also I've added a call to showAll (should be
renamed show)
in widget initialization this is what I expect in 99% of the time and it
simplify
some widget creation when some sub-widgets needs to be hidden.

Gwen


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk