Fullscreen app. to see on TV

fametown

New member
Joined
May 1, 2007
Messages
2
Programming Experience
10+
Hi.

My name is Eusebio and i'm a spanish web developer.

I'm making a windows application to see on PAL TV (720x576) but i have a problem-

The computer that host the app. have a standard 1024x768 screen resolution. I make a application with the buttons, text, etc. that fit this resolution and a background image with a grid (with rules to see the real pixels). The background with ImageLayout = None.

When i see the app. in the TV with the SVIDEO output i can see the background image in 1024x768... but the buttons and text are bigger that the original one. I only can see the text and buttons in area of 680x500 pixels (aprox.)... but... the background show the grid image and i see that i can see 1024x768 pixels.

What's happen? What i need to do for make a fullscreen app. to show good on a PAL (european) TV ???

THANKS A LOT FOR YOUR HELP !!! :)
 
Q

Any help with this topic?

I only want to make a windows app. to see on fullscreen in a computer with this computer conected to a TV by the SVIDEO output.

Thanks!
 
Design the app with the target resolution of 720x576 in mind, and ensure the video drivers for the TV are ouputting this resolution...
 
Back
Top