[Pharo-project] Fwd: How can the main window title in Squeak and Pharo be set?
I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo. ---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org> How can the main window title in Squeak and Pharo be set? In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there. Can it be set only in code? -- Frank Church ======================= http://devblog.brahmancreations.com -- Frank Church ======================= http://devblog.brahmancreations.com
Hi Frank, I answered in pharo-users list: DisplakyScreen hostWindowTitle: 'My Title'. On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com> wrote:
I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
oops s/DisplakyScreen/DisplayScreen On Fri, Jan 11, 2013 at 12:46 PM, Esteban Lorenzano <estebanlm@gmail.com>wrote:
Hi Frank,
I answered in pharo-users list:
DisplakyScreen hostWindowTitle: 'My Title'.
On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com> wrote:
I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
On 11 Jan 2013, at 12:47, Esteban Lorenzano <estebanlm@gmail.com> wrote:
oops
s/DisplakyScreen/DisplayScreen
You mean previousMessage copyReplaceAll: 'DisplakyScreen' with: 'DisplayScreen'. right ? ;-)
On Fri, Jan 11, 2013 at 12:46 PM, Esteban Lorenzano <estebanlm@gmail.com> wrote: Hi Frank,
I answered in pharo-users list:
DisplakyScreen hostWindowTitle: 'My Title'.
On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com> wrote: I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
On 11 January 2013 11:46, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi Frank,
I answered in pharo-users list:
DisplakyScreen hostWindowTitle: 'My Title'.
I have tried it (corrected of course) DisplayScreen hostWindowTitle: 'My Title'. and it has no effect in both Pharo 1.4 and 2.0. It doesn't generate an error message but nothing happens. Is that because the mentioned HostWindowPlugin is not installed in my images?
On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com> wrote:
I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church ======================= http://devblog.brahmancreations.com
Is most probably because you are using wrong vm. Which one are you using? On Fri, Jan 11, 2013 at 1:02 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 11:46, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi Frank,
I answered in pharo-users list:
DisplakyScreen hostWindowTitle: 'My Title'.
I have tried it (corrected of course) DisplayScreen hostWindowTitle: 'My Title'. and it has no effect in both Pharo 1.4 and 2.0. It doesn't generate an error message but nothing happens.
Is that because the mentioned HostWindowPlugin is not installed in my images?
On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com>
wrote:
I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
On 11 January 2013 12:06, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Is most probably because you are using wrong vm. Which one are you using?
I'm using Pharo 1.4 and 2.0. I am not quite sure about the VM though. What do I have to check for? Is there a command for that? When I inspect 'SmalltalkImage current listBuiltinModules' a number of the modules listed have VMMaker-oscog-EstebanLorenzano.166 in their name.
On Fri, Jan 11, 2013 at 1:02 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 11:46, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi Frank,
I answered in pharo-users list:
DisplakyScreen hostWindowTitle: 'My Title'.
I have tried it (corrected of course) DisplayScreen hostWindowTitle: 'My Title'. and it has no effect in both Pharo 1.4 and 2.0. It doesn't generate an error message but nothing happens.
Is that because the mentioned HostWindowPlugin is not installed in my images?
On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com> wrote:
I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church ======================= http://devblog.brahmancreations.com
is Smalltalk vm version and which OS are you using? I tested it on mac and linux at the moment (more than a year ago). No idea if it will work on windows too On Fri, Jan 11, 2013 at 1:36 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 12:06, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Is most probably because you are using wrong vm. Which one are you using?
I'm using Pharo 1.4 and 2.0. I am not quite sure about the VM though. What do I have to check for? Is there a command for that?
When I inspect 'SmalltalkImage current listBuiltinModules' a number of the modules listed have VMMaker-oscog-EstebanLorenzano.166 in their name.
On Fri, Jan 11, 2013 at 1:02 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 11:46, Esteban Lorenzano <estebanlm@gmail.com>
wrote:
Hi Frank,
I answered in pharo-users list:
DisplakyScreen hostWindowTitle: 'My Title'.
I have tried it (corrected of course) DisplayScreen hostWindowTitle: 'My Title'. and it has no effect in both Pharo 1.4 and 2.0. It doesn't generate an error message but nothing happens.
Is that because the mentioned HostWindowPlugin is not installed in my images?
On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com> wrote:
I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
On 11 January 2013 12:43, Esteban Lorenzano <estebanlm@gmail.com> wrote:
is
Smalltalk vm version
and which OS are you using? I tested it on mac and linux at the moment (more than a year ago). No idea if it will work on windows too
It is the the current on the Pharo home page - http://gforge.inria.fr/frs/download.php/31258/Pharo-1.4-14557-OneClick.zip Smalltalk vm version 'CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, https://git.gitorious.org/cogvm/blessed.git Commit: 5151310c41b08f55b70e9c6250711cb1f3672ce7 Date: 2012-07-18 14:06:15 +0200 By: Camillo Bruni <camillobruni@gmail.com>'
On Fri, Jan 11, 2013 at 1:36 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 12:06, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Is most probably because you are using wrong vm. Which one are you using?
I'm using Pharo 1.4 and 2.0. I am not quite sure about the VM though. What do I have to check for? Is there a command for that?
When I inspect 'SmalltalkImage current listBuiltinModules' a number of the modules listed have VMMaker-oscog-EstebanLorenzano.166 in their name.
On Fri, Jan 11, 2013 at 1:02 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 11:46, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi Frank,
I answered in pharo-users list:
DisplakyScreen hostWindowTitle: 'My Title'.
I have tried it (corrected of course) DisplayScreen hostWindowTitle: 'My Title'. and it has no effect in both Pharo 1.4 and 2.0. It doesn't generate an error message but nothing happens.
Is that because the mentioned HostWindowPlugin is not installed in my images?
On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com> wrote:
I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church ======================= http://devblog.brahmancreations.com
yep... works for me (in Mac) On Fri, Jan 11, 2013 at 2:17 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 12:43, Esteban Lorenzano <estebanlm@gmail.com> wrote:
is
Smalltalk vm version
and which OS are you using? I tested it on mac and linux at the moment (more than a year ago). No idea if it will work on windows too
It is the the current on the Pharo home page - http://gforge.inria.fr/frs/download.php/31258/Pharo-1.4-14557-OneClick.zip
Smalltalk vm version 'CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, https://git.gitorious.org/cogvm/blessed.git Commit: 5151310c41b08f55b70e9c6250711cb1f3672ce7 Date: 2012-07-18 14:06:15 +0200 By: Camillo Bruni <camillobruni@gmail.com>'
On Fri, Jan 11, 2013 at 1:36 PM, Frank Church <vfclists@gmail.com>
wrote:
On 11 January 2013 12:06, Esteban Lorenzano <estebanlm@gmail.com>
wrote:
Is most probably because you are using wrong vm. Which one are you using?
I'm using Pharo 1.4 and 2.0. I am not quite sure about the VM though. What do I have to check for? Is there a command for that?
When I inspect 'SmalltalkImage current listBuiltinModules' a number of the modules listed have VMMaker-oscog-EstebanLorenzano.166 in their name.
On Fri, Jan 11, 2013 at 1:02 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 11:46, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi Frank,
I answered in pharo-users list:
DisplakyScreen hostWindowTitle: 'My Title'.
I have tried it (corrected of course) DisplayScreen hostWindowTitle: 'My Title'. and it has no effect in both Pharo 1.4 and 2.0. It
doesn't
generate an error message but nothing happens.
Is that because the mentioned HostWindowPlugin is not installed in my images?
On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com
wrote:
I asked this on pharo-users but it seems to belong here as it
looks
like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
I tested the Windows version and it works in both 1.4 and 2.0. HostWindowPlugin is listed in the available plugins. It is not in Ubuntu Linux though. Is the HostWindowPlugin part of the CogVM.exe itself? i don't see any dlls with that name. On 11 January 2013 13:22, Esteban Lorenzano <estebanlm@gmail.com> wrote:
yep... works for me (in Mac)
On Fri, Jan 11, 2013 at 2:17 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 12:43, Esteban Lorenzano <estebanlm@gmail.com> wrote:
is
Smalltalk vm version
and which OS are you using? I tested it on mac and linux at the moment (more than a year ago). No idea if it will work on windows too
It is the the current on the Pharo home page - http://gforge.inria.fr/frs/download.php/31258/Pharo-1.4-14557-OneClick.zip
Smalltalk vm version 'CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, https://git.gitorious.org/cogvm/blessed.git Commit: 5151310c41b08f55b70e9c6250711cb1f3672ce7 Date: 2012-07-18 14:06:15 +0200 By: Camillo Bruni <camillobruni@gmail.com>'
On Fri, Jan 11, 2013 at 1:36 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 12:06, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Is most probably because you are using wrong vm. Which one are you using?
I'm using Pharo 1.4 and 2.0. I am not quite sure about the VM though. What do I have to check for? Is there a command for that?
When I inspect 'SmalltalkImage current listBuiltinModules' a number of the modules listed have VMMaker-oscog-EstebanLorenzano.166 in their name.
On Fri, Jan 11, 2013 at 1:02 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 11:46, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi Frank,
I answered in pharo-users list:
DisplakyScreen hostWindowTitle: 'My Title'.
I have tried it (corrected of course) DisplayScreen hostWindowTitle: 'My Title'. and it has no effect in both Pharo 1.4 and 2.0. It doesn't generate an error message but nothing happens.
Is that because the mentioned HostWindowPlugin is not installed in my images?
On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com> wrote:
I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church ======================= http://devblog.brahmancreations.com
I forgot to add: I am running on Linux. I will check Windows later. On 11 January 2013 13:17, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 12:43, Esteban Lorenzano <estebanlm@gmail.com> wrote:
is
Smalltalk vm version
and which OS are you using? I tested it on mac and linux at the moment (more than a year ago). No idea if it will work on windows too
It is the the current on the Pharo home page - http://gforge.inria.fr/frs/download.php/31258/Pharo-1.4-14557-OneClick.zip
Smalltalk vm version 'CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, https://git.gitorious.org/cogvm/blessed.git Commit: 5151310c41b08f55b70e9c6250711cb1f3672ce7 Date: 2012-07-18 14:06:15 +0200 By: Camillo Bruni <camillobruni@gmail.com>'
On Fri, Jan 11, 2013 at 1:36 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 12:06, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Is most probably because you are using wrong vm. Which one are you using?
I'm using Pharo 1.4 and 2.0. I am not quite sure about the VM though. What do I have to check for? Is there a command for that?
When I inspect 'SmalltalkImage current listBuiltinModules' a number of the modules listed have VMMaker-oscog-EstebanLorenzano.166 in their name.
On Fri, Jan 11, 2013 at 1:02 PM, Frank Church <vfclists@gmail.com> wrote:
On 11 January 2013 11:46, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi Frank,
I answered in pharo-users list:
DisplakyScreen hostWindowTitle: 'My Title'.
I have tried it (corrected of course) DisplayScreen hostWindowTitle: 'My Title'. and it has no effect in both Pharo 1.4 and 2.0. It doesn't generate an error message but nothing happens.
Is that because the mentioned HostWindowPlugin is not installed in my images?
On Fri, Jan 11, 2013 at 12:43 PM, Frank Church <vfclists@gmail.com> wrote:
I asked this on pharo-users but it seems to belong here as it looks like it not implemented or easily accessed in Pharo.
---------- Forwarded message ---------- From: Frank Church <vfclists@gmail.com> Date: 10 January 2013 16:40 Subject: How can the main window title in Squeak and Pharo be set? To: A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr>, The general-purpose Squeak developers list <squeak-dev@lists.squeakfoundation.org>
How can the main window title in Squeak and Pharo be set?
In Pharo I thought it could be set in the System -> Settings Menu but couldn't find anything there.
Can it be set only in code?
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church
======================= http://devblog.brahmancreations.com
-- Frank Church ======================= http://devblog.brahmancreations.com
participants (3)
-
Esteban Lorenzano -
Frank Church -
Sven Van Caekenberghe