Thanks for the pointer, the following code works for me:

     HostWindowProxy basicNew primitiveWindowSize: 1 x: 1024 y: 786

The handle 1 seems to be the main window, don't know if this is always the case?

Lukas

2010/4/24 John M McIntosh <john...@smalltalkconsulting.com>:
> http://wiki.squeak.org/squeak/3862
>
>  HostWindowPlugin > primitiveHostWindowSizeSet:x:y:
>
> might work on other platforms than the mac,  your milage and support may vary.
>
> On 2010-04-24, at 5:08 AM, Lukas Renggli wrote:
>
>> No, there is no such setting.
>>
>> The window size seems to somehow depend on the Display bitmap.
>>
>> Lukas
>>
>> On 24 April 2010 12:37, Stéphane Ducasse <stephane.duca...@inria.fr> wrote:
>>> did you check if this is not controlled by the info.plist?
>>>
>>> Stef
>>>
>>> On Apr 24, 2010, at 11:38 AM, Lukas Renggli wrote:
>>>
>>>> I am trying to change the window size in a headless build script on
>>>> Linux, so that when I open the image on my Mac it appears bigger.
>>>>
>>>>    DisplayScreen depth: DisplayScreen actualScreenDepth width: 1920
>>>> height: 1032 fullscreen: false
>>>>
>>>> There is no change though. Any other ideas on how to change the
>>>> default VM window size?
>>>>
>>>> Lukas
>>>>
>>>> --
>>>> Lukas Renggli
>>>> www.lukas-renggli.ch
>>>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> Pharo-project@lists.gforge.inria.fr
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> Pharo-project@lists.gforge.inria.fr
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>>
>>
>> --
>> Lukas Renggli
>> www.lukas-renggli.ch
>>
>> _______________________________________________
>> Pharo-project mailing list
>> Pharo-project@lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> ===========================================================================
> John M. McIntosh <john...@smalltalkconsulting.com>   Twitter:  squeaker68882
> Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
> ===========================================================================
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



-- 
Lukas Renggli
www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to