Results 1 to 28 of 28

Thread: What do you think of my GUI so far?

  1. #1

    Thread Starter
    Lively Member Tegan's Avatar
    Join Date
    Jun 2005
    Location
    Lincoln, NE
    Posts
    108

    Talking What do you think of my GUI so far?

    Just about ready to release my program for beta testers. I need some constructive input on my GUI.

    --->>> here is a link to the screenshots
    http://www.basic-ware.com/Screenshots/

    The program name is blurred out for right now as I'm awaiting my Trademark.
    Last edited by Tegan; Dec 12th, 2005 at 03:49 AM.
    Tegan Snyder

  2. #2
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Re: What do you think of my GUI so far?

    Great job

    Only thing I saw was on the 'Help' button (main.jpg), the word Help wasn't centered (nting that you were using '...' seemed to offset slightly - minor I know (personaly, I'd loose the '...' (dots) as they don't (in this case) indicate truncation of sorts)
    Last edited by Bruce Fox; Dec 12th, 2005 at 05:27 AM.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: What do you think of my GUI so far?

    Outstanding. Did you use skinning for your background or did you do the color blending etc all through native VB code?

  4. #4
    Banned
    Join Date
    Dec 2005
    Location
    india
    Posts
    35

    Re: What do you think of my GUI so far?

    great work good luck are u releasing it as gpl or properitary??

  5. #5
    Junior Member jeevan's Avatar
    Join Date
    Nov 2005
    Location
    India
    Posts
    22

    Re: What do you think of my GUI so far?

    Great Job,

  6. #6
    Junior Member jeevan's Avatar
    Join Date
    Nov 2005
    Location
    India
    Posts
    22

    Re: What do you think of my GUI so far?

    Great Job

    i am trying to generate a menu bar or submenus as Tegan did.
    Can anyone or Tegan help me to do this.

    Regards,
    Jeevan

  7. #7
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: What do you think of my GUI so far?

    Nice work!!

    and

    Quote Originally Posted by Hack
    Did you use skinning for your background or did you do the color blending etc all through native VB code?
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  8. #8
    Fanatic Member Jumpercables's Avatar
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    592

    Re: What do you think of my GUI so far?

    Nice Job!

    How do you add icons/pictures into the drop down menus?

    C# - .NET 1.1 / .NET 2.0

    "Take everything I say with a grain of salt, sometimes I'm right, sometimes I'm wrong but in the end we've both learned something."
    _____________________
    Regular Expressions Library
    Connection String
    API Functions
    Database FAQ & Tutorial

  9. #9
    Lively Member tHa-gRiM's Avatar
    Join Date
    Sep 2005
    Posts
    126

    Re: What do you think of my GUI so far?

    Select an your criteria to begin..

    That makes no sense but GJ on the skin

  10. #10
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: What do you think of my GUI so far?

    Not bad. Could be made more modern looking. The bog standard grey does not go with your deep blue at all: white would be a much better choice there. Application of visual styles (using a common controls manifest) is always a good thing. Frames are OK, but not great IMO, you can achieve a more modern, clean look using single pixel lines. You also may want to consider trying another font such as Tahoma (Windows design guidelines standard) to replace MS Sans Serif, which is in a word, boring. Remember that adequate spacing is essential for a clean layout - your controls are generally too close together especially in this picture, and the buttons on the toolbar. And instead of approximating the background colour for checkbox captions, you can remove all the text from them and use a Label instead: they can have true transparent backgrounds.

    Hope that assists you a bit

  11. #11
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: What do you think of my GUI so far?

    Not to spoil the party ... however ... there is some inconsistency: rendered background and ordinary buttons/other controls to begin with... If you create some sort of theme then you should "go all the way" and apply it throughout your entire app...
    Nice job otherwise.

  12. #12

    Thread Starter
    Lively Member Tegan's Avatar
    Join Date
    Jun 2005
    Location
    Lincoln, NE
    Posts
    108

    Re: What do you think of my GUI so far?

    Thanks for the advice and all the praise. I use no skinning methods just native vb code and quite the trickery.

    Their needs to be some consistency issues worked out and some spacing problems I agree.
    Tegan Snyder

  13. #13
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: What do you think of my GUI so far?

    One thing you might want to check is what your forms look like at other screen resolutions and color depths and font sizes.

    People often develop something only on one computer, but the first time someone looks at it in another environment everything gets messed up.

  14. #14

    Thread Starter
    Lively Member Tegan's Avatar
    Join Date
    Jun 2005
    Location
    Lincoln, NE
    Posts
    108

    Re: What do you think of my GUI so far?

    One thing you might want to check is what your forms look like at other screen resolutions and color depths and font sizes.

    People often develop something only on one computer, but the first time someone looks at it in another environment everything gets messed up.
    Sure thing on that one. I deal with thoose kind of issues almost daily when designing websites.
    Tegan Snyder

  15. #15
    Fanatic Member ZeBula8's Avatar
    Join Date
    Oct 2002
    Posts
    548

    Re: What do you think of my GUI so far?

    the praise:

    beautiful job -

    the soft blues are really eye appealing...

    and now the criticism:

    aside from this - how is the performance of your app? Beauty is the first step, but above all, functionality is the next tier....

  16. #16
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Re: What do you think of my GUI so far?

    Quote Originally Posted by ZeBula8
    .... aside from this - how is the performance of your app? Beauty is the first step, but above all, functionality is the next tier....

    Hi ZeBula8,
    Valid point, however, at this stage I think the intention was for GUI feedback as per the Subject


    Regards,

  17. #17

  18. #18
    Fanatic Member ZeBula8's Avatar
    Join Date
    Oct 2002
    Posts
    548

    Re: What do you think of my GUI so far?

    You've got me there, Rhino;

    Functionality is the foremost -

  19. #19

  20. #20
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: What do you think of my GUI so far?

    It would help if you could remove or replace those VB6.0 icons...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  21. #21

    Thread Starter
    Lively Member Tegan's Avatar
    Join Date
    Jun 2005
    Location
    Lincoln, NE
    Posts
    108

    Re: What do you think of my GUI so far?

    I have designed some better icons however I havent compiled it yet so they are not showing in the program.

    VB doesnt like 32bit fancy icons so I have to use some tricks from VBAccelerator site.

    The program is functioning good so far. Just running into some redraw errors and what not at the moment.

    All the functions - (click, drag, resize, edit, rich text) are created dynamically and to determine specifics we use alot of the properties tag features.

    We might have like 6 different properties seperated by a comma in an objects tag that are completely dynamic and can change on the fly.
    Tegan Snyder

  22. #22
    Lively Member
    Join Date
    Dec 2005
    Posts
    109

    Re: What do you think of my GUI so far?

    Great job. It really shows off the visual aspect of vb. But as rhino and ZeBula8 said, it doesn't do anyone any good for it to look pretty if it doesn't function well. Thats like a sports car, with flames, and all sorts of visual upgrades, that doesn't have an engine.

  23. #23
    Frenzied Member cssriraman's Avatar
    Join Date
    Jun 2005
    Posts
    1,465

    Re: What do you think of my GUI so far?

    Good Job. The alignment of Label with text box and label with combo box should be adjusted. They are not straight perfectly. I know this are minor issues.

    Anyway, Great work!
    CS

  24. #24
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: What do you think of my GUI so far?

    Cool
    One prob
    In the design window it has a very very large space for the time in the status bar.

  25. #25

    Thread Starter
    Lively Member Tegan's Avatar
    Join Date
    Jun 2005
    Location
    Lincoln, NE
    Posts
    108

    Re: What do you think of my GUI so far?

    ***Update***

    Here a few new screenshots. I will be implementing your GUI suggestions in my time away from coding.

    My whole life right now is this program.

    Here is the updated links...
    http://www.basic-ware.com/Screenshots/new1.jpg
    http://www.basic-ware.com/Screenshots/new2.jpg
    http://www.basic-ware.com/Screenshots/new3.jpg
    http://www.basic-ware.com/Screenshots/new4.jpg
    http://www.basic-ware.com/Screenshots/new5.jpg
    http://www.basic-ware.com/Screenshots/new6.jpg

    If I dont reply back in 6 or 7 hours its because I've been up 24hours straight and finally got some sleep.
    Tegan Snyder

  26. #26
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: What do you think of my GUI so far?

    Thats pretty good

  27. #27
    Member nn77's Avatar
    Join Date
    Dec 2005
    Posts
    45

    Re: What do you think of my GUI so far?

    Wow ,Can I have the code for the colours and background,at lest from one of ur forms,please

  28. #28

    Thread Starter
    Lively Member Tegan's Avatar
    Join Date
    Jun 2005
    Location
    Lincoln, NE
    Posts
    108

    Re: What do you think of my GUI so far?

    Here are a few updated screenshots including some of our program in the VB IDE and how screwed up it looks.

    We just got a few things working today that are a major step towards completion. Shapes, images, and text resizing are working great.

    Check it out...

    http://www.basic-ware.com/Screenshots/inVB1.jpg
    http://www.basic-ware.com/Screenshots/inVB2.jpg
    http://www.basic-ware.com/Screenshots/new7.jpg
    http://www.basic-ware.com/Screenshots/new8.jpg

    The directory of all of them so far
    http://www.basic-ware.com/Screenshots/
    Tegan Snyder

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width