Re: [Pharo-users] have a question for morphic Designer in pharo.

2013-12-19 Thread Igor Stasenko
On 20 December 2013 02:24, peter yoo wrote: > hello smalltalker! this is my first thread. > > first! im smalltalk newbie and use ogly english. sorry!!! > > welcome aboard! > > i want using "Morphic Designer" in pharo. > because pharo is smart smalltalk environment, and morphic designer is > use

[Pharo-users] have a question for morphic Designer in pharo.

2013-12-19 Thread peter yoo
hello smalltalker! this is my first thread. first! im smalltalk newbie and use ogly english. sorry!!! i want using "Morphic Designer" in pharo. because pharo is smart smalltalk environment, and morphic designer is useful(maybe only loook movie file) but use not easy! because squeak and pha

Re: [Pharo-users] Roassal3D : MessageNotUnderstood:NBMSAAOffscreenDisplay

2013-12-19 Thread Volkert Barr
Ok. i loaded it into the latest Pharo 3.0 (Latest update: #30654) and it looks good so far. I still have problems with the "3D IDE" menu (the windows are now empty), but the examples from the tutorial and the R3Example class i have tested are working fine. I give you more feedback tomorrow, w

Re: [Pharo-users] Roassal3D : MessageNotUnderstood:NBMSAAOffscreenDisplay

2013-12-19 Thread Ronie Salgado
Dear Volkert, I just updated the configuration of Roassal 3D for it to load the baseline version of NBOpenGL, with the changes made. Its currently only been tested under Linux, so any feedback its appreciated. Greetings, Ronie Salgado 2013/12/19 Volkert Barr > Dear Ronie, > > i had no success

Re: [Pharo-users] Roassal3D : MessageNotUnderstood:NBMSAAOffscreenDisplay

2013-12-19 Thread Volkert Barr
Dear Ronie, i had no success with older versions. Please give my a short note, when the "configuration browser way" works again. BW, Volkert On 15.12.2013, at 00:30, Ronie Salgado wrote: > Hello, > > Try with version 118, from Monticello. > That problem is produced because I had to made som

Re: [Pharo-users] Writing an IRC bot

2013-12-19 Thread kilon alios
*" I was considering using ChromiaXXX as a prefix instead.* *The problem with xxxUser is that right now I manage two "User" concepts: what NickServ understands as a user, and what Chromia understands as a User, both of them different from an "IRC User" understood as someone or something who is con

Re: [Pharo-users] Writing an IRC bot

2013-12-19 Thread Stéphane Ducasse
On 19 Dec 2013, at 10:37, Sergi Reyner wrote: > 2013/12/19 Stéphane Ducasse > > what would be fun is to see if we can build a little tutorial that show to > newbies how to write a simple IRC bot. > > You mean how to write a bot with Chromia? originally I thought how to write an irc bot ?

Re: [Pharo-users] Writing an IRC bot

2013-12-19 Thread Sergi Reyner
2013/12/19 Damien Cassou > On Thu, Dec 19, 2013 at 11:07 AM, Sergi Reyner > wrote: > > - Class names are awfully chosen. Besides almost every one of them having > > IRC as a "namespace" prefix, some like IRCUser don´t convey enough > meaning. > > having a prefix is a common pattern. I don't see

Re: [Pharo-users] Writing an IRC bot

2013-12-19 Thread Damien Cassou
On Thu, Dec 19, 2013 at 11:07 AM, Sergi Reyner wrote: > - Class names are awfully chosen. Besides almost every one of them having > IRC as a "namespace" prefix, some like IRCUser don´t convey enough meaning. having a prefix is a common pattern. I don't see the problem of IRCUser as a name. > -

Re: [Pharo-users] Writing an IRC bot

2013-12-19 Thread Sergi Reyner
2013/12/19 Damien Cassou > > On Thu, Dec 19, 2013 at 10:37 AM, Sergi Reyner wrote: > >> You mean how to write a bot with Chromia? > > > If you do it with Chromia, many details (such as network stuffs I guess) > won't be shown. But this gives you the possibility to implement a great bot. > > If yo

Re: [Pharo-users] Writing an IRC bot

2013-12-19 Thread Damien Cassou
On Thu, Dec 19, 2013 at 10:37 AM, Sergi Reyner wrote: > You mean how to write a bot with Chromia? If you do it with Chromia, many details (such as network stuffs I guess) won't be shown. But this gives you the possibility to implement a great bot. If you do it without Chromia, you can show all

Re: [Pharo-users] Writing an IRC bot

2013-12-19 Thread Sergi Reyner
2013/12/19 Stéphane Ducasse what would be fun is to see if we can build a little tutorial that show to > newbies how to write a simple IRC bot. > You mean how to write a bot with Chromia? > Would you be interested to work on that? > Because I would love that my son is able to build one with Ph