Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. [UI Design] presenting a filename to the user.

[UI Design] presenting a filename to the user.

Scheduled Pinned Locked Moved Design and Architecture
designhelpquestion
2 Posts 2 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Maximilien
    wrote on last edited by
    #1

    I have a form ( dialog ) that shows (among other things ) a simple Edit box and a Button to browse ( calls a file selector ) What should I show to the user in the Edit Box ? The complete filename ( path and extension : c:\\MyPath\\MyFilename.Extension ) Only the filename ? With or without the extension ? ( MyFilename.Extension or MyFilename ) Should the Edit box be editable ? The issue I have right now is that if I show the complete filename, and the user decide to type only a name ( no path or extension ) what should be the behaviour ? Reject the filename and warn the user ? Try to build a default path with the default extension ? Thanks.


    Maximilien Lincourt Your Head A Splode - Strong Bad

    R 1 Reply Last reply
    0
    • M Maximilien

      I have a form ( dialog ) that shows (among other things ) a simple Edit box and a Button to browse ( calls a file selector ) What should I show to the user in the Edit Box ? The complete filename ( path and extension : c:\\MyPath\\MyFilename.Extension ) Only the filename ? With or without the extension ? ( MyFilename.Extension or MyFilename ) Should the Edit box be editable ? The issue I have right now is that if I show the complete filename, and the user decide to type only a name ( no path or extension ) what should be the behaviour ? Reject the filename and warn the user ? Try to build a default path with the default extension ? Thanks.


      Maximilien Lincourt Your Head A Splode - Strong Bad

      R Offline
      R Offline
      Rob Graham
      wrote on last edited by
      #2

      Have an edit box for the path, filled initially with some good default path Have another edit box for the file name have a third for the extension (defaulted as for the path) when the user changes either the path or extension, save the changes as new defaults Use a static/label to display the full path

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups