Issue 4646 in pharo: Provide better Class Selection Widget

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

Issue 4646 in pharo: Provide better Class Selection Widget

pharo
Status: New
Owner: ----

New issue 4646 by [hidden email]: Provide better Class Selection  
Widget
http://code.google.com/p/pharo/issues/detail?id=4646

I created a class widget much like the old OB one, with live update and  
selection...


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4646 in pharo: Provide better Class Selection Widget

pharo
Updates:
        Labels: Milestone-1.4

Comment #1 on issue 4646 by [hidden email]: Provide better Class  
Selection Widget
http://code.google.com/p/pharo/issues/detail?id=4646

Yes but where it is?



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4646 in pharo: Provide better Class Selection Widget

pharo

Comment #2 on issue 4646 by [hidden email]: Provide better Class  
Selection Widget
http://code.google.com/p/pharo/issues/detail?id=4646

will be committed once the SS migration is done


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4646 in pharo: Provide better Class Selection Widget

pharo

Comment #3 on issue 4646 by [hidden email]: Provide better Class  
Selection Widget
http://code.google.com/p/pharo/issues/detail?id=4646

SLICE-Issue-4646--Provide-better-Class-Selection-Widget-CamilloBruni.3
in the new inbox


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4646 in pharo: Provide better Class Selection Widget

pharo
Updates:
        Status: FixProposed

Comment #4 on issue 4646 by [hidden email]: Provide better Class  
Selection Widget
http://code.google.com/p/pharo/issues/detail?id=4646

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4646 in pharo: Provide better Class Selection Widget

pharo
Updates:
        Status: Closed

Comment #5 on issue 4646 by [hidden email]: Provide better Class  
Selection Widget
http://code.google.com/p/pharo/issues/detail?id=4646

in 14112
Thanks camillo, you should show me how you use it.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4646 in pharo: Provide better Class Selection Widget

pharo
Updates:
        Status: Started

Comment #6 on issue 4646 by [hidden email]: Provide better Class  
Selection Widget
http://code.google.com/p/pharo/issues/detail?id=4646

Camillo I get a DNU when I want to a repository

newContentMorph
        |pluggableTextMorph|
        pluggableTextMorph := super newContentMorph.
        pluggableTextMorph
                autoAccept: false;
                askBeforeDiscardingEdits: false;
                setProperty: #wantsFrameAdornments toValue: false;
                changedAction: [:aString| self contentChanged: aString asString];
                eventHandler: self.
        ^ pluggableTextMorph


changedAction: is not defined.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4646 in pharo: Provide better Class Selection Widget

pharo

Comment #7 on issue 4646 by [hidden email]: Provide better Class  
Selection Widget
http://code.google.com/p/pharo/issues/detail?id=4646

grml�
I must have changed that� will check it an commit a new slice.

cami

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4646 in pharo: Provide better Class Selection Widget

pharo
Updates:
        Status: Closed

Comment #8 on issue 4646 by [hidden email]: Provide better Class  
Selection Widget
http://code.google.com/p/pharo/issues/detail?id=4646

in 14120


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker