Re: [Pharo-project] Community in the IDE
Hello guys, I've done a very simple Pharo Messenger that you can test here: Gofer new squeaksource: 'PharoInstantMessenge'; package: 'PIM'; load For launching the server: ChatServerLauncher launch: aPortNumber. For launching the client: WindowsManager default openInWorld. I will see if I can found a server to put the image :) Thanks in advance for your feedbacks, Ben
Cool initiative. I gave it a try, but could not get it to work. What I did was to start it on port 8000, and then try to connect to localhost / 8000 (in the dialog). What am I doing wrong? Cheers, Doru On 22 Feb 2011, at 17:35, Benjamin wrote:
Hello guys,
I've done a very simple Pharo Messenger that you can test here:
Gofer new squeaksource: 'PharoInstantMessenge'; package: 'PIM'; load
For launching the server: ChatServerLauncher launch: aPortNumber.
For launching the client: WindowsManager default openInWorld.
I will see if I can found a server to put the image :)
Thanks in advance for your feedbacks,
Ben
-- www.tudorgirba.com "What is more important: To be happy, or to make happy?"
Here, if I click on Connection, it works. Ok I see what you did wrong (it's my bad ...) The connection crappy UI don't show that you have to put a nickname yet :s Try with a nick :) Ben On Feb 22, 2011, at 5:44 PM, Tudor Girba wrote:
Cool initiative.
I gave it a try, but could not get it to work. What I did was to start it on port 8000, and then try to connect to localhost / 8000 (in the dialog).
What am I doing wrong?
Cheers, Doru
On 22 Feb 2011, at 17:35, Benjamin wrote:
Hello guys,
I've done a very simple Pharo Messenger that you can test here:
Gofer new squeaksource: 'PharoInstantMessenge'; package: 'PIM'; load
For launching the server: ChatServerLauncher launch: aPortNumber.
For launching the client: WindowsManager default openInWorld.
I will see if I can found a server to put the image :)
Thanks in advance for your feedbacks,
Ben
-- www.tudorgirba.com
"What is more important: To be happy, or to make happy?"
I've improved the COnnection Window UI, so if you wanna retry now, I hope it should work ^^ Thanks in advance, Ben On Feb 22, 2011, at 5:44 PM, Tudor Girba wrote:
Cool initiative.
I gave it a try, but could not get it to work. What I did was to start it on port 8000, and then try to connect to localhost / 8000 (in the dialog).
What am I doing wrong?
Cheers, Doru
On 22 Feb 2011, at 17:35, Benjamin wrote:
Hello guys,
I've done a very simple Pharo Messenger that you can test here:
Gofer new squeaksource: 'PharoInstantMessenge'; package: 'PIM'; load
For launching the server: ChatServerLauncher launch: aPortNumber.
For launching the client: WindowsManager default openInWorld.
I will see if I can found a server to put the image :)
Thanks in advance for your feedbacks,
Ben
-- www.tudorgirba.com
"What is more important: To be happy, or to make happy?"
Hi Benjamin, I've tried it: - if I don't put a # in front of nickname => MNU - if I don't put right host or port, I cannot deconnect (strange because I'm not connected) - I don't think that WindowsManager should be a singleton but I managed to make it work and I think it's a great idea. Laurent. On Wed, Feb 23, 2011 at 11:32 AM, Benjamin < benjamin.vanryseghem.pharo@gmail.com> wrote:
I've improved the COnnection Window UI, so if you wanna retry now, I hope it should work ^^
Thanks in advance,
Ben
On Feb 22, 2011, at 5:44 PM, Tudor Girba wrote:
Cool initiative.
I gave it a try, but could not get it to work. What I did was to start it on port 8000, and then try to connect to localhost / 8000 (in the dialog).
What am I doing wrong?
Cheers, Doru
On 22 Feb 2011, at 17:35, Benjamin wrote:
Hello guys,
I've done a very simple Pharo Messenger that you can test here:
Gofer new squeaksource: 'PharoInstantMessenge'; package: 'PIM'; load
For launching the server: ChatServerLauncher launch: aPortNumber.
For launching the client: WindowsManager default openInWorld.
I will see if I can found a server to put the image :)
Thanks in advance for your feedbacks,
Ben
-- www.tudorgirba.com
"What is more important: To be happy, or to make happy?"
participants (3)
-
Benjamin -
laurent laffont -
Tudor Girba