Hi everyone, Nobody mentioned Polymorphic. My understanding is that both Spec and Polymorph are built on top of Morphic. I only looked at code example and brief tutorial for both of them, but it seemed to me that Polymorph was easier to grasp: it's quite obivous in the code where and how the widgets are built. I have trouble understanding how the job is done in Spec. On the other hand, Spec seems to have a lot of users in this mailling list.
To sum up this thread with many different options proposed, what would be the right path for a newbie like me ? Thanks in advance ! 2013/11/6 François Stephany <[email protected]> > Great, thanks for sharing =) > > > On Wed, Nov 6, 2013 at 12:22 PM, Esteban Lorenzano <[email protected]>wrote: > >> this is old stuff (from before I came to RMoD team)... but well, is >> something like this: >> >> - a client-server app, connecting to a centralized mongodb (in fact, I >> developed the first version of Voyage for this app). >> - Glamour + Magritte + my own extensions to magritte and glamour. There >> is no Spec (The project is in Pharo 1.4), and most of the changes I made at >> the time to glamour were integrated. >> - Libharu (http://www.squeaksource.com/HPDF.html) to export to PDF, with >> a Magritte extension to produce the reports. >> >> the cool thing is that even if I developed many frameworks to help me in >> the task, I tool 15 days to have first version working and 1 month to >> finish it :) >> >> cheers, >> Esteban >> >> >> On Wed, Nov 6, 2013 at 6:35 AM, François Stephany < >> [email protected]> wrote: >> >>> That looks cool! >>> >>> Did you embed a MongoDB instance in the application package? Or the >>> application is connecting to a remote MongoDB? >>> Is it full Glamour or did you have to use Spec/Morph manually at some >>> point? >>> >>> >>> Sorry to bother you, I'm just getting curious ;) >>> >>> >>> On Tue, Nov 5, 2013 at 1:43 PM, Esteban Lorenzano >>> <[email protected]>wrote: >>> >>>> I also have used Glamour+Magritte with success (but certainly some >>>> work), as you can see here: >>>> >>>> http://smallworks.eu/web/projects/lawsuitTracker >>>> >>>> >>>> On Tue, Nov 5, 2013 at 7:13 AM, [email protected] >>>> <[email protected]>wrote: >>>> >>>>> Here: >>>>> >>>>> http://www.smalltalkhub.com/#!/~Magritte/Magritte3/packages/Magritte-Morph >>>>> >>>>> Ah Fossil, good thing. Sqlite creator's all in one DVCS. >>>>> >>>>> It is what is used for another language I like: Tcl. >>>>> http://www2.tcl.tk/36711 >>>>> >>>>> Phil >>>>> >>>>> >>>>> >>>>> >>>>> On Tue, Nov 5, 2013 at 10:18 AM, Bahman Movaqar <[email protected]>wrote: >>>>> >>>>>> On 11/05/2013 11:46, [email protected] wrote: >>>>>> > >>>>>> > If you want to do a business application, well, I'd use Seaside and >>>>>> a >>>>>> > web based UI. (that's the current conclusion for my own ongoing >>>>>> > development) >>>>>> >>>>>> Of course. However this is not a business application. It's a >>>>>> front-end to a DVCS named Fossil. >>>>>> >>>>>> > >>>>>> > Otherwise, Spec (which is in a state of flux), or Morphic (which is >>>>>> > not covering all you may need in an application). >>>>>> > >>>>>> > You can also follow the work of Sean De Nigris who is trying to get >>>>>> a >>>>>> > Magritte Morphic working. >>>>>> > >>>>>> >>>>>> Where can I follow his work? >>>>>> >>>>>> > >>>>>> > >>>>>> > >>>>>> > On Tue, Nov 5, 2013 at 8:36 AM, Alain Busser < >>>>>> [email protected] >>>>>> > <mailto:[email protected]>> wrote: >>>>>> > >>>>>> > Hi, >>>>>> > >>>>>> > as I have a similar need, I guess what you are aiming at is a >>>>>> > tutorial for absolute beginners in Spec, so the question is more >>>>>> > "where could we find such a tutorial?". And of course I will >>>>>> read >>>>>> > it carefully if there exists one ;-) >>>>>> > >>>>>> > Alain >>>>>> > >>>>>> > >>>>>> > On Tue, Nov 5, 2013 at 9:07 AM, Bahman Movaqar < >>>>>> [email protected] >>>>>> > <mailto:[email protected]>> wrote: >>>>>> > >>>>>> > Hi all, >>>>>> > >>>>>> > I need to build a typical GUI application (menus, buttons, >>>>>> modal >>>>>> > dialogs, ...). I'd appreciate if you could point me to >>>>>> where >>>>>> > should I >>>>>> > start and what are the choices for a UI framework in Pharo? >>>>>> > >>>>>> >>>>>> >>>>>> -- >>>>>> Bahman Movaqar (http://BahmanM.com) >>>>>> >>>>>> ERP Evaluation, Implementation & Deployment Consultant >>>>>> PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com) >>>>>> >>>>>> >>>>>> >>>>> >>>> >>> >> >
