Hi All, Two questions, 1. Is it possible to force screens to open in public screens?
No. A public screen requires additional infrastructure to keep care of, and the programs need to be designed to handle that. For example, as public screens are public, programs that create public screens need to be aware that they cannot simply close the screen when they want.
2. Is it possible to get backdrops to load using fast Memory. If I load a backdrop no matter how few colors I find myself running out of Chip Memory pretty fast.
Not really. At least not by means the Os provides. It is just a bitmap, and the Os places that bitmap in whatever memory required by the graphics infrastructure - and without any further help, that's going to be chip memory. The best option is a graphics card.