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)