Powerbasic Museum 2020-B

General Category => General Discussion => Topic started by: Charles Pegge on February 22, 2008, 12:05:10 PM

Title: Application-Design Mistakes
Post by: Charles Pegge on February 22, 2008, 12:05:10 PM

This article makes some very good points about the design of a user interface.

http://www.useit.com/alertbox/application-mistakes.html
Title: Re: Application-Design Mistakes
Post by: Kent Sarikaya on February 22, 2008, 04:17:25 PM
Great article. A definite bookmark for future reference again! Thanks Charles.
Title: Re: Application-Design Mistakes
Post by: Theo Gottwald on February 22, 2008, 07:40:17 PM
If you want a state-of-the art user interface, take a look here:

http://www.infragistics.com/dotnet/netadvantage/winforms.aspx#Overview

I am not sure this can easily be used with PB however :-(.
Title: Re: Application-Design Mistakes
Post by: Edwin Knoppert on February 22, 2008, 07:46:40 PM
We use controls from www.devexpress.com
They seem to work very hard to improve their controls.
The update rate lately was amazing and controls are really thorough.

I have only seen a few of the ASP.NET controls like their grid, pivotgrid(!) and schedule control (and a few ordinary things like panels)

The gridstuff is *really* dynamic, grouping by dragging a column onto the top bar.
Sum, count and such.
If you are doing this for a job, you may consider to check their demo's.

http://demos.devexpress.com/ASPxPivotGridDemos/SampleReports/ProductReports.aspx
Title: Re: Application-Design Mistakes
Post by: Theo Gottwald on February 23, 2008, 08:14:50 AM
Is it only controls, or do they also deliver a complete "Windows Framework" (this is something like a  predefined collection of Splittterbars)?