Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 136

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Location
    Los Angeles
    Posts
    945

    Default Re: Design a Logo for XaRT

    The actual coders decided that we would like to start with a basic design and get the functionality there. I actually like RIKs take better initially for the content. I would like to add a field for each item that showed it had been changed from the default value - I think this would be helpful.
    Plus, as I pointed out this is a standard windows app and as such should have the standard controls for menus. Look at the one I proposed.
    Grace
    http://gracehjs.com/
    Xara Software XDP11
    IP

  2. #2

    Default Re: Design a Logo for XaRT

    Grace,

    Design by committee is rarely efficient and at this stage is rather distracting. Having done large-scale programming in the past, I feel you are on the best track to make it functional in all aspects, followed by likely reorganization (moving controls to different tabs, renaming controls, etc.), and then gather all the ideas on appearance and making a decision as to where you take it.

    If I were the programmer here, I would leave the appearance-oriented threads to develop and probably not even take the time to comment on them. It is incredibly premature--but then, appearance issues are the easiest part for most designers.

    Mike
    IP

  3. #3
    Join Date
    May 2002
    Location
    Liverpool, NY
    Posts
    2,628

    Default Re: Design a Logo for XaRT

    Hi Grace, Steven, Pete and the other programmers,

    I think that part of the communications disconnect we are running into here is that of jargon and viewpoint.

    When Grace talks of Standard Windows Program, I'm sure that has much more meaning to it than what comes across to the non-programmer. You see, from a non-programmer's viewpoint if it runs on Windows it is a standard Windows Program as opposed to a Web app or a Macintosh program.

    And it gets even more vague, because a lot of Windows 8 stuff looks a lot more like a Web App or a Mobile app. And Windows Desktop apps themselves have had lots of different looks over the ages and were sometime more dependent on what the coding/authoring system was than the OS they ran on. Think of all those Borland-built shareware apps - you could spot those a mile away.

    The expectations of what is feasible or desirable also vary. The backend/programmer's viewpoint is quite different than that of frontend UI developer and both are very different from that of the customer/enduser. See endless debate on the why and the how of how dark vs light interfaces are coded, changed and used. And everyone of these three groups think that their job/use is the most important and that the project should start and flow and be based on their viewpoint.

    But both the front and back end team have to work together to generate a great (or even adequate product). It does no good for the front end designers to deliver a design that is unreasonably hard to implement or maintain or scale. It does the programmers no good to do their work without a clear idea of what the output, the presentation will be. And user's, particularly the artistically inclined, won't use the product if their needs for functionality, dicoverablity and over-all aesthetics aren't met. And programmers won't program if their basic needs are not met and their voice is not heard and neither will the graphic artists, document writers and promotion-minded members of the project.

    So to the programmer's I ask, what are the requirements for a Standard Windows Program?

    If the rectangular program window ( not a floating app) includes:
    1. A title bar: Program logo --> Program Title --> Minimize Restore/Down and Close buttons
    2. A menu bar: with File Help About
    3. Content Window ( the space between the titlebar/menu and any vertical or horizontal scroll bars or status bar.

    A. A Background similar to the pasteboard background layer or body background on a web page or wallpaper.
    B.The multi-page form field that contains the options that the user will select or deslect or otherwise modify.
    a. The form itself uses check boxes, sliders, drop-down, list boxes, form entry fields etc.
    C. Controls for the form - choose which form page displays
    D. Some kind of control that chooses which program's registry options are being worked on.
    E. Some kind of control buttons like OK Cancel Apply Finish etc.
    F. Maybe tool tips or information buttons bringing up context sensitive help or just a help or support buttons
    G. Status Bar

    Questions - must the the form field B be rectangular? Microsoft's Page, Changing the Appearance of Windows Forms has a section on How to: Create Nonrectangular Windows Forms and other forms related info. Would creating a non-rectangular form be possible given the programming tools you have or is it unreasonably difficult?

    The controls within the form field (B.a) do they have to be the default ones provided by the OS or your programming library or can custom ones be used. Again, once custom looking sliders or check boxes or toggles are designed, and provided to the programming team in whatever formats and sizes they need to be, are they unreasonably hard to use and or maintain?

    Pete brought up the idea of scaleablity. I can see where having the controls in a circle could make it difficult to add new tabs. New artwork at the very least would be required (although I think you will always have a stable of capable and willing artists available), but I'm guessing that the coordinates would also have to be adjusted in the code which adds complexity. So...

    Is it possible to have a vertical list of tab buttons that is not visually attached to some kind of non-rectangular form field display. And could those tab buttons have a distinctive look the way web menus can?

    Once some of these questions are answered then I think the design part of the team can come up with reasonable, but graphically interesting designs that meet programming needs.

    Good Programming takes time and it doesn't occur in a vacuum - that is understood. But good graphical interfaces also don't happen overnight. I truly believe that they have to evolve side by side.
    IP

  4. #4
    Join Date
    May 2002
    Location
    Liverpool, NY
    Posts
    2,628

    Default Re: Design a Logo for XaRT

    Sorry the thread was closed inadvertently. I've reopened it and it is operational again. Sorry for the inconvenience.
    Barbara Bouton
    TalkGraphics Forum Administrator

    The Xara Xone website developer. | TheBoutons.com
    IP

  5. #5
    Join Date
    Sep 2000
    Location
    Bracknell, UK
    Posts
    8,659

    Default Re: Design a Logo for XaRT

    The actual coders decided that we would like to start with a basic design and get the functionality there.

    As a coder myself, I'd say that it's a mistake to not get that design done before making something that gets seen by the community (what the coders make for testing and never gets seen is immaterial).

    My development uses the MVC pattern, so the actual look doesn't matter too much, but I can build the functionality without knowing what the UI looks like.

    I guess you guys need to know what tabs/sections will be required and what options can be changed. The coders can build that functionality and the UI can be made to reflect how the user interacts against that functionality.

    Get the design done properly. Reduce complexity by only implementing one tab/section/.., then build on it.

    If you don't finalise the UI and functionality first, it will turn into a lot of grief to change it afterwards.

    Better start with something you're proud of from the get-go.

    It's not a race, is it?
    IP

  6. #6
    Join Date
    Jan 2004
    Location
    Holland Patent, NY, USA
    Posts
    605

    Default Re: Design a Logo for XaRT

    Folks, the project is just getting started and the team is just getting organized, sorting out who has what skills, what needs to be done, how to divvy up tasks, etc. Aside from that, several different time zones are represented by those participating, which makes collaboration interesting.

    I think that these are all good ideas and questions, and would encourage everyone interested to keep coming up with suggestions, but also be patient. Things will likely move slowly, at least for a while.

    A standard Windows program, is generally the boring text boxes, check boxes, tabs, menus, dialog boxes, etc that you're used to seeing on most typical Windows apps. When I look at Barbara's design, I jump to, "Wow, that's pretty cool! How would I implement that?" Truthfully, I don't know how many of us have designed a "Kai's Power Tools" style interface, but I know I have not. There's a lot of detail to work through.

    For my part, I've never actively participated in an open source project, so I can't say how this will go. I hope it's successful because I think it's a good idea. The main thing is to have fun in the process.
    Last edited by StevenWWinters; 19 May 2013 at 04:45 PM.
    IP

  7. #7
    Join Date
    Jan 2006
    Location
    Los Angeles
    Posts
    945

    Default Re: Design a Logo for XaRT

    See inline
    Quote Originally Posted by Barbara B View Post
    Hi Grace, Steven, Pete and the other programmers,



    So to the programmer's I ask, what are the requirements for a Standard Windows Program?

    If the rectangular program window ( not a floating app) includes:
    1. A title bar: Program logo --> Program Title --> Minimize Restore/Down and Close buttons
    2. A menu bar: with File Help About
    3. Content Window ( the space between the titlebar/menu and any vertical or horizontal scroll bars or status bar.

    A. A Background similar to the pasteboard background layer or body background on a web page or wallpaper.
    B.The multi-page form field that contains the options that the user will select or deslect or otherwise modify.
    a. The form itself uses check boxes, sliders, drop-down, list boxes, form entry fields etc.
    C. Controls for the form - choose which form page displays
    D. Some kind of control that chooses which program's registry options are being worked on.
    E. Some kind of control buttons like OK Cancel Apply Finish etc.
    F. Maybe tool tips or information buttons bringing up context sensitive help or just a help or support buttons
    G. Status Bar

    Questions - must the the form field B be rectangular? Microsoft's Page, Changing the Appearance of Windows Forms has a section on How to: Create Nonrectangular Windows Forms and other forms related info. Would creating a non-rectangular form be possible given the programming tools you have or is it unreasonably difficult?
    With C# and using the framework toolbox we would need a square Form, and I could not find any way to change the colour of the title bar.

    The controls within the form field (B.a) do they have to be the default ones provided by the OS or your programming library or can custom ones be used. Again, once custom looking sliders or check boxes or toggles are designed, and provided to the programming team in whatever formats and sizes they need to be, are they unreasonably hard to use and or maintain?
    Again I would prefer to use the standard controls, although I have pretty good control as to colours and background graphics.
    Pete brought up the idea of scaleablity. I can see where having the controls in a circle could make it difficult to add new tabs. New artwork at the very least would be required (although I think you will always have a stable of capable and willing artists available), but I'm guessing that the coordinates would also have to be adjusted in the code which adds complexity. So...

    Is it possible to have a vertical list of tab buttons that is not visually attached to some kind of non-rectangular form field display. And could those tab buttons have a distinctive look the way web menus can?
    I am not sure but I will think about this
    Once some of these questions are answered then I think the design part of the team can come up with reasonable, but graphically interesting designs that meet programming needs.

    Good Programming takes time and it doesn't occur in a vacuum - that is understood. But good graphical interfaces also don't happen overnight. I truly believe that they have to evolve side by side.
    I think basic controls is the way to go initially. As this is open source others can also start playing with it and see what they can come up with. However, a major advantage of KISS is that people who come after us have something that is familiar to them
    Grace
    http://gracehjs.com/
    Xara Software XDP11
    IP

  8. #8
    Join Date
    Jun 2009
    Location
    Reading. UK
    Posts
    6,995

    Default Re: Design a Logo for XaRT

    Well. I had already started to do this one.
    So, as I've finished it, I'll post it and hope that it helps to give another choice.

    Also. Unless I've misread things, it seems that no more designs are wanted.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	xart ui 2.jpg 
Views:	617 
Size:	44.9 KB 
ID:	96217  

    Featured Artist on Xara Xone . May 2011
    . A Shield . My First Tutorial
    . Bottle Cap . My Second Tutorial on Xara Xone
    IP

  9. #9
    Join Date
    Aug 2010
    Posts
    533

    Default Re: Design a Logo for XaRT

    Quote Originally Posted by Rik View Post
    Well. I had already started to do this one.
    So, as I've finished it, I'll post it and hope that it helps to give another choice.

    Also. Unless I've misread things, it seems that no more designs are wanted.
    So far this one get my vote
    IP

  10. #10
    Join Date
    Jan 2004
    Location
    Holland Patent, NY, USA
    Posts
    605

    Default Re: Design a Logo for XaRT

    Quote Originally Posted by Rik View Post
    Also. Unless I've misread things, it seems that no more designs are wanted.
    Not necessarily.
    IP

 

 

Bookmarks

Posting Permissions

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