Issue 3800 in pharo: StaticForm can be removed

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

Issue 3800 in pharo: StaticForm can be removed

pharo
Status: Fixed
Owner: [hidden email]
Labels: Milestone-1.3

New issue 3800 by [hidden email]: StaticForm can be removed
http://code.google.com/p/pharo/issues/detail?id=3800

An optimization for Nebraska - a StaticForm does not change once created so  
it may be cached on the remote end.

one method.

isStatic

        ^true

and not invoked


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3800 in pharo: StaticForm can be removed

pharo

Comment #1 on issue 3800 by marianopeck: StaticForm can be removed
http://code.google.com/p/pharo/issues/detail?id=3800

and what are you gonna do with the users of StaticForm ? replace it by Form?


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3800 in pharo: StaticForm can be removed

pharo
Updates:
        Status: FixProposed

Comment #2 on issue 3800 by [hidden email]: StaticForm can be removed
http://code.google.com/p/pharo/issues/detail?id=3800

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3800 in pharo: StaticForm can be removed

pharo
Updates:
        Status: Started

Comment #3 on issue 3800 by [hidden email]: StaticForm can be removed
http://code.google.com/p/pharo/issues/detail?id=3800

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3800 in pharo: StaticForm can be removed

pharo
Updates:
        Status: FixProposed

Comment #4 on issue 3800 by [hidden email]: StaticForm can be removed
http://code.google.com/p/pharo/issues/detail?id=3800

fix attached.

please add Postscript:

HandMorph initialize.
SMxHandMorph initialize

Attachments:
        StaticForm.2.cs  1.1 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3800 in pharo: StaticForm can be removed

pharo
Updates:
        Status: Closed

Comment #5 on issue 3800 by [hidden email]: StaticForm can be removed
http://code.google.com/p/pharo/issues/detail?id=3800

in 14143