Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Developing Attractive non-GUI Apps for Unix?

Posted by Cliff on Wed May 09, 2001 01:24 PM
from the ease-of-use-doesn't-necessarily-mean-WIMP dept.
Lysol asks: "Many years ago I wrote a POS (Point of Sale System) in a language (that's amazingly still around) called PowerBasic. One thing I really liked about it was the ability to do inline assembly and compile to machine code, which was a very big deal for DOS-based Basic code. For my POS app I used many text graphic libraries that gave me a poor-mans GUI for DOS. Now I'm going back to school and I need to brush up on my C, and that got me thinking about developing it in Linux. When I deployed this system it ran on old 386 machines. A lot of newer systems run on expensive hardware and it would be cool to provide a free GPL POS on Linux that can function as aterminal/text based solution. If you've ever used a cash register, sometimes GUI stuff with a mouse is not the best...especially for end users." One only has to look at FreshMeat to find examples of text UI libraries (and I'm sure that list isn't a complete one), but which ones have you used that you found enjoyable to develop in? How easy would it be to develop a text-mode application that has a UI that is just as capable as any GUI?

"I first want to deploy it using a terminal interface instead of a GUI interface for the simple reason that there will be times when it's better to run thin machines without installing X11, and it might be easier to implement rather than jumping right into GTK or some X11 widget toolkit. So does anyone know of any character based UI libraries that are available for C?"

This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2 | 3
  • Re:Scripting Language by Anonymous Coward (Score:1) Wednesday May 09 2001, @10:01AM
  • Re:Why use text? by Anonymous Coward (Score:1) Wednesday May 09 2001, @10:05AM
  • Re:Curses by Anonymous Coward (Score:1) Wednesday May 09 2001, @10:44AM
  • What we really need by Anonymous Coward (Score:2) Wednesday May 09 2001, @09:45AM
  • I like hearing this discussion :) by Chris Johnson (Score:2) Wednesday May 09 2001, @08:53PM
  • by cduffy (652) <charles+slashdot&dyfis,net> on Wednesday May 09 2001, @09:40AM (#234939)
    If Python's your game (and it should be!) you can find some Python textual UI libraries at:
    http://www.vex.net/parnassus/apyllo.py/808292924.2 43256747 (remove the space, slashdot put it in).

    Yes, I know, you're a C programmer... but (a) this might be useful to someone, and (b) you should really consider using python, at least for your prototype -- it's much, much faster to develop with.

  • Re:A company to check out: ViewTouch by Jamie Zawinski (Score:2) Wednesday May 09 2001, @04:33PM
  • Re:Not for me. I love this topic. by Caine (Score:1) Wednesday May 09 2001, @11:12AM
  • better (maybe you'll agree) by On Lawn (Score:1) Wednesday May 09 2001, @12:13PM
  • ANSI and Ncurses by kwalker (Score:1) Wednesday May 09 2001, @03:23PM
  • One word: Emacs (Score:3)

    by Just Some Guy (3352) <kirk+slashdot@strauser.com> on Wednesday May 09 2001, @10:36AM (#234944) Homepage Journal

    Just write the thing in Elisp. We already have mailreaders, mp3 players, Intercal development environments, and a web browser -- just glue the appropriate parts together and move on with life! Plus, if your users get too frustrated, just set some keybinds to locate `doctor' when they hit F1:



    How do I enter a sale?

    Is it because do you enter a sale that you came to me?

    Duh. How much do these jeans cost?

    Does it bother you that much do these jeans cost?

    Hell yeah! My boss is gonna kill me!

    This is not a healthy way of thinking.

    HOW MUCH ARE THE DAMN JEANS?!?!?!?

    When did you first know that much are the damn jeans?

    Die.

    Can you elaborate on that?

    Die slowly.

    Are you annoyed that you, too, may die someday?
  • by docwhat (3582) on Wednesday May 09 2001, @10:14AM (#234945) Homepage
    Now that good old TurboVision is open source, you can use it: TurboVision on FreshMeat [freshmeat.net]

    Take your pick: GPL or BSD Licensed. :-)

  • After you're done, talk to JWZ by rho (Score:2) Wednesday May 09 2001, @10:42AM
  • Ncurses by Dogun (Score:2) Wednesday May 09 2001, @10:24AM
  • Re:Keyboard vs. Touch Screen by sacherjj (Score:1) Wednesday May 09 2001, @10:42AM
  • by HP LoveJet (8592) on Wednesday May 09 2001, @09:36AM (#234949)
    ...but add my voice to the chorus cheering for curses. It's free, it's incredibly easy to understand, and support for it is never going away.

    The O'Reilly minibook Programming with curses (which I used to think was a "Unix-Hater's Handbook"-style thing) is a great place to start. Good luck.
  • turbo vision by Phexro (Score:2) Wednesday May 09 2001, @10:13AM
  • Re:What Linux needs is some GUI but non-X-based ap by killbill (Score:1) Wednesday May 09 2001, @10:00AM
  • Re:Totally Offtopic but needed to be posted by Lysol (Score:1) Wednesday May 09 2001, @01:01PM
  • Re:The problem being... by Photon Ghoul (Score:1) Wednesday May 09 2001, @09:42AM
  • Re:Keyboard vs. Touch Screen by Photon Ghoul (Score:1) Wednesday May 09 2001, @10:00AM
  • No documentation or grid widget by ChrisWong (Score:1) Thursday May 10 2001, @06:28AM
  • Answer: NOT Curses or Slang by ChrisWong (Score:2) Thursday May 10 2001, @06:42AM
  • Re:Dumb it down. WAY down... by paul7e (Score:1) Wednesday May 09 2001, @12:56PM
  • by paul7e (17646) on Wednesday May 09 2001, @10:10AM (#234958)
    Ever notice that there isn't a mouse attached to the register at McDonald's?

    And that the "user interface" is little pictures of food you touch to select?

    The moral is that the dumber the interface, the better. Even using a mouse is a learned skill that cashiers might or might not have learned. And using the tab key to cycle between options? Forget it!

    Pushing simple buttons is the only answer. If you can't work with a touch-screen, the old reliable Function Keys are your next best bet and seem very popular in POS systems. Of course, don't forget to paint them different colors, and have them custom-covered with key labels like "New Customer", "Visa", or whatever...

    To all intents and purposes, you have to design a POS system as if the user had never SEEN a computer, let alone learned anything about them. Fortunately, text-based displays work well with push-button input systems, but before you worry about what your going to draw on the screen, figure out how the brain-addled user is going to tell the system what to do.

    paul

  • Re:Linux POS System by ywwg (Score:2) Wednesday May 09 2001, @07:05PM
  • Re:wussies (Score:5)

    by double_h (21284) on Wednesday May 09 2001, @09:53AM (#234960) Homepage

    You sissies and your monitors...why don't you program like real men, using flashing LEDs to let you know what's going on.

    Ahh, you too have no idea how coddled and pampered you really are. When I learned to code, LEDs weren't yet in widespread use, and all of the computers used HEDs (heat emitting diodes) for status displays. The only way to tell if a bit was set was to touch a HED and see if your fingers got burned. It was no fun at all coming off of an all-night hacking binge with my fingers covered in tiny pinpoint-sized burns from a particularly gruelling debugging session, only to go to work for twelve hours manufacturing watch springs in a dangerous sweatshop just so I could afford the computer time and a bit of coal to fuel young Timmy's iron lung.

    I'm just glad I wasn't there the night that some fool decided to mess around with the system clock multiplier, causing all the HEDs to set fire to the console, burning down not only the data center but also two adjacent nursing homes and a Salvation Army warehouse used to store surplus 72oz cans of bean w/bacon soup.

    Reservoir Zigs [prmsystems.com]

  • Re:Curses by Bob Dobbs (Score:1) Wednesday May 09 2001, @09:53AM
  • Re:text = cheap by divbyzero (Score:1) Thursday May 10 2001, @05:38AM
  • use lynx by djinn87 (Score:1) Wednesday May 09 2001, @09:58AM
  • *Raises hand* by LocalH (Score:1) Wednesday May 09 2001, @05:49PM
  • don't program for Linux by rp (Score:1) Wednesday May 09 2001, @10:43PM
  • Re:The problem being... by egon (Score:1) Wednesday May 09 2001, @10:04AM
  • CDK Works by chaumu (Score:2) Wednesday May 09 2001, @01:10PM
  • Re:Trolltech does this... by ianezz (Score:1) Thursday May 10 2001, @01:15PM
  • Re:GEOS! by spudnic (Score:1) Thursday May 10 2001, @12:47PM
  • A company to check out: ViewTouch by hardaker (Score:2) Wednesday May 09 2001, @12:01PM
  • Linux POS System (Score:5)

    by SirShadowlord (32925) on Wednesday May 09 2001, @09:37AM (#234971) Homepage
    Ah, none other than the Jamie Zawinski (of netscape/Mozilla/Lucid Emacs fame) has been working on this particular problem.

    Check out:
    http://www.dnalounge.com/backstage/log/2001/02.htm l

    Where Jamie provides a pointer to:

    http://www.linuxcanada.com/linuxpos.html

    He also took a swipe at hacking up his own Linux based POS system:

    http://www.dnalounge.com/backstage/src/pos/

  • Great Linux POS System by Racher (Score:1) Wednesday May 09 2001, @11:46AM
  • Re:Scripting Language by Zurk (Score:1) Wednesday May 09 2001, @10:23AM
  • Re:Scripting Language by Zurk (Score:1) Wednesday May 09 2001, @01:35PM
  • links vs lynx by harlan (Score:1) Wednesday May 09 2001, @05:38PM
  • Re:Since gfx gui and txt gui API? by p3d0 (Score:1) Wednesday May 09 2001, @10:07AM
  • Re:Actually, a good question by Chandon Seldon (Score:1) Thursday May 10 2001, @05:49AM
  • Hmm... by cr0sh (Score:2) Wednesday May 09 2001, @12:04PM
  • Re:Keyboard vs. Touch Screen by Sogol (Score:1) Wednesday May 09 2001, @12:19PM
  • Re:The problem being... by civilizedINTENSITY (Score:1) Wednesday May 09 2001, @07:38PM
  • Re:Gesture System? by Pedersen (Score:1) Wednesday May 09 2001, @10:23AM
  • Re:TurboVision is one by Pedersen (Score:2) Wednesday May 09 2001, @10:08AM
  • Re:The problem being... by ddstreet (Score:2) Wednesday May 09 2001, @09:42AM
  • TurboVision is one by ppetrakis (Score:1) Wednesday May 09 2001, @09:42AM
  • by MartinG (52587) on Wednesday May 09 2001, @09:42AM (#234985) Homepage Journal
    Along the same lines, I have been thinking for a while about a single simple API with multiple backends so you can write an app once and it will either target curses, gtk+, qt, win32 etc.

    Obviously I'm talking about seriously simple GUIs here with nothing much more than a few input fields and some validation. No cross-widget realtime updating or drag & drop etc.
    Maybe it wouldn't be much use to most ppl, but these are often the kind of simple apps I find myself writing. I think configuration tools would be a good example that could gain from this. (also, I have just thought, how about a HTML backend !?)

    I guess my point is that people seem to be choosing ever growing widget sets and committing themselves to an API which is often way more complex than they need. If some ultra-simple, multi-targetted API was available people might run your app in future in ways you didn't possibly imagine.

    Maybe I'll start designing it myself some time soon....
  • Re:Since gfx gui and txt gui API? by 1010011010 (Score:2) Wednesday May 09 2001, @04:49PM
  • Re:Totally Offtopic but needed to be posted by 1010011010 (Score:2) Wednesday May 09 2001, @04:54PM
  • by micahjd (54824) <micahjd@users.sourceforge.net> on Wednesday May 09 2001, @03:05PM (#234988) Homepage
    I wrote this ncurses driver more as a joke, but maybe it would be useful for someone...

    PicoGUI [sourceforge.net] is a GUI for embedded systems I've been working on for a while. It's video library is pretty flexible, so much so that it can render to ncurses! This means that PicoGUI apps can run in text mode almost the same as they would run in a graphical mode. The advantages would be a capable GUI that's in active development, and an easy upgrade path to a graphical system. Oh, and it's client-server if that helps. PicoGUI has client libraries for C and Perl, and more languages will be coming.

    Some disadvantages though... Currently the keyboard tabbing isn't fully functional, and mouse input probably isn't applicable here, so you might have to do some funky coding to move the focus from field to field, etc. Also, it's a relatively new GUI so it might be missing features here and there.

  • How about a GUI without X11? by Cy Guy (Score:2) Wednesday May 09 2001, @12:03PM
  • Turbovision by jkujawa (Score:1) Wednesday May 09 2001, @10:04AM
  • Re:What we really need may be hard to find, but... by matthewd (Score:1) Wednesday May 09 2001, @11:42AM
  • Totally Offtopic but needed to be posted by joq (Score:1) Wednesday May 09 2001, @10:03AM
  • Why bother? by pkj (Score:2) Wednesday May 09 2001, @01:57PM
  • Re:One word: Emacs by idistrust (Score:1) Wednesday May 09 2001, @11:11AM
  • Re:Others will surely have suggested this... by lizrd (Score:2) Friday May 11 2001, @08:35AM
  • Re:Younger generation? by yesthatguy (Score:1) Wednesday May 09 2001, @10:43AM
  • Re:What we really need by Tony Hammitt (Score:1) Wednesday May 09 2001, @04:12PM
  • hmm by selectspec (Score:2) Wednesday May 09 2001, @10:00AM
  • Re:Curses by Brama (Score:1) Wednesday May 09 2001, @12:06PM
  • Re:Curses by RobNich (Score:1) Wednesday May 09 2001, @10:11AM
  • Good reasons for CLI or TUI. by Nonesuch (Score:2) Wednesday May 09 2001, @02:47PM
  • Power Basic by Chanc_Gorkon (Score:2) Wednesday May 09 2001, @04:13PM
  • text = cheap (Score:3)

    by Roadmaster (96317) <roadmr@nOspaM.entropia.com.mx> on Wednesday May 09 2001, @10:08AM (#235003) Homepage Journal
    There *are* companies that can't afford new computers. Maybe not where you live, but think of other countries, and small towns within those countries, and shops that are big enough to merit having POS systems but not big enough to merit buying the latest whizzbang pentium 4 systems. I've seen plenty of those, and I'm talking about shops that still run a Netware 3.x server, using floppy-based DOS terminals to run some app written in dBase or FoxPro.

    Think of how nice it would be for them to be able to update their apps to something more modern, running on a Linux server which is far more interoperable than a Netware server. Cuz yes, while they might want to cut costs with their computers, it might make sense to have the *server* networked with some central location and sharing information with them.

    With this sort of situation in mind, they can keep their old terminals, and either boot with DOS, launch a TCP/IP stack and telnet application, and connect to the server, running console applications from there (remember dumb terminals?), or maybe, if the computers are fast enough (small 386's will do), do a diskless linux boot from the server and have a much neater and less archaic solution.

    However, the question arises, if all is working well under the current Novell setup, why change? well, the answer is: it's getting harder to find someone who knows Novell, and easier to find someone who knows Linux. AND yes, after all those years, the Novell boxes are starting to crap out.

    off the top of my head, i can think of two companies I know which could (or do) benefit from having a way to develop a modern app in text-mode. One of them is a freight company which has a centralized system on a DEC Alpha server and has all the branch offices connect via frame relay. Had they needed to upgrade the 386 terminals in the branch offices, it would have meant they couldnt afford to link all the offices together. And i can tell you those 386's WONT run any graphical environment but work in textmode just fine.

    The other is a hardware shop with at least 4 locations, running Novell based setups and requiring constant attention because the Novell servers are crapping out, and Novell admins are scarce in that town. A Linux text-based solution would be interesting, because they can more easily find Linux people, plus, at least in my experience, Linux is more stable; i've had Linux servers working without flaws for so long, when they actually needed me to go down there, i'd forgotten how to get there :)

    I'll stop ranting now. :)

  • Re:CLI development by rikkards (Score:1) Friday May 11 2001, @10:01AM
  • Re:A company to check out: ViewTouch by fsck! (Score:1) Wednesday May 09 2001, @01:10PM
  • Ck -- Curses toolkit for Tcl by dskoll (Score:1) Wednesday May 09 2001, @11:23AM
  • How Microsoft did it by steveha (Score:2) Wednesday May 09 2001, @11:13PM
  • Textmode Quake! by uglyduckling (Score:1) Wednesday May 09 2001, @11:25AM
  • Re:What Linux needs is some GUI but non-X-based ap by Omega996 (Score:1) Wednesday May 09 2001, @10:27AM
  • Re:Not for me. I love this topic. by Omega996 (Score:1) Wednesday May 09 2001, @12:54PM
  • Keyboard vs. Touch Screen by giberti (Score:2) Wednesday May 09 2001, @09:42AM
  • Research! by DeeezNutz (Score:1) Wednesday May 09 2001, @09:52AM
  • Re:Totally Offtopic but needed to be posted by StevenMaurer (Score:2) Wednesday May 09 2001, @11:34AM
  • Curses (Score:4)

    by Master Bait (115103) on Wednesday May 09 2001, @09:26AM (#235014) Homepage Journal
    Just use curses. It is about the simplest lib out there. You really don't need a DOS workalike api. Really, it will take you about a day to get the hang of it.


    blessings,

  • POS? (Score:4)

    by Ronin X (121414) on Wednesday May 09 2001, @09:41AM (#235015)
    Many years ago I wrote a POS (Point of Sale System)

    OH!!! I all this time I thought people were calling me up trying to sell me a Piece Of Shit!

  • Re:wussies by Animats (Score:2) Wednesday May 09 2001, @10:02AM
  • Re:CLI development by igrek (Score:1) Wednesday May 09 2001, @11:11AM
  • Re:What Linux needs is some GUI but non-X-based ap by prog-guru (Score:1) Wednesday May 09 2001, @01:07PM
  • Re:Keyboard vs. Touch Screen by mini me (Score:1) Wednesday May 09 2001, @02:25PM
  • Re:Keyboard vs. Touch Screen by mini me (Score:2) Wednesday May 09 2001, @10:14AM
  • by mini me (132455) on Wednesday May 09 2001, @10:40AM (#235021)
    I've often wondered if a XML defined windowing system was feesable? Instead of calling windowing functions as we do now, one would define the GUI in XML (it doesn't have to be XML but since it's all the rage these days why not?) and then transport it to the windowing server at the network level (yes I know this is just basically X, but hear me out ;) this could then be easily implemented on different systems and programs can run with ease on all systems.
    1. The benifits I can come up with right now are as follows:
    2. Cross-platform capability - like I said above, if all systems supported this markup then they could display the GUI, whether that be a Windows machine or a UNIX machine, and you could even run the app on the UNIX machine, but display it on the Windows machine (and vice versa).
    3. The syntax would be mostly human readable and it should be even possible to do something as easy as echo "<?xml><dialog><button>cancel&lt /button></dialog></xml>" to display a window.
    4. The data wouldn't neccesarily have to go strait to the screen, instead it could be parsed by another program - an example of how this could be useful is grabbing all the text out of a window for instance, this might even lead to making piping of GUI apps possible!

    I don't know how extesible this could be but I don't see why there couldn't be a drawing tag when you need to free drawings. For things such as bitmap graphics they could be included sperately like they are in HTML pages, they could just be sent in another request or inline if that would be better performance wise. Just some ideas, I'm sure someone who knows more about creating GUIs than I can comment on whether this would be possible and whether it would be a good idea or should we just stick to X?
  • by mini me (132455) on Wednesday May 09 2001, @10:50AM (#235022)
    I just wrote up a comment [slashdot.org] stating basically the same as this just mintues before reading this post. I believe an XML defined windowing system would be great! It could be cross-platform allowing UNIX and Windows (and other OS's!) apps to run on each others machines. (over the network even!) I also like how it could be converted to HTML pretty easily, I don't know if you want to go as far as using it for text based stuff, but why not eh? I believe we could also solve the piping problem that we have with current windowed apps using this!
  • Re:Dumb it down. WAY down... by bellings (Score:2) Wednesday May 09 2001, @03:14PM
  • Re:Why bother? (Score:3)

    by bellings (137948) on Wednesday May 09 2001, @02:52PM (#235024)
    Development time is no issue... it is quicker to design a GUI using a guibuilder than it is to code something in curses.

    The time-consuming part of GUI development is never the amount of time it takes to make the computer draw the pretty pictures you want it to draw. The difficult part is deciding how the information should be laid out on the screen, and how the user is going to interact with that information.

    There are a few reasons that GUI apps often turn out to be so incredibly shitty for data entry or certain POS tasks, and none of them have anything to do with the GUI. First, they're often written by dumb-asses who believe that the difficult part of creating a GUI is is going clickity-click in the visual builder window. Second, they're often written by people who confuse ease-of-learning with ease-of-use, and no desire to learn the factors that go into ease-of-use for a data entry system.

    I have no idea why you'd imagine a GUI system would be any harder or easier to write than a TUI system, when the difficult part has nothing at all to do with actually slapping up the code to do the TUI or GUI part.
  • Re:Curses by mar22 (Score:1) Wednesday May 09 2001, @11:28AM
  • Re:Scripting Language by xp (Score:1) Thursday May 10 2001, @04:05PM
  • Scripting Language by xp (Score:2) Wednesday May 09 2001, @09:33AM
  • Dopewars by Lizard_King (Score:2) Wednesday May 09 2001, @09:50AM
  • Re:Suggestion: TurboVision by KidSock (Score:1) Wednesday May 09 2001, @11:31AM
  • by KidSock (150684) on Wednesday May 09 2001, @12:06PM (#235030)

    How easy would it be to develop a text-mode application that has a UI that is just as capable as any GUI?

    Quite easy actually. I've been doing a lot of ncurses [gnu.org] programming lately. You can do some amazinly elaborate things with it if your a good programmer. A good technique really pays. If you start running into situations where you're brute-forcing it, I advise that you back off and do a little work on a good "framework" for your app(that's one minus about ncurses, there's very little "flamework").

    Some key points about ncurses:

    o It's very fast - Text mode applications are great for productivity. Their GUI counterparts always turn out to be slower for some reason.
    o Menus and Forms - The menu and form libraries are standard on UNIXes. You can fairly easily create fields for data entry that have built in validation routines ...etc.
    o Tables - Well, not exactly, but a clever way to make a very snappy table is to just use a menu. In text mode you can't tell the differnce. Ncurses menu-tables are more than what the Java 1.1 AWT library provides
    o Well established - Curses programming has been around for a long time. The characteristics of many terminal types has been worked out(by ESR) and abstracted into the terminfo database. Its quite portable.
    o Works Anywhere - You can run it over telnet, ssh, or just dump bulky X alltogether and run on the Linux console.

    Here's some links:

    Ncurses Intro by Eric S. Raymond and Zeyd M. Ben-Halim [cs.mun.ca]
    Linux Journal Artical by ESR [linuxjournal.com]
    Fujitsu ETI Programmers Guide [uni-hannover.de]
    SCO ETI Programming [sco.com]

    I really wish people would concentrate more ncurses programs. They're just damn efficient. Anyone who uses mutt and slrn and such knows what I'm talking about. If you're really clever, you'll librarify whatever it is that your working on so you can hook on a GUI version later after you've tweeked the behavior of the app without wasting a lot of clock-cycles on graphics programming.

  • by Floody (153869) on Wednesday May 09 2001, @09:33AM (#235031) Homepage
    I've used S-Lang considerably in the past on projects which needed a TUI. It was intuitive and had a very slight learning curve.

    Check out http://www.s-lang.org/ [s-lang.org]
  • CLI development by cr@ckwhore (Score:2) Wednesday May 09 2001, @09:46AM
  • Re:The problem being... by FortKnox (Score:1) Wednesday May 09 2001, @09:46AM
  • Gesture System? by FortKnox (Score:1) Wednesday May 09 2001, @09:55AM
  • I just have to say it... by geirlk (Score:1) Wednesday May 09 2001, @11:00PM
  • Trolltech does this... by Abreu (Score:1) Wednesday May 09 2001, @08:20PM
  • Re:text = cheap by Abreu (Score:1) Wednesday May 09 2001, @08:34PM
  • Re:Trolltech does this... (Thanks) by Abreu (Score:1) Friday May 11 2001, @10:15AM
  • This wouldn't be the Brian System from Babbages? by haplo21112 (Score:1) Wednesday May 09 2001, @01:55PM
  • You do know that several companies are by sgtrock (Score:1) Thursday May 10 2001, @08:12AM
  • Re:GEOS! by Bungie (Score:1) Wednesday May 09 2001, @10:39PM
  • Touch Screens SUCK! by donutz (Score:1) Wednesday May 09 2001, @10:06AM
  • Re:Touch Screens SUCK! by donutz (Score:1) Thursday May 10 2001, @05:05AM
  • Re:The trouble with non-graphical is... by DickBreath (Score:2) Wednesday May 09 2001, @05:26PM
  • The problem being... by Jayde Stargunner (Score:2) Wednesday May 09 2001, @09:36AM
  • Re:Younger generation? by Evil Grinn (Score:1) Wednesday May 09 2001, @11:04AM
  • Re:Since gfx gui and txt gui API? by michaelo (Score:1) Wednesday May 09 2001, @10:03AM
  • Younger generation? by quantum bit (Score:1) Wednesday May 09 2001, @10:20AM
  • Re:Younger generation? by quantum bit (Score:1) Wednesday May 09 2001, @10:46AM
  • The trouble with non-graphical is... by Billy the Mountain (Score:1) Wednesday May 09 2001, @10:01AM
  • Point of Sale? by mother_superius (Score:1) Wednesday May 09 2001, @11:59AM
  • Bah! You were lucky! by wrinkledshirt (Score:1) Wednesday May 09 2001, @01:41PM
  • Re:Dumb it down. WAY down... by SCHecklerX (Score:1) Wednesday May 09 2001, @11:53AM
  • Re:Maybe I'm just bitter... by Water Paradox (Score:1) Wednesday May 09 2001, @09:39AM
  • Actually, a good question by Water Paradox (Score:1) Wednesday May 09 2001, @09:43AM
  • Shoulda used 'Preview' by Water Paradox (Score:1) Wednesday May 09 2001, @10:02AM
  • Why Text-based? by Water Paradox (Score:2) Wednesday May 09 2001, @09:59AM
  • Re:What we really need by Twylite (Score:1) Wednesday May 09 2001, @02:40PM
  • Curses by arfy (Score:1) Wednesday May 09 2001, @09:54AM
  • GEOS! by ScottBob (Score:2) Wednesday May 09 2001, @11:51AM
  • TUI for DOS by sinjin smith (Score:1) Wednesday May 09 2001, @11:24AM
  • Re:TUI for DOS by sinjin smith (Score:1) Thursday May 10 2001, @10:33AM
  • Re:TUI for DOS by pOs*x (Score:1) Wednesday May 09 2001, @01:27PM
  • Not such a big deal to write one by localroger (Score:2) Wednesday May 09 2001, @12:26PM
  • SQL Navigator for Vax/VMS by vkt-tje (Score:1) Wednesday May 09 2001, @11:12PM
  • by cannon_trodder (264217) on Wednesday May 09 2001, @11:52AM (#235066)
    I think sometimes people have been educated if not almost brainwashed into believing that point and drool interfaces and flashy graphics make for a better user interface.

    But POS systems are fairly specialist. By removing excess graphics you can allow the end user to view the information they *need* in a clearly presented form. Anti-aliased fonts would be nice because higher resolution fonts can be more clear. Animated gifs don't really add any value though :-)

    From an intranet development point of view, people like w.i.m.p.-driven interfaces as they're easy to learn but if they have to use them every day (possibly unlikely in a pure web field) they start asking for keyboard shortcuts because they're quicker...

    If you watch a user on a unix-telnet system (like one used at a mobile phone company I worked for) you see them struggle to learn to 'archane' keyboard commands but once they have the experience they can switch between screens and get things done with almost amazing speed. The moment they we're 'upgraded' to a windows based system, they had to learn again.

    The users never reach the levels of speed previously attainable because physically moving the mouse to the neccessary command buttons takes longer than, say, the time to move between keys on a keyboard.

    Despite all this, I've still got to concede that 90%+ of all users, if given a demo of two new systems, will say they 'prefer' the graphical one over the text-based one. Talk about expensive window-dressing!

  • Re:POS? by XMyth (Score:1) Wednesday May 09 2001, @12:26PM
  • The Dialog program + shell or perl script by bram.be (Score:1) Wednesday May 09 2001, @09:46AM
  • by Old.UNIX.Nut (306040) on Wednesday May 09 2001, @11:04AM (#235069)
    A couple of Universities have done studies showing that even under the best of conditions that GUI based data entry is 15% to 20% less efficient for volume data entry than a text interface.

    Most volume data entry people use only one application all day long, and a GUI does nothing to improve their productivity.

    Ternimal/Console based applications are alive and well in the data entry arena, and until a GUI can improve (instead of decrease) productivity test based interfaces will be the platform of choice for volume data entry.

  • Re:Since gfx gui and txt gui API?(Heretical Reply) by tb3 (Score:1) Wednesday May 09 2001, @11:11AM
  • Re:Since gfx gui and txt gui API? by tb3 (Score:1) Wednesday May 09 2001, @11:15AM
  • Why use text? by gregfortune (Score:1) Wednesday May 09 2001, @09:43AM
  • Re:text = cheap by gregfortune (Score:1) Wednesday May 09 2001, @02:25PM
  • Re:Keyboard vs. Touch Screen by Chakat (Score:1) Wednesday May 09 2001, @10:02AM
  • Re:Why use text? by gcalvin (Score:2) Wednesday May 09 2001, @10:13AM
  • Re:hmm by dbCooper0 (Score:1) Wednesday May 09 2001, @12:22PM
  • Re:Curses by kcelery (Score:1) Wednesday May 09 2001, @03:36PM
  • POS Hardware by elderbro (Score:1) Wednesday May 09 2001, @01:24PM
  • Re:The trouble with non-graphical is... by kalashnikov556 (Score:1) Wednesday May 09 2001, @10:29PM
  • Re:JUST as capable??? by kalashnikov556 (Score:1) Wednesday May 09 2001, @10:43PM
  • working Curses based POS app by jburrell (Score:1) Thursday May 10 2001, @04:12AM
  • Why not newt? by sadov (Score:1) Thursday May 10 2001, @06:14AM
  • Re:No documentation or grid widget by sadov (Score:1) Friday May 11 2001, @09:09AM
(1) | 2 | 3