Discuss Easy GUI design software? in the Software Design forum on Dev Shed. Easy GUI design software? Software design forum discussing design principles and non-language specific algorithms. Get help with logic, algebraic, or relational concepts.
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month! Download and Activate to enter!
Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.
Posts: 275
Time spent in forums: 2 Days 5 h 20 m 39 sec
Reputation Power: 9
Easy GUI design software?
I am designing a software app and I need to design the GUI butI have no experience with it. Is there easy software out there that will let me place buttons, tabs, icons etc... doesn't have to actually function, I'm just going to do a basic design so my programmers can see what it is I want.
Posts: 258
Time spent in forums: 5 Days 14 h 54 m 22 sec
Reputation Power: 52
well the only application i can think of would be visual studio or something. you could just design your window in visual studio (very easy) and preview it and voila you have your custom made window, or you could use the visual basic add-on to microsft word and draw it in there.
Last edited by calpol2004 : March 5th, 2006 at 04:13 AM.
Posts: 121
Time spent in forums: 9 h 57 m 6 sec
Reputation Power: 9
Quote:
Originally Posted by Piston2
I am designing a software app and I need to design the GUI butI have no experience with it. Is there easy software out there that will let me place buttons, tabs, icons etc... doesn't have to actually function, I'm just going to do a basic design so my programmers can see what it is I want.
Posts: 504
Time spent in forums: 2 Days 4 h 5 m 47 sec
Reputation Power: 16
If you're looking to separate design from code logic, which is a big thing these days, and you don't mind bleeding edge, still in beta software, take a look at microsoft's newest GUI designer,
Posts: 394
Time spent in forums: 3 Days 10 h 34 m 35 sec
Warnings Level: 10
Number of bans: 1
Reputation Power: 0
Expression Interactive Designer is a great tool for designing User Interfaces and provides better User Experience but if you can not afford this software then Try paper pencil .... create mock up screens with hand, just label or comment the tool names in apropriate locations where ever you want the programmers to place them.
this is the quikest and simplest way to create UI mock up screens.
Last edited by wapindya : March 10th, 2006 at 03:01 PM.
Posts: 1
Time spent in forums: 28 m 9 sec
Reputation Power: 0
If you coded in C++, try wxWidgets. It has an LGPL license, so it's free. There is also a free WYSIWYG tool available here, which is an extention to the Dev-C++.
It works pretty much out-of-the-box, but you have to integrate your project in Dev-C++, which shouldn't be a problem if you have a bit of programming experience.
Posts: 217
Time spent in forums: 2 Weeks 15 h 21 m 23 sec
Reputation Power: 21
Quote:
Originally Posted by Piston2
I am designing a software app and I need to design the GUI butI have no experience with it. Is there easy software out there that will let me place buttons, tabs, icons etc... doesn't have to actually function, I'm just going to do a basic design so my programmers can see what it is I want.
You can use Microsoft Visual Basic Editor. It's easy to use, you get all the basic controls you require(TextBox, ComboBox, CheckBox, TabStrip, MultiPage, ...) and saves you from downloading any other tools.
Open Microsoft Excel
From the Tools menu, select Macros then Visual Basic Editor (alternatively you can press Alt + F11)
From the editor, click on the Insert menu, then select UserForm
From there you can then add your controls to your form. Voila! Simple and easy.