Gepost op 2004.02.22 |
Geen reacties |
Longhorn
Deze post is geïmporteerd van de oude blog en is nog niet geconverteerd naar de nieuwe syntax.
The Longhorn SDK enables you to create XAML apps from VS.NET, so I did.
One of the things I'll be looking for is an editor that generates XAML for me. Because, I find XAML "difficult" to write. Yes it's powerful and "easy" to do, but if you have to do it all by hand, it takes time. So I'm hoping there will be some editor fast :)
I've seen the demo during the DevDays, where you had a different layout per user. And one of those was the kiddie layout, with the very cool button, which was shaped totally different. So I set out course to create a 'NTFS Permissions For Dummies'.
Here's what i created in Photoshop as a quick idea of what I wanted:
Looks kiddie enough, doesn't it?
Then I started my quest, it seems Longhorn doesn't like it when i want to skew a Listbox with AngleX. When I go over the items it renders strange lines everywhere in my app. Gone was my idea to create these nice shaped controls.
But the gradient worked! And that's actually very nice.
Here's what I ended up with:
Update:
Here's an example of my skew experience: AngleX, AngleY. Notice the blue lines.
This is the XAML I used. It also happens with other values.
One of the things I'll be looking for is an editor that generates XAML for me. Because, I find XAML "difficult" to write. Yes it's powerful and "easy" to do, but if you have to do it all by hand, it takes time. So I'm hoping there will be some editor fast :)
I've seen the demo during the DevDays, where you had a different layout per user. And one of those was the kiddie layout, with the very cool button, which was shaped totally different. So I set out course to create a 'NTFS Permissions For Dummies'.
Here's what i created in Photoshop as a quick idea of what I wanted:
Looks kiddie enough, doesn't it?
Then I started my quest, it seems Longhorn doesn't like it when i want to skew a Listbox with AngleX. When I go over the items it renders strange lines everywhere in my app. Gone was my idea to create these nice shaped controls.
But the gradient worked! And that's actually very nice.
Here's what I ended up with:
Update:
Here's an example of my skew experience: AngleX, AngleY. Notice the blue lines.
This is the XAML I used. It also happens with other values.