home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!purdue!mentor.cc.purdue.edu!noose.ecn.purdue.edu!samsung!transfer!ceylon!bunny!rc05
- From: rc05@gte.com (Ramesh Chandak)
- Newsgroups: comp.sys.mac.programmer
- Subject: Dealing with PICTs in an application built with THINK C
- Message-ID: <18764@bunny.GTE.COM>
- Date: 5 Sep 92 03:23:42 GMT
- Organization: GTE Laboratories Incorporated, Waltham MA
- Lines: 18
-
- I developed the interface using AppMaker and then generated the THINK C
- code for it. Then I copied couple of PICTs from the scrapbook onto
- one of the windows within the application. What I want to do is very
- simple : you click on PICT 1, the application should open WINDOW 1.
- When you click on PICT2, the application should open WINDOW 2. However,
- even from the source code level, I'm not able to define PICT 1 and 2
- as separate from the WINDOW.
-
- At the source code level, there is a procedure called MOUSEIN which
- acts for the WINDOW. So I click on any place on the window, it goes
- to WINDOW 1.
-
- ANy ideas on how I can achieve PICT 1 -> WINDOW 1 and PICT 2 -> WINDOW 2
- functionality. ANy public domain source code available that might help ?
- Any pointers / references / suggestions will be greatly appreciated. Thanx
- much in advance.
-
- - Ramesh M. Chandak
-