CompuServe Thread

#Multiple windows

2 messages in this thread
#132297From: Greg WilliamsJul 18, 1993 10:31 PM
I created 4 windows in ResEdit 2.1 on a Mac si (sys. 7.1) and am trying to get them to show on the screen simultaneously in THINK Pascal. All of the windows appear at the correct location when viewed in ResEdit, but when I run my Pascal program, the first one appears in the middle of the screen, while the other 3 appear in their proper locations. The first is _supposed_ to be at 40, 40, 140, 140. I'm sure the program uses the proper window ID when it displays the first window. Any ideas? Thanks, ==> Greg
#132307From: Steve StockmanJul 19, 1993 1:12 AM
Greg: >>> All of the windows appear at the correct location when viewed in ResEdit, but when I run my Pascal program, the first one appears in the middle of the screen, while the other 3 appear in their proper locations. <<< Are you sure that your first WIND resource doesn't have Auto Position information attached to it? Open it in ResEdit and select Auto Position from the WIND menu to check. Steve