Looking for examples of good IDEs to analyze for Form/Report design
Posted
by Paul Sasik
on Stack Overflow
See other posts from Stack Overflow
or by Paul Sasik
Published on 2010-03-26T13:51:18Z
Indexed on
2010/03/26
13:53 UTC
Read the original article
Hit count: 252
form-designer
|ui
I am working on a basic form/report designer. Some of the features i'm looking to implement are:
- Single or multiple selection of objects
- Alignment of objects (when several are selected)
- Same-sizing of objects (when several are selected)
- Moving/dragging of selected object(s)
- Selected object resizing in eight directions (using object grips)
For features and look-and-feel I've analyzed and used a mixture of ideas from:
- MS Visual Studio 200x (most useful so far)
- Visio
- Crystal Reports
My question is: Have I overlooked some other IDEs that provide these kinds of features that are better and user-friendlier examples of what to do than others i've looked at? (They don't have to be Microsoft products. That's just what i have ready access to.)
© Stack Overflow or respective owner