home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK3 / DFUE_31 / AIR202.ZIP / WHATSUP.DOC < prev   
Text File  |  1993-11-17  |  3KB  |  66 lines

  1. What's up for AIR?
  2.  
  3.   1. Well, of course to make some more screens available.
  4.  
  5.   2. AIR is pretty well running smooth now, the file size is getting
  6.      larger with the addition of frames.
  7.      My main concentration now will be on packing the frames in an external
  8.      file, hopefully with a management program that will allow addition and
  9.      deletion of frames, and "text mode" editing.
  10.      To do that there are a lot of factors to contend with, it won't happen
  11.      overnight :-)
  12.      I will be adding a few more frames, but after that, the additions will
  13.      stop till I get the external file done.
  14.  
  15.  2a. The management program is well under way.  I actually have a command
  16.      line version running here, no bells and whistles yet.
  17.  
  18.      Currently the program will do this:
  19.         1. List all frames in the file
  20.         2. Add a RIP to the file.
  21.         3. Delete a frame from the file.
  22.         4. PACK the file after deletion of frame(s).
  23.         5. Query the file for info on a particular frame.
  24.         6. Dump a AIR frame out to viewable format.
  25.  
  26.      Planned features:
  27.            Edit frames in text and/or graphical mode.
  28.            Edit the Name/Description of each frame.
  29.              (currently stored with the frame)
  30.            The manager will have full mouse support, and will
  31.            make use of menus, pick lists, and dialog entry boxes.
  32.            And a few others.....
  33.  
  34.      The editing functions, text mode and graphical mode, have not been
  35.      implemented yet, they will be comming along with all the other extra
  36.      stuff. Still working the bugs out of the basic things.
  37.  
  38.      The problem I have is the file size of the external file in which the
  39.      AIR frames are maintained in.  Using a standard RECORD format, the 10
  40.      frames in AIR currently, require a 16K data file. And the frames
  41.      themselves only add up to about 4K..... see what I mean?
  42.  
  43.      Hopefully I can slim this requirement down some, the capabilities
  44.      available with the frames in an external file are great, but I need a
  45.      smaller file size!
  46.  
  47.      Once the program, aptly named AIRMGR.EXE is complete, all registered
  48.      users will receive it at no cost. And I will most likely release
  49.      a limited version for evaluation.
  50.      I'm hoping to have a finished version available in less than a month.
  51.  
  52.  
  53.   3. Eventually I will be doing my own RIP viewer, which will allow you to
  54.      view your new AIR/RIP screen, and decide if you need to change it,
  55.      before you exit.
  56.  
  57.  
  58.   I also plan on developing a RIP version of my Ansi Animation Slideshow,
  59.   which presents all, or selected files in a slideshow format. Also has a
  60.   built in File Manager.
  61.   The new version would be the same, but dedicated to RIP screens.
  62.   I have not done much in Graphics programming, so there needs to be some
  63.   study time and experimenting, before this comes to be a reality.
  64.   But the idea is on the books!
  65.  
  66.