home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / multimed / 1257 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.6 KB

  1. Path: sparky!uunet!van-bc!panam!Patrick_Clark
  2. From: Patrick_Clark@panam.wimsey.bc.ca (Patrick Clark)
  3. Newsgroups: comp.sys.amiga.multimedia
  4. Subject: AmigaVision FORM icon BUG?
  5. Distribution: world
  6. Message-ID: <Patrick_Clark.04e2@panam.wimsey.bc.ca>
  7. Date: 8 Sep 92 03:47:35 PST
  8. Organization: Commodore Computer Club / PaNorAmA
  9. Lines: 26
  10.  
  11. I am writing an application in AmigaVision (version 1.53 revision G) and
  12. have had some problems using the FORM and E FORM icons.
  13. The first Form icon in the application appears to execute fine, however,
  14. there are two extra hit-boxes in addition to the ones used for "EXIT ON"
  15. and "ABORT ON".  These extra hit-boxes are used to select other FORM icons.
  16. To accomplish this, an IF-THEN icon is placed as a child to the first FORM
  17. icon.  The IF-THEN icon checks the response() function to see if either of
  18. the extra hit-boxes have been selected, and if so, it branches to an E FORM
  19. icon to terminate the FORM icon. The icons after the first FORM icon (it's
  20. siblings) are then executed. These are IF-THEN-ELSE icons which direct the
  21. flow to other SCREEN and FORM icons. 
  22.  
  23. The screens come up fine, but when the new FORM icons are encountered
  24. nothing happens, the application just hangs there until you break out of it
  25. and go back to the editor. If the same IF-THEN-ELSE, SCREEN, and FORM icons
  26. are taken out of the flow and run they work just fine.
  27.  
  28. I have tried all sorts of variations will the flow; the trouble is, that I
  29. am not even sure what is going wrong. That makes it really difficult to
  30. fix! Has anyone had trouble like this with the FORM & E FORM icons? If so,
  31. PLEASE let me know how you worked it out.
  32.  
  33. Patrick.  
  34.  
  35. -- Via DLG Pro v0.992
  36.  
  37.