Hi all, I would like to know how to know if the image is running in headless mode. Is there an expression I can run in my code to establish that? TIA, -- Does this mail seem too brief? Sorry for that, I donât mean to be rude! Please see http://emailcharter.org . Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
MessageBrowser browse: ( (Symbol selectorTable select: [ :s | s includesSubstring: #headless caseSensitive: false ] ) flatCollect: [ :s | s implementors ] as: OrderedCollection ). Best regards, Henrik -----Original Message----- From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Johan Fabry Sent: Wednesday, June 22, 2016 11:57 PM To: Pharo is welcome <pharo-users@lists.pharo.org> Subject: [Pharo-users] How can an image know it is running headless? Hi all, I would like to know how to know if the image is running in headless mode. Is there an expression I can run in my code to establish that? TIA, -- Does this mail seem too brief? Sorry for that, I donât mean to be rude! Please see http://emailcharter.org . Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
SmalltalkImage>>#isHeadless ?
On 22 Jun 2016, at 23:57, Johan Fabry <jfabry@dcc.uchile.cl> wrote:
Hi all,
I would like to know how to know if the image is running in headless mode. Is there an expression I can run in my code to establish that?
TIA,
-- Does this mail seem too brief? Sorry for that, I donât mean to be rude! Please see http://emailcharter.org .
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
Sven is right, is Headless works well :) 2016-06-23 0:25 GMT+02:00 Sven Van Caekenberghe <sven@stfx.eu>:
SmalltalkImage>>#isHeadless ?
On 22 Jun 2016, at 23:57, Johan Fabry <jfabry@dcc.uchile.cl> wrote:
Hi all,
I would like to know how to know if the image is running in headless mode. Is there an expression I can run in my code to establish that?
TIA,
-- Does this mail seem too brief? Sorry for that, I donât mean to be rude! Please see http://emailcharter.org .
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
participants (4)
-
Henrik Nergaard -
Johan Fabry -
Sven Van Caekenberghe -
Valentin Ryckewaert