Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
File Viewer Interface
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Roedy Green  
View profile  
 More options Dec 23 2011, 2:09 pm
Newsgroups: comp.lang.java.advocacy
From: Roedy Green <see_webs...@mindprod.com.invalid>
Date: Fri, 23 Dec 2011 11:09:38 -0800
Local: Fri, Dec 23 2011 2:09 pm
Subject: File Viewer Interface
Ironically, the best file viewer I ever used was created for DOS,
called Lotus Magellan.  With a single keystroke you could view and
file and the viewing came up instantly. It let you use wildcards that
spanned multiple directories, and sort in various orders.

The to its success was a C interface you could use to implement a
viewer for any type of file. It was designed for speed.

What we need today is something similar for Java.  The viewer
interface would let you write various types of file organiser/viewers,
and they would work with the entire library of submitted viewers.  If
they did not, you could always write your own code to the viewer
interface.

Viewers are simpler and faster than editors, and can be stripped down
from what the full editor would display.  A viewer only has to render
the top chunk of a file immediately.  It can procrastinate the rest
till when the user scrolls down.

Such a tool would let you rapidly review files and delete the unwanted
files with a single keystroke, or move it off to some attic directory.

The hard part of writing a file organiser is the Viewers. With this
standard interface anyone could write one to their own particular
needs, or modify an existing one.
--
Roedy Green Canadian Mind Products
http://mindprod.com
If you can't remember the name of some method,
consider changing it to something you can remember.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roedy Green  
View profile  
 More options Dec 23 2011, 11:49 pm
Newsgroups: comp.lang.java.advocacy
From: Roedy Green <see_webs...@mindprod.com.invalid>
Date: Fri, 23 Dec 2011 20:49:57 -0800
Local: Fri, Dec 23 2011 11:49 pm
Subject: Re: File Viewer Interface
On Fri, 23 Dec 2011 11:09:38 -0800, Roedy Green
<see_webs...@mindprod.com.invalid> wrote, quoted or indirectly quoted
someone who said :

>The hard part of writing a file organiser is the Viewers. With this
>standard interface anyone could write one to their own particular
>needs, or modify an existing one.

There may be several interfaces:
1. deliver vanilla text
2. deliver RTF or something similar.
3. deliver a bit map of rendered text.
--
Roedy Green Canadian Mind Products
http://mindprod.com
If you can't remember the name of some method,
consider changing it to something you can remember.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John B. Matthews  
View profile  
 More options Dec 24 2011, 1:15 am
Newsgroups: comp.lang.java.advocacy
From: "John B. Matthews" <nos...@nospam.invalid>
Date: Sat, 24 Dec 2011 01:15:19 -0500
Local: Sat, Dec 24 2011 1:15 am
Subject: Re: File Viewer Interface
In article <r3k9f79918g6iempv83c2kmav24ot9n...@4ax.com>,
 Roedy Green <see_webs...@mindprod.com.invalid> wrote:

See also this Code Review entitled "File Browser GUI":

<http://codereview.stackexchange.com/q/4446/6692>

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »