Changing title of printing preferences window.
-
2012年3月19日 下午 12:39I'm developing metro UI for printer drivers. Is there a way to dynamically change title of printing preferences title on the application initialization stage?
所有回覆
-
2012年3月19日 下午 07:42版主
Sergey,
I will look into this for you.
Best Wishes - Eric
-
2012年3月22日 下午 10:21
Sergey,
can you please confirm what title you are looking to change? Are you trying to change the app's splash screen? Or the bar at the top of the print preferences fly out?
thanks
Justin
-
2012年3月24日 上午 06:38
I want to change title (and image, if possible) of the bar at the top of the print preferences fly out.
Thank you!
-
2012年3月26日 下午 07:40
Hi Sergey,
That bar's color, title and image are all based on information from your Metro style device app's manifest file. They can't be changed at runtime, but if you fill out everything in your app's manifest file you can make it appear more branded.
Thanks!
Justin
- 已標示為解答 Sergey_M 2012年3月27日 上午 09:32
-
2012年4月9日 下午 08:38
The Title, background color, text color, and the small logo on the Advanced Print Settings app is taken from the <Applications><VisualElements> tag in the app manifest.
- 已標示為解答 Eric Hanson-MSFTMicrosoft Employee, Moderator 2012年4月9日 下午 10:28
-
2012年4月17日 下午 12:36
That bar's color, title and image are all based on information from your Metro style device app's manifest file. They can't be changed at runtime, but if you fill out everything in your app's manifest file you can make it appear more branded.
But that means, the title will have to be static. Is there any way to make it show current printer name, for example (like the standard Metro style Printing Preferences does)? I mean the case when I use single Metro-style device app for many drivers.
Also, if I use a single app for both the Start Experience and the Advances Printer Settings experience - does that mean that I will have to choose some single title that will be appropriate for both of these experiences? I.e I can't have "Fabricam printers" title for Start Experience and "Fabricam Printer Settings" title for printer settings experience at the same time, can I?

