nukeation
Check me out on the web at nukeation.com or at my blog.
www.digitalexile.net - here!
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Pablo Fernicola (and others) - An hour with the Avalon Team
Apr 23, 2005 at 6:33 AMSo, anyone preparing for Avalon will need to get used to that fact - it's all hardcore coding here - at least when you want to make something really cool. If you want those same old UI, you can drag&drop.
I've said it before (like a million times!) and I'll say it again, it's just like DHTML - you can use FrontPage or Dreamweaver or Visual Studio, but when you want to push the envelope in your designs, you gotta code it by hand.
Dax
Pablo Fernicola (and others) - An hour with the Avalon Team
Apr 19, 2005 at 7:25 AMI'd say more like later this year. Just wait till Beta 1 of Longhorn comes. I'd say the PDC will produce the energy needed to bring out the cool apps.
Pablo Fernicola (and others) - An hour with the Avalon Team
Apr 19, 2005 at 6:28 AMSo, outside of the hobbyist/non-profit sector, there won't be too many super UI's. And if there are: most will be nice enough. Who wants to pay for weird UI, right?
Pablo Fernicola (and others) - An hour with the Avalon Team
Apr 19, 2005 at 6:25 AMIf you read the WinFX SDK documentation, there are basic button, selection, menu, scrollbars/slider, and text controls/components which can be easily modified/inherited. When it comes to inheriting and modifying such things XAML really abstracts the implementation. It's similar to ASP.net.
For info on these controls/components, see this URL:
http://winfx.msdn.microsoft.com/library/en-us/wcp_conceptual/winfx/port_tech_components.asp?frame=true
If you've seen the Avalon episode of The .NET Show where Pablo Fernicola was interviewed, in the latter half Nathan Dunlap - the designer in the Avalon team - shows how easy it so mod components. I'm sure with Avalon, Microsoft will take inheritance to new levels.
Tony Goodhew - The path to Orcas, (future Visual Studio), studying the market research
Apr 19, 2005 at 12:43 AMShadowChaser, you'll be happy to know you won't have to wait for ORCAS for this feature. If you check ou Visual Studio .NET 2005 Beta (http://labs.msdn.microsoft.com/vs2005/get/) or even the Express edition of VB or C#, you will see a few new controls like the FlowPanelLayout which has improved in Beta 2, as well as the Table layout.
Also, if Whidbey still doesn't suit your needs, then you will get these features in a more web-like nature with Avalon. The Avalon documents and in fact, the entire Avalon/XAML programming model resembles ASP.net development. Check out the NavigationApplication samples in the WinFX SDK. They show how you can have BACK/NEXT navigation as well as flow documents.
Pablo Fernicola (and others) - An hour with the Avalon Team
Apr 17, 2005 at 11:28 PMso, you don't HAVE to create your own super-hi-tech cool UI, but if you WANT TO, there aren't the limits of Windows Forms and such anymore - it gives you free reign over your ideas and the road to materializing them.

PS. If anyone from the Avalon team is listening, WE NEED BLEND MODES! BLEND MODES! BLEND MODES! PLEASE! And in VECTOR - not just bitmaps! Thanks.
Pablo Fernicola (and others) - An hour with the Avalon Team
Apr 17, 2005 at 8:21 PMThe thing is, the people have spoken - they want cool UIs. This is the gateway to the "future" we see in movies. Custom UI's is the way.
The biggest thing Microsoft and evangelists alike will be saying when Avalon has mass-adoption is - YOU DONT HAVE TO DO EVERYTHING IN AVALON!
Personally, once they "unleash Avalon", I dont see the generation of consistent UIs coming back. Not until we have armageddon and we evolve back to having a Win 1.0 world.
Pablo Fernicola (and others) - An hour with the Avalon Team
Apr 17, 2005 at 12:23 PMIf you start from scratch, it's probably 8 or 10 hours work. If you take ready-to-use 3D models, then around 3 or 4 hours.
Some things in Avalon can be a bit daunting at first. But once you get the hang of it, it's VERY easy.
Tony Goodhew - The path to Orcas, (future Visual Studio), studying the market research
Apr 17, 2005 at 4:01 AMIt will be 9.0, considering the massive changes it's supposed to have.
Pablo Fernicola (and others) - An hour with the Avalon Team
Apr 17, 2005 at 3:59 AMWell, I haven't seen the source code yet, but in general, this works somewhat like ASP.net code-behind. You assign ID's and Methods to be executed in the XAML file, while you write the actual code in VB.net or C# in the .vb or .cs file. You can find out more in the INSIDE AVALON column by Chris Anderson at http://msdn.microsoft.com/longhorn/avalon/ or if you want more in-depth code, you can check out my upcoming series of articles on Avalon at www.nukeation.net
See more comments…