page 1 of 1
Comments: 10 | Views: 820
We all know that simple anchors/docks and Flow/Table Layout Panel don't suffices professional layout management need of Windows Forms. Taking cue from this need of any Winforms developer, Smart Components have released a powerful and easy layout manager for Winforms. It is named SmartLayouts. It contains 5 Controls with a Visual studio plugin.
It is powerful because you can create all types of Forms layout using this. It is easy because it is natural and unobtrusive. You don't need to change your normal flow of GUI designig.
So, Visit http://www.smart-components.com/ . to try the trial version.
It is also offering Special Discount offer of a few days. See the website for details.

figuerres
figuerres
???

well first this is not the right place for this post, it should be in the coffeehouse.

second you should hire someone to proof-read your web site, several places the english reads wrong.

 

vesuvius
vesuvius
Everyone has talent at twenty-five. The difficulty is to have it at fifty.

SmartLayouts is a layout manager for Windows forms on the .Net platform to ease the design and development of GUI. It assists in arranging of various winforms GUI elements, and controls the behaviour of those elements when the form is resized or repositioned.

GUI designing is often an unnecessarily time-consuming and annoying part of software development. Arranging controls with pixel-based design tools proves to be a laborious task, and usually you still don't get what you desired. Even after that, you require manual coding for repositioning and resizing of controls for various resolutions. If you need to change your GUI in the long run, your work increases exponentially. Although .Net provides basic layout managers, but they are insufficient for any professional GUI development.

SmartLayouts fills the gap left by .Net platform. It uses a unique methodology and algorithm for almost all of your layout tasks. Unlike many similar solutions, it is natural and unobtrusive. It doesn't get in your way when designing your GUI . Your form design flow remains as previous, but you don't need to bother about pixel-perfect design. After that, adding SmartLayouts to your form is very easy. The result is resolution-independent, maintainable GUI within the least possible time.

*******************************************************

Some tips.

  1. Never start a sentence with the word "And".
  2. the Krypton Tool kit is free and you get the Office 2007 look and feel. For the money you are charging, you could get a Ribbon Control and Navigator and the New docking system out next week.







figuerres
figuerres
???
well to be honest I find that the windows panels, grid and docking work fine for 90% or more of all layouts.
in very few cases do I find them to now work as needed.
and given that you are offering one control.... it just does not seem worth it.

In my experience most developers who have layout problems just do not know how to use the layout tools they have already.

yes there are some cases where more can be done, but in the few cases I can handle the issues with a bit of tewaking and some custom code.
vesuvius
vesuvius
Everyone has talent at twenty-five. The difficulty is to have it at fifty.
Completely right, I've never felt the need to use a layout manager, once you know how to use the traditional controls well. The important thing to take from this is, whether it is Krypton or DevExpress, they all offer a suite of controls not just the one which you are doing at the moment.

There is a similar start-up guy here, and he offers far much more than you do. I have the utmost respect for control developers because it is difficult, and unless you can offer a lot more than what is on code project, then you will find it difficult.

You need a suite of controls or better put, you need a toolbox with loads of different tools to help me create something. As it is you have just a screwdriver, and I need far much more than that.

Good Luck!
figuerres
figuerres
???
I have done a ton of coding and forms. I used to run machines running Sun OS, Linux, Mac, the Amiga and others.

as for "At the workplace, I found out that people were simply turning off resizing option in Form to get rid ot repositioning problem!
"

so they did not know how to use the builtin layout tools. that does not mean they would have to manualy calculate the control locations and do lot's of work.

they just need to know how touse the tools they have.
Hey I am not saying you have not done some cool work to make it better....
but I am saying that often folks never take any time to really learn how to use the tools they have.