Are you developing with WPF?
-
Josh Smith wrote:
I've created an app for a modeling agency in WPF and it turned out great (imo).
Ah, ok. So, WPF fits a niche (or if you prefer, vertical markets) that emphasize presentation to begin with?
Josh Smith wrote:
It depends on how you use it.
The same can be said for a microwave. ;P But will WPF be as ubiquitous as a microwave? (a big red flag should be raised here, seeing that, besides not owning a TV, I also do not own a microwave :) ) Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh SmithMarc Clifton wrote:
Ah, ok. So, WPF fits a niche (or if you prefer, vertical markets) that emphasize presentation to begin with?
Not necessarily. WPF will be great for data visualizations used by traders, scientists, etc. Take a look at the New York Times Reader app (100% WPF). That's another great example of WPF put to use to make a functional/practical application look great.
:josh: My WPF Blog[^]
We are what we repeatedly do. Excellence then, is not an act, but a habit. - Aristotle -
Marc Clifton wrote:
or is it more like a glittering dress with the same wrinkled old woman underneath, albeit with new makeup?
That's a nice one. Lately I was thinking of WPF as putting lipstick on a pig. I am really curious to see if WPF gets picked up very quickly or if it will end up as a cool technology who's timing wasn't quite right.
My Blog A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. - -Lazarus Long
I don't think many developers will touch it until Microsoft releases the graphical designer tools in a useable state. XAML is an exceptionally verbose way to specify a user interface - I don't see many people wanting to write it by hand, not for a serious application anyway. I also have concerns over the amount of code necessary to manipulate the WPF object model programmatically compared to Windows Forms apps. Add to that the fact that developers have already learned a heap of new stuff for C#/VB.NET, Windows Forms/ASP.NET, I think there's a general feeling of "oh no, not another new technology" from Windows developers. Developers don't mind learning new stuff if there is a big benefit but I don't think people are seeing what the benefit is at the present time.
-
Following up on Weiye Chen's post a few posts below, are you developing with WPF yet? If so, has your company (or you) required that the developers put together snazzy eye candy with WPF or have you/your company hired WPF/UI "experts"? And the real question is, does WPF (meaning in this case the vector graphics stuff) improved the usability of your application, or is it more like a glittering dress with the same wrinkled old woman underneath, albeit with new makeup? (or if you prefer, the same dirty old man dressed up in a tux?) Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh SmithNo but I frequently use WTF.:-D
-
No! Plain MFC with Windows Forms for desktop client. ASP.NET AJAX for a web front-end. For my product it does not make any sense to have a glittering UI. My application targets accountants and CFOs, and not teenagers, so I guess I have to live with MFC/Windows Forms.
Rama Krishna Vavilala wrote:
For my product it does not make any sense to have a glittering UI.
Glittering no, good yes. Don't get left behind Rama or you'll find your customers being wowed and converted to UIs that not only work well but look good too.
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
I don't see it happening, at least not until it becomes pointless.
-
Rama Krishna Vavilala wrote:
For my product it does not make any sense to have a glittering UI.
Glittering no, good yes. Don't get left behind Rama or you'll find your customers being wowed and converted to UIs that not only work well but look good too.
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
I don't see it happening, at least not until it becomes pointless.
I would love too. But I don't have a talented graphics designer like you working at my company. :((
-
I would love too. But I don't have a talented graphics designer like you working at my company. :((
LOL, thanks Rama and I am glad you understand the importance of it. And I am a pretty crap graphics designer, that isn't even my job really. I'm "the web guy" :-D
regards, Paul Watson Ireland & South Africa
Shog9 wrote:
I don't see it happening, at least not until it becomes pointless.
-
No but I frequently use WTF.:-D
code-frog wrote:
but I frequently use WTF.
Careful, Microsoft might hijack that acronym for their upcoming Windows Template Foundation. ;P Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
I don't think many developers will touch it until Microsoft releases the graphical designer tools in a useable state. XAML is an exceptionally verbose way to specify a user interface - I don't see many people wanting to write it by hand, not for a serious application anyway. I also have concerns over the amount of code necessary to manipulate the WPF object model programmatically compared to Windows Forms apps. Add to that the fact that developers have already learned a heap of new stuff for C#/VB.NET, Windows Forms/ASP.NET, I think there's a general feeling of "oh no, not another new technology" from Windows developers. Developers don't mind learning new stuff if there is a big benefit but I don't think people are seeing what the benefit is at the present time.
Your right there, for me it could be put to use but in the time taken to learn how to do what I can accomplish now I could do it the old way anyway. The nice thing I like about it is the content templates so you can extend the treeview, listview etc very easily. I could really use that for the project I'm about to complete now.
-
Absolutely. I've created an app for a modeling agency in WPF and it turned out great (imo).
Marc Clifton wrote:
And the real question is, does WPF (meaning in this case the vector graphics stuff) improved the usability of your application, or is it more like a glittering dress with the same wrinkled old woman underneath, albeit with new makeup?
It depends on how you use it. When VB first came out, a bunch of business apps looked like ransom notes. Sure, some folks will use WPF in a disasterous way. But some won't.
:josh: My WPF Blog[^]
We are what we repeatedly do. Excellence then, is not an act, but a habit. - Aristotle -
No but I frequently use WTF.:-D
-
Josh Smith wrote:
I've created an app for a modeling agency in WPF and it turned out great (imo).
Screenshots allowed?
Ed.Poore wrote:
Screenshots allowed?
It will be in a video by MSFT (I can't say which one yet). The video be on the web soon enough (prbly Channel9). :cool:
:josh: My WPF Blog[^]
We are what we repeatedly do. Excellence then, is not an act, but a habit. - Aristotle -
Following up on Weiye Chen's post a few posts below, are you developing with WPF yet? If so, has your company (or you) required that the developers put together snazzy eye candy with WPF or have you/your company hired WPF/UI "experts"? And the real question is, does WPF (meaning in this case the vector graphics stuff) improved the usability of your application, or is it more like a glittering dress with the same wrinkled old woman underneath, albeit with new makeup? (or if you prefer, the same dirty old man dressed up in a tux?) Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh SmithNope - no .NET at all - I can't rely on the runtime being available and admin-requiring installs are a no-no. So, it's native code (in C++) all the way - oh, and the standard UI of the tools I write is the command-line :-) - it suits the type of tool and environment that I target 90% of the time, anyway.
-
Ed.Poore wrote:
Screenshots allowed?
It will be in a video by MSFT (I can't say which one yet). The video be on the web soon enough (prbly Channel9). :cool:
:josh: My WPF Blog[^]
We are what we repeatedly do. Excellence then, is not an act, but a habit. - Aristotle -
Following up on Weiye Chen's post a few posts below, are you developing with WPF yet? If so, has your company (or you) required that the developers put together snazzy eye candy with WPF or have you/your company hired WPF/UI "experts"? And the real question is, does WPF (meaning in this case the vector graphics stuff) improved the usability of your application, or is it more like a glittering dress with the same wrinkled old woman underneath, albeit with new makeup? (or if you prefer, the same dirty old man dressed up in a tux?) Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh SmithGetting ready to start a project that will *probably* use WPF. I have been experimenting with it for the last few days, and so far I have been impressed with the results. The developer support for it is pretty bad right now, but I'm sure that will improve with time. We do have a UI "expert" but he is more on the usability side. We are looking at WPF for it's skinning capabilities and it's compositional nature. There will probably end up being some eye candy that creeps in but we are going to try to keep it to a minimum.
----------------------------- In just two days, tomorrow will be yesterday.
-
Following up on Weiye Chen's post a few posts below, are you developing with WPF yet? If so, has your company (or you) required that the developers put together snazzy eye candy with WPF or have you/your company hired WPF/UI "experts"? And the real question is, does WPF (meaning in this case the vector graphics stuff) improved the usability of your application, or is it more like a glittering dress with the same wrinkled old woman underneath, albeit with new makeup? (or if you prefer, the same dirty old man dressed up in a tux?) Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh SmithI sure plan to when I can find the time to really focus on it. There is a lot more to it than just making things pretty. But for some examples, you might check out some of Josh Smith articles on the topic and his blog. As an example though: http://www.codeproject.com/useritems/CustomTreeViewLayout.asp[^] While I do not have specific use for such a layout, it is amazing how flexible the UI is allow you far more options in building out a GUI than the simple controls provided with Windows. The UI is finally wide open and easy to build things such as animations with little effort. I personally think that a UI is as important as the middle and backend of an application and the more power we can apply the better. Of course, it does depend on how people use it :) As a side note, depending on the app, eye candy can make it more friendly and inviting not to mention, make it sell. I remember Gizmos98 (IIRC the name correctly). That seem to sell quickly at $50 each while providing very little in functionality, it sold basically because of eye candy.
Rocky <>< Latest Code Blog Post: SQL Server Express Warnings & Tips Latest Tech Blog Post: Ready for Internet TV?