[Cuis-dev] toggling full screen mode

Juan Vuletich juan at cuis.st
Thu Jun 13 06:37:27 PDT 2024


On 6/12/2024 9:58 PM, Mark Volkmann via Cuis-dev wrote:
> I was looking for a way to detect if Cuis Smalltalk is in full screen 
> mode. I see that the `DisplayScreen` class has this instance method 
> for changing it:
>
> fullScreenMode: aBoolean
>     "On platforms that support it, set full-screen mode to the value 
> of the argument. (Note: you'll need to restore the Display after 
> calling this primitive."
>     "Display fullScreenMode: true. Display newDepth: Display depth"
>
> <primitive: 233>
>     self primitiveFailed
>
> This is the first time I've encountered the `<primitive: someNumber>` 
> syntax.
> Where can I learn about what that does?
>
> -- 
> R. Mark Volkmann
> Object Computing, Inc.

The BlueBook chapter 29 is about this. I'm pretty sure many other 
Smalltalk books will describe the VM interface too. Also this article 
from the August 1981 Byte magazine: 
https://archive.org/details/byte-magazine-1981-08/page/n313/mode/2up

HTH,

-- 
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20240613/e4136dfe/attachment-0001.htm>


More information about the Cuis-dev mailing list