Re: [Pharo-users] Learning GT - Glamorous Toolkit

2015-09-24 Thread Damien Cassou
Jimmie Houchin writes: > Any advise on documentation or best way to proceed in learning GT > greatly appreciated. you may want to read (buy?) Deep into Pharo which contains a chapter on Glamour: http://rmod.lille.inria.fr/deepIntoPharo/ -- Damien Cassou http://damiencassou.seasidehosting.st

Re: [Pharo-users] [Moose-dev] Learning GT - Glamorous Toolkit

2015-09-24 Thread Jimmie Houchin
Hello Johan, Thanks for the information. That looks exactly what I was looking for. I see that this is current for Pharo 4.x. Is this also the default UI builder in 5.x? I am in the middle of the video right. It has been very helpful. I will proceed through the video, the draft chapter and st

Re: [Pharo-users] [Moose-dev] Learning GT - Glamorous Toolkit

2015-09-24 Thread Johan Fabry
Jimmie, it looks like what you want to do here is build a standard user interface so actually what you want to do is to use Spec. Below are some pointers from a mail of Sven VC of some time ago. Note that you can now also integrate GT presentations as widgets inside a Spec UI, in case you want

Re: [Pharo-users] Problem Loading Roassal 2 development in Pharo 4

2015-09-24 Thread Alexandre Bergel
Should work now. Sorry about that. Roassal2 can be loaded in Pharo 4 using: Gofer it smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; configurationOf: 'Roassal2'; loadVersion: '1.15’. Cheers, Alexandre > On Sep 21, 2015, at 4:15 PM, Johan Fabry wrote: > > Hi all, > > I cann

Re: [Pharo-users] [Moose-dev] Learning GT - Glamorous Toolkit

2015-09-24 Thread Alexandre Bergel
Let us know how it goes! Alexandre > On Sep 24, 2015, at 6:55 PM, Jimmie Houchin wrote: > > Okay, with that definition of class model. That is already done. This > database, and I am using that term loosely is all in the image, in object > collections. It will only contain a few 100 or 1000

Re: [Pharo-users] Learning GT - Glamorous Toolkit

2015-09-24 Thread Jimmie Houchin
Okay, with that definition of class model. That is already done. This database, and I am using that term loosely is all in the image, in object collections. It will only contain a few 100 or 1000 items. I don't see a need at the moment to involve MongoDB or some other outside source. I will hav

Re: [Pharo-users] Learning GT - Glamorous Toolkit

2015-09-24 Thread Marcus Denker
> On 24 Sep 2015, at 20:11, Alexandre Bergel wrote: > > Hi Jimmie, > > Question about GT should be sent to the moose mailing list. No, that is not a good idea. Moose is a tool for reeigineering, while GT is the default IDE in Pharo… it would be strange if I would need to subscribe to the moos

Re: [Pharo-users] Learning GT - Glamorous Toolkit

2015-09-24 Thread Alexandre Bergel
> I can see navigating, visualization and querying. But what about adding, > editing and removing objects? Is GT the wrong tool for this aspect? No, Glamour offer ways to easily build an UI. My advice is to not focus too much on the UI aspect at the beginning of your project. The reason is that

Re: [Pharo-users] Learning GT - Glamorous Toolkit

2015-09-24 Thread Jimmie Houchin
I can see navigating, visualization and querying. But what about adding, editing and removing objects? Is GT the wrong tool for this aspect? I am not clear on the class-model. Information or pointers to documentation would be great. Thanks. Jimmie On 09/24/2015 01:28 PM, Alexandre Bergel

Re: [Pharo-users] Learning GT - Glamorous Toolkit

2015-09-24 Thread Alexandre Bergel
The way I see GT, is that you do not need to think too much about GUI. One very first step is to build a class-model to describes the data stored in your data base. Once you have this class-model, then navigating, visualization, and querying come literally for free. Does this make sense? Do you

Re: [Pharo-users] Learning GT - Glamorous Toolkit

2015-09-24 Thread Jimmie Houchin
Hello Alexandre, I have added moose-dev to this reply. I do not at this time have any particular object models that I require exploring. I have simply watched the videos on the browser, inspector, etc.. Most anything Doru did. :) I am wanting to put a GUI together for a database I am buildin

Re: [Pharo-users] Learning GT - Glamorous Toolkit

2015-09-24 Thread Alexandre Bergel
Hi Jimmie, Question about GT should be sent to the moose mailing list. What do you have in mind with GT? Do you have an object model to explore? Cheers, Alexandre > On Sep 24, 2015, at 1:57 PM, Jimmie Houchin wrote: > > Hello, > > I have watched most all of the videos about GT. > I am intere

[Pharo-users] Learning GT - Glamorous Toolkit

2015-09-24 Thread Jimmie Houchin
Hello, I have watched most all of the videos about GT. I am interested in learning how to use the Glamorous Toolkit. I am failing to find a beginning place for learning how to use and program GT. I am probably overlooking it some where. I have downloaded the gtoolkit.image to begin learning.

Re: [Pharo-users] Can't build image on Windows (Zinc issue?)

2015-09-24 Thread sebast...@flowingconcept.com
I think git-bash might be confusing the filesystem Windows uses \ as slash and with git-bash it should be pretending it's on a *nix filesystem by using / The is a single point where I can change the FS slash? -- View this message in context: http://forum.world.st/Can-t-build-image-on-Windows-

[Pharo-users] World.st has a new admin

2015-09-24 Thread Geert Claes
The admin duties have now been handed over to Sean DeNigris who kindly volunteered to look after the www.world.st web presence as well as the Nabble archived mailing list forums on forum.world.st. As mentioned in a previous post, I did establish The World of Smalltalk some years ago I have now unf

Re: [Pharo-users] Dr Geo: A point needs to be animated over a preexisting object?

2015-09-24 Thread Offray Vladimir Luna Cárdenas
Hi Hilaire, Thanks for your clarifications and pointers to documentation. More comments below On 22/09/15 03:41, Hilaire wrote: I should write again, to avoid confusion, there are two ways for programming in Dr. Geo: - Dr. Geo script: with Dr. Geo UI helpers you design a Dr. Geo script class