# Always fullScreen in presentation mode or executable

**URL:** https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217
**Category:** Processing
**Created:** [November 15, 2023, 5:55pm UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217 "2023-11-15T17:55:57Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![GSA\_IxD](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gsa_ixd/32/7554_2.png) [@GSA\_IxD](https://discourse.processing.org/u/GSA_IxD)
#### Post date: [November 15, 2023, 5:55pm UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217/1 "2023-11-15T17:55:57Z")

</div>

I have a weird problem in latest (4.3) Processing in MacOS Big in that I want the sketch to run in a window but can’t make it not be fullscreen even though I uncheck this when I export. Never used to behave like this. Is it just me? If not is there a workaround?

BTW I posted about this on 2020 but not a single response!

---

<div class="post-metadata">

### Author: ![svan](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@svan](https://discourse.processing.org/u/svan)
#### Post date: [November 15, 2023, 6:35pm UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217/2 "2023-11-15T18:35:22Z")

</div>

Not an issue on my Mac. Perhaps post a minimal demo which shows the problem along with a screenshot of your export settings.

---

<div class="post-metadata">

### Author: ![GSA\_IxD](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gsa_ixd/32/7554_2.png) [@GSA\_IxD](https://discourse.processing.org/u/GSA_IxD)
#### Post date: [November 16, 2023, 10:59pm UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217/3 "2023-11-16T22:59:15Z")

</div>

Weird! Ok here is a screen recording:

[![](https://img.youtube.com/vi/VMdP6w6VHjQ/hqdefault.jpg "Why is any compiled app in Processing in presentation mode?") ](https://www.youtube.com/watch?v=VMdP6w6VHjQ)

---

<div class="post-metadata">

### Author: ![svan](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@svan](https://discourse.processing.org/u/svan)
#### Post date: [November 17, 2023, 12:40am UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217/4 "2023-11-17T00:40:57Z")

</div>

I am unable to reproduce the full screen issue on my system. See image below. What is the app behind the editor window? How did you get the word ‘Present’ beside the run button in the editor?

 ![fullScreen](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/3X/c/9/c9c7834e1f739a680a13445952030ecdf8defccc.jpeg)

---

<div class="post-metadata">

### Author: ![GSA\_IxD](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gsa_ixd/32/7554_2.png) [@GSA\_IxD](https://discourse.processing.org/u/GSA_IxD)
#### Post date: [November 17, 2023, 2:35pm UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217/5 "2023-11-17T14:35:43Z")

</div>

Hi. If you hold down the shift key the word ‘Present’ appears next to the buttons when you are over the run button – I often simply hold shift and click play to present sketches instead of going to menu and selecting ‘Present’. The app in the background is the compiled app from the Processing source. After it is built, double clicking opens the app and runs it – but it’s fullscreen even though I never asked it to be!

---

<div class="post-metadata">

### Author: ![svan](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@svan](https://discourse.processing.org/u/svan)
#### Post date: [November 17, 2023, 2:59pm UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217/6 "2023-11-17T14:59:53Z")

</div>

On a mac, cmd-R is the short cut for run. When you add the shift key you are asking it for presentation mode, which is fullscreen. Try using just cmd-R and forget the shift key if you don’t want fullscreen.

---

<div class="post-metadata">

### Author: ![GSA\_IxD](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gsa_ixd/32/7554_2.png) [@GSA\_IxD](https://discourse.processing.org/u/GSA_IxD)
#### Post date: [November 17, 2023, 3:04pm UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217/7 "2023-11-17T15:04:44Z")

</div>

To be clear – everything is fine in authoring mode – cmd-R is the same as clicking on play while holding shift – all good and **presents fullscreen but in a window as it should**. Problem is **when I export it as an application and launch it it runs full screen and not in a window** as per the video

---

<div class="post-metadata">

### Author: ![svan](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@svan](https://discourse.processing.org/u/svan)
#### Post date: [November 17, 2023, 3:14pm UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217/8 "2023-11-17T15:14:26Z")

</div>

In the video why are you clicking on the _Presentation_ check box to select it, then clicking again to deselect it and then hitting ‘export’? Try _not_ clicking on ‘Presentation’ before hitting ‘export’.

---

<div class="post-metadata">

### Author: ![GSA\_IxD](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gsa_ixd/32/7554_2.png) [@GSA\_IxD](https://discourse.processing.org/u/GSA_IxD)
#### Post date: [November 17, 2023, 4:11pm UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217/9 "2023-11-17T16:11:25Z")

</div>

To illustrate that I don’t want it to be in presentation mode! It makes no difference whether it’s on or off. It used to but no longer

---

<div class="post-metadata">

### Author: ![svan](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@svan](https://discourse.processing.org/u/svan)
#### Post date: [November 17, 2023, 4:27pm UTC](https://discourse.processing.org/t/always-fullscreen-in-presentation-mode-or-executable/43217/10 "2023-11-17T16:27:02Z")

</div>

I’m using an old macOS (11.6) on a five yr. old mini. Have you changed your os or system lately? You said you’ve had this problem for three years, but I’m not sure Processing 4.3 existed 3 yr. ago. We need to have someone else with a mac see if they can reproduce your observations.
