home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 July / AMIGA_1996_7.BIN / ausgabe_7_96 / pd-programmierung / ace_prgs.lha / gfx / InFFo.lha / ReadMe < prev    next >
Text File  |  1994-10-26  |  732b  |  27 lines

  1.  
  2. InFFo is a modification of prgs/gfx/IFF.b which shows how a small borderless
  3. information window can be used in conjunction with an IFF picture.
  4.  
  5. If a bordered window is desired, you can change the window type parameter from
  6. 32 to 0. Notice that if you don't want a title bar for a window, you should
  7. not put ANYTHING between the two commas following the window-id number since
  8. a null string is different to NO string at all. Hence:
  9.  
  10.     WINDOW 1,"", ...
  11.  
  12. will give you an empty window title bar while:
  13.  
  14.     WINDOW 1,, ...
  15.  
  16. will give you no title bar at all.
  17.  
  18. This program was written in response to a query on the ACE discussion list 
  19. re: small borderless windows used in conjunction with IFF pictures.
  20.  
  21. Rgds,
  22.  
  23. David Benn
  24.  
  25. October 1994
  26.  
  27.