home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / gui / visualarts / product-info next >
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  2.6 KB  |  96 lines

  1. .name
  2. VisualArts
  3. .type
  4. Programming Utility
  5. .aminet-dir
  6. dev/gui
  7. .short
  8. A powerful GUI designer
  9. .description
  10.   Visual Arts is an Graphical User Interface designer based on the
  11. Gadget Tools library for Workbench 2.0 or higher.  Visual Arts takes a
  12. different approach in creating professional GUIs that will improve
  13. your development time.
  14.  
  15.   Visual Arts has some unique features such as creating primitive
  16. graphic drawing objects such as Circles, Lines and Rectangles with
  17. options of filled and custom patterns; a Menu Manager to manage all
  18. menus, a List Manager to manage lists, and Scripts can be attached to
  19. any active object or menu items and many other unique features such as
  20. PopUp menus, AREXX interface, custom images, custom images for
  21. buttons, palette picker, Context Sensitve layout, console and serial
  22. handlers, speech and standard requester and ASL libraries.
  23.  
  24.   What sets Visual Arts apart from other GUI designers is its ease of
  25. use and object oriented approach.  Any objects created such as
  26. GadTools or Texts can be manipulated such as sized, change its
  27. attributes such color, font or positioning; everything you need to do
  28. is all visually on screen, no need to dig through multi-level menus or
  29. requesters to perform an operation.  Unlimited windows can be opened
  30. even with the same layout.  With Visual Arts simple user interface,
  31. prototyping and screen designs can be constructed in minutes with
  32. instant C source code and dynamic link to other applications thru
  33. AREXX.
  34. .version
  35. 2.5
  36. .author
  37. Danny Y. Wong
  38. .reference
  39. FreshFish-Vol8-1:New/dev/gui/VisualArts/
  40. 2.1
  41. FreshFish-Vol8-2:BBS/dev/VisualArts-2.1.lha
  42. 2.1
  43. GoldFish-Vol2-1:Files/dev/gui/VisualArts/
  44. 2.0
  45. FreshFish-Vol7:New/dev/gui/VisualArts/
  46. 2.0
  47. FreshFish-Vol5:New/dev/gui/VisualArts/
  48. 1.0
  49. .requirements
  50. Requires OS 2.0+ and 1Mb+ RAM
  51. .distribution
  52. Shareware
  53. .address
  54. 131 64 Ave NW
  55. Calgary, Alberta
  56. T2K 0L9 CANADA
  57. .email
  58. danwong@foul.cuug.ab.ca
  59. .docs
  60. WhatzNew?
  61. Docs/VisualArts.guide
  62. .described-by
  63. Richard Fish
  64. .submittal
  65. Downloaded via ftp from wuarchive.wustl.edu.
  66. .execute
  67. set choice `RequestChoice "VisualArts" "Please select an option" "View Readme" "View Guide" "View Pic" "Run Program" "Cancel"`
  68.  
  69. if $choice EQ "0"
  70.   quit 5
  71. endif
  72.  
  73. if $choice EQ "1"
  74.   MetaTool Whatz_New? TEXT
  75. endif
  76.  
  77. if $choice EQ "2"
  78.   cd Docs/
  79.   MetaTool VisualArts.guide GUIDE
  80.   cd /
  81. endif
  82.  
  83. if $choice EQ "3"
  84.   set filechoice `RequestFile TITLE "Select File" PATTERN "#?.pic" DRAWER "Docs"`
  85.   set dirchoice `pathname $filechoice`
  86.   set filechoice `basename $filechoice`
  87.   failat 21
  88.   cd $dirchoice
  89.   MetaTool $filechoice ILBM
  90. endif
  91.  
  92. if $choice EQ "4"
  93.   assign libs: VAInstall/ ADD
  94.   VisualArts
  95. endif
  96.