Done.
--
View this message in context:
http://forum.world.st/Deploying-a-polymorph-app-two-questions-tp4724525p4724724.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
it should work (it is vm related, nothing to do with the image).
please report a bug :)
Esteban
On Sat, Nov 23, 2013 at 7:58 PM, kmo wrote:
> Does not work in pharo 3.0 either on my ubuntu system.
>
> My VM is dated 13/03/2013. I don't think I'm using a particularly old one.
>
> Ken
>
>
>
>
>
Does not work in pharo 3.0 either on my ubuntu system.
My VM is dated 13/03/2013. I don't think I'm using a particularly old one.
Ken
--
View this message in context:
http://forum.world.st/Deploying-a-polymorph-app-two-questions-tp4724525p4724580.html
Sent from the Pharo Smalltalk Users m
On 23 Nov 2013, at 16:13, kmo wrote:
> Benjamin -
>
> Many thanks.
>
> Your suggestion of World submorphs do: [:e | e delete ] was just what I
> needed to get rid of the taskbar.
>
> However, DisplayScreen hostWindowTitle does not work for me. I'm not using
> Spec but surely that should ma
Benjamin -
Many thanks.
Your suggestion of World submorphs do: [:e | e delete ] was just what I
needed to get rid of the taskbar.
However, DisplayScreen hostWindowTitle does not work for me. I'm not using
Spec but surely that should make no difference. Is it a platform bug (I'm on
ubuntu 13.
On 23 Nov 2013, at 13:58, kmo wrote:
> I have written a small Polymorph application in Pharo 2.0. I have some
> questions about deploying it.
>
> My app consists of a single morph. I would like to fill the pharo window
> with the morph and have the morph resize when the user resizes the pharo
>
I have written a small Polymorph application in Pharo 2.0. I have some
questions about deploying it.
My app consists of a single morph. I would like to fill the pharo window
with the morph and have the morph resize when the user resizes the pharo
window.
I'm pretty close to what I want. I have ma