2010/5/14 Mariano Martinez Peck <marianopeck@gmail.com>
Javier, if people agree we can include it in PharoDev 1.1. Maybe not right now, but once it is stable and with several tips...
what do you think ?
Of course! I'd be glad of that. Did I say anyone with any tips is welcome??
Another idea: those tips are cool to read them there, but also would be cool to have such tricks in http://book.pharo-project.org/
So...what about a way of parsing and autogenerting tricks from an URL of the book ? Or vice-versa, from trips in your app, generate the Pier sintax for the book ;)
Cool, I'll have a look at pier syntax then.
Cheers
Mariano
Regards, Javier.
2010/5/14 Javier Pimás <elpochodelagente@gmail.com>
Nice!!! That looks wonderful, you just got a write permission in
squeaksource ;) Could you please commit these changes?
Is there a standard code to distinguish pharo from squeak, so we can detect which morphs we should use for buttons??
Regards, Javier.
2010/5/14 Torsten Bergmann <astares@gmx.de>
File in the attached #initialize method after loading http://www.squeaksource.com/PharoTips/PharoTips-Pocho.1.mcz
Run
PharoTipsMorph show
Then you have: - a working Pharo version by using "IconicButton" - better back/forward icons - the text non-editable when you click on it - a different color according to Polymorph look (the old yellow color remind too much on the annoying web page security bar from Internet explorer)
If we use it in a dev-image we should consider placing the logo at another location:
|logo| logo := World submorphs detect: [:each | each isKindOf: ImageMorph]. logo bounds: (4@34 corner: 379@169)
See attached screenshot.
One thing that still strikes me is that it does not resize when the outside native window is resized - which is hard to do since there is not yet an event from the VM for that. (see [1])
Bye T.
[1] http://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg21761.htm...
-- 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
-- Javier Pimás Ciudad de Buenos Aires
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Javier Pimás Ciudad de Buenos Aires