Hi!
I was told on the Pharo list, that making a window fullscreen should
alsowork for Glamour windows by sending openFullScreen to the
GLMSystemWindow.
But simply doing an hack like
....
self browser startOn: anEntity.
GLMSystemWindow allInstances first openFullScreen
....
But I get an error due to the fact that a BrickWrapper's state is
undefined and therefore does not understand "isOnParent".
How can I access the GLMSzstemWindow from a GLMBrowserTemplate anyways?
Did anybody package/deploy a Glamour based window already?
Thanks
Sebastian
Am 14.04.2015 um 11:02 schrieb Sebastian Heidbrink:
Hi!
I would like to develop a small deployment process and I have trouble
to create a fully working runtime image.
I have implemented a simple Glamour browser and took the
PharolauncherDeplymentScript and adapted it to my needs.
But some how I can't tell my browser window to remove the window
decorations (become embedded) and also not to use the full world screen.
Is there an existing documentation on this?
Thank you!
Sebastian
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev