On Feb 27, 2012, at 2:10 PM, Gary Chambers wrote:
Nope, not using HostMenu. Wasn't that for Mac only anyway?
Yes probably :) Good to know
Merely using the HostWindow stuff to change application title when running fullscreen (as in, full Pharo window).
Regards, Gary
----- Original Message ----- From: "Stéphane Ducasse" <stephane.ducasse@inria.fr> To: <Pharo-project@lists.gforge.inria.fr> Sent: Sunday, February 26, 2012 9:09 AM Subject: Re: [Pharo-project] change pharo image title
Gary
do you use HostMenu? Because we were looking at the event handling logic with igor and we thought to rewrite it completely.
It slows us down to release our event cleaning.
Stef
On Feb 24, 2012, at 9:19 PM, Gary Chambers wrote:
For Windows only...
(HostWindowProxy new instVarNamed: #windowHandle put: Win32Window getFocus; yourself) windowTitle: aString
Would be nice if the HostWindow stuff had some develpment time...
Regards, Gary ----- Original Message ----- From: Usman Bhatti To: Pharo Development Sent: Friday, February 24, 2012 7:56 PM Subject: [Pharo-project] change pharo image title
Is there a way to programmatically set the title of a pharo image on startup? I grabbed the first level pasteup morph and tried to play with it but I didn't find the intended method.
thanx
usman