home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!mips!apple!portal!cup.portal.com!Tony-Preston
- From: Tony-Preston@cup.portal.com (ANTHONY FRANCIS PRESTON)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: ToolMaker from CATS
- Message-ID: <63972@cup.portal.com>
- Date: Thu, 13 Aug 92 08:47:52 PDT
- Organization: The Portal System (TM)
- References: <1B776606WK@tron.gun.de> <63842@cup.portal.com>
- <34200@cbmvax.commodore.com>
- Lines: 15
-
- Well, I would like to be able to do the complete user interface code
- and NOT have to touch it! What I mean is this. Example:
-
- 1) create a user interface with 3 gadgets. Gadget A, B, and C.
- 2) Gadget A is opens a window, Link the Gadget A to a new window.
- Code generation for gadget a opens a window, calls the handling
- function, closes the window. The handling function does all the
- event processing for the new window(which is also defined in
- Toolmaker).
- 3) Add a strig gadget to each gadget definition which is the routine
- name to call. Then generate code for a gadget case which is:
-
- case GADGET_A: Function_A();break;
-
- or in the object oriented case just invoke Funtion_A() like now.
-