Quote:
...Also the configurator does use windows forms, and I am in the process of making it tiny-resolution freindly but FCC does not. It uses DirectX. So no scrollbars, pages is how to do it. But if you make an object span multiple pages it is essentially static...
When I first read this I thought "Dude, you're nuts! I'm looking at MainMDX.cs and it says 'using System.Windows.Forms;' and 'public partial class MainMDX : Form'." Then I actually looked closely at the code and see what you are doing--let VS lay the groundwork then do your own thing.
I read in another thread somewhere that you use DirectX because using the forms presentation layer is too slow. I guess this means you won't be adopting .Net 3.5 and WPF anytime soon, eh?
Quote:
I design everything at 4:3 because I run my CarPC at 4:3 as the ExAudio screen automatically scales it correctly to 16:9. It does not look squished or anything. 16:9 drivers and everything are waaaaaay overhyped IMHO. But there is no reason why you cant make it 16:9. You can make it 2000:1 if you want, it is all free to do...
DOH! I didn't think about that. Same thing Windows does when you add a widescreen monitor. This is good because I can design something I can see. The only problem is that I tend to get the screen too cluttered and by the time it is shrunken to fit on a 7" monitor, everything will be far too small to see. Just look at my first prototype and you'll see what I mean. Actually, I was just tossing things on the screen to get everything together. I will split it into multiple pages to enhance viewability.