This content has been marked as final.
Show 4 replies
-
1. Re: Working with a projector file. How can center it, not allow scaling and change the title bar?
Webshark2000 Feb 15, 2010 12:25 PM (in response to Webshark2000)Haven't figured this out yet, if anyone has a suggestion.
-
2. Re: Working with a projector file. How can center it, not allow scaling and change the title bar?
Harry Kunz Feb 15, 2010 11:13 PM (in response to Webshark2000)You can use: stage.scaleMode = StageScaleMode.NO_SCALE; As for the title bar change, you can change the title bar string using Resource Hacker. But i am not sure if that is legal. You will find the strings under the strings table.
-
3. Re: Working with a projector file. How can center it, not allow scaling and change the title bar?
Webshark2000 Feb 16, 2010 9:03 AM (in response to Harry Kunz)hkunz219 wrote:
You can use: stage.scaleMode = StageScaleMode.NO_SCALE; As for the title bar change, you can change the title bar string using Resource Hacker. But i am not sure if that is legal. You will find the strings under the strings table.
What did you mean by, "You will find the strings under the strings table."? Were you talking about Resource Hacker?
-
4. Re: Working with a projector file. How can center it, not allow scaling and change the title bar?
Webshark2000 Feb 16, 2010 10:04 AM (in response to Webshark2000)Nevermind. I figured it out. Thanks for the help.


