Disabling Projector Window Resizing

Hey all, I am trying to disable projector window resizing in FMX2004. I can get the content to not resize by adding the line:
Stage.scaleMode = “noScale”;

But I can still resize the actual projector window. No good boss. Is there a way to disable this so that I can keep me window at 800x600 goodness?

I’ve also tried doing this to no avail:
fscommand(“allowscale”,“false”);

Thanks,
Botunda

Nope