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
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
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
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
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
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
> 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
> 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
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
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
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
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
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.
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-
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
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
16 matches
Mail list logo