Hi, last year I made this very simple CalendarMorph for Etoys (find attached). I just tested it in Pharo 1.3 and it works (except for the text alignment) so maybe you can find it useful as a starting point or something. Cheers, Richo On Fri, Sep 23, 2011 at 5:55 PM, Edgar J. De Cleene <edgardec2005@gmail.com>wrote:
On 9/23/11 9:47 AM, "Esteban Lorenzano" <estebanlm@gmail.com> wrote:
Hi, I have a customer who are asking me for a very small app... but a desktop app, not the usual web app I'm more used to do... and of course, I'm doing it with pharo! So far... this is working really well... much easier as I supposed it would be :) I'm using glamour, magritte, keybindings, hpdf, mongodb... and small tweaks by my self to make it work as expected, but not so much.
(btw... I want to say that a couple of years ago, this wont be an option at all... this is due to the great effort the pharo community is doing, and I'm really proud of it. Thank you guys!)
well... now... I need some morphs a regular management application usually needs:
1) NumberInputFieldMorph (A child of TextMorph or PluggableTextMorph who allows different kind of numbers -> this is easy to do, but better if it is already somewhere)
http://wiki.squeak.org/squeak/5906 "How to do a Calculator using pure Morphic"
Hope this help
2) DateInputFieldMorph (a morph with a "date picker" -> this is harder, because I have very limited knowledge about morphic) 3) I'm sure there are others I didn't needed yet, but there are needed in this kind of applications
so... does someone has this kind of morphs somewhere? I would really appreciate it, because you know... it is doable, but time is tyrant and better if I can reuse someones work ;)
cheers, Esteban
And see
https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/ designer
Sure some ideas was useful.
Edgar