Re: [Pharo-users] Help for #fullscreen window

2015-08-05 Thread Jigyasa Grover
Thank You Sir :) It does almost what I desire . Regards Jigyasa -- View this message in context: http://forum.world.st/Help-for-fullscreen-window-tp4841116p4841156.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Help for #fullscreen window

2015-08-05 Thread Thierry Goubier
Hi jigyasa, You have an openFullScreen method somewhere, which really opens full screen (and makes it hard to close;) ). Thierry Le 5 août 2015 5:30 PM, "Jigyasa Grover" a écrit : > Hi ! > I am using *WidgetExamples exampleBuilder* to make an accordion widget. I > open a model *newPluggableWind

Re: [Pharo-users] Help for #fullscreen window

2015-08-05 Thread Hilaire
Le 05/08/2015 23:30, Jigyasa Grover a écrit : > Hi ! > I am using *WidgetExamples exampleBuilder* to make an accordion > widget. I open a model *newPluggableWindow* in it, and would like it > to be a fullscreen entity. > I have tried all the methods, *#fullscreen *and *#extent* but in vain. > It wo