[Vm-dev] window title on Unix?

Eliot Miranda eliot.miranda at gmail.com
Fri Jan 6 21:43:22 UTC 2012


On Fri, Jan 6, 2012 at 1:33 PM, Bert Freudenberg <bert at freudenbergs.de>wrote:

>
> Maybe the unix builds just don't include the HostWindowPlugin? You need
>
>
> http://squeakvm.org/cgi-bin/viewcvs.cgi/trunk/platforms/unix/plugins/HostWindowPlugin/
>
> as well as display_hostWindowSetTitle() etc. in sqUnixX11.c from
>
>
> http://squeakvm.org/cgi-bin/viewcvs.cgi/trunk/platforms/unix/vm-display-X11/
>
> For full host window support, these stubs would have to be actually
> implemented.
>

The Cog files derive from Qwaq/Teleplace and are quite a lot different from
the trunk files.  There we needed to get host windows working under Linux.
But the plugin API diverged a bit since the work was done independently of
trunk.


> - Bert -
>
> On 06.01.2012, at 22:14, Esteban Lorenzano wrote:
>
> >
> > Bert's change set works on Eliot's mac builds...
> > But it doesn't work on:
> > -my builds (this was expected, as cocoa and carbon are very different
> and I never touched this code)
> > -unix jenkins builds
> > -unix Eliot's builds (this one was unexpected... )
> >
> > I will adapt this to cocoa... can someone with unix vm skills see how to
> adapt it to current unix? (I'm not requiring, I'm begging :P)
> >
> > best,
> > Esteban
> >
> > El 06/01/2012, a las 3:57p.m., Bert Freudenberg escribió:
> >
> >>
> >>
> >> On 06.01.2012, at 18:51, Igor Stasenko wrote:
> >>
> >>>
> >>> yeah.. hostwindow plugin :)
> >>>
> >>> but if i remember, it has no support for unix, no?
> >>
> >> Just enough for this to work ;)
> >>
> >> It cannot open multiple windows yet, but it can change the main window.
> >>
> >> - Bert -
> >>
> >>> On 6 January 2012 16:59, Bert Freudenberg <bert at freudenbergs.de>
> wrote:
> >>>>
> >>>> On 06.01.2012, at 16:20, Esteban Lorenzano wrote:
> >>>>
> >>>>> Hi,
> >>>>> Is there a way to change the window title in unix vm?
> >>>>> (in windows you can achieve that in the .ini file, mac lacks of
> that, but I will change it soon)
> >>>>>
> >>>>> cheers,
> >>>>> Esteban
> >>>>
> >>>>
> >>>> You can do it dynamically. We use that in Etoys to display the
> current project name. Works on Mac, Win, and Linux. See attachment.
> >>>>
> >>>> - Bert -
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Best regards,
> >>> Igor Stasenko.
> >>
> >
>
>


-- 
best,
Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20120106/9d4fe734/attachment-0001.htm


More information about the Vm-dev mailing list