[Pharo-project] Pharo tips
I open it in pharo I see that I have SystemWindowButton class missing. What steps should I follow to port that from Squeak?
Replace SystemWindowButton with IconicButton and it works in Pharo too (with old icons).But you can exchange the graphics with own methods returning a Form instance. Bye T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
Or (in Pharo only) use MultistateButtonMorph. Regards, Gary ----- Original Message ----- From: "Torsten Bergmann" <astares@gmx.de> To: <pharo-project@lists.gforge.inria.fr> Sent: Friday, May 14, 2010 7:42 AM Subject: [Pharo-project] Pharo tips
I open it in pharo I see that I have SystemWindowButton class missing. What steps should I follow to port that from Squeak?
Replace SystemWindowButton with IconicButton and it works in Pharo too (with old icons).But you can exchange the graphics with own methods returning a Form instance.
Bye T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Gary Chambers -
Torsten Bergmann