Mutual Exclude
02-Nov-92 18:39:30
Sb: #29828-Mutual Exclude
Fm: Harold Scadden 71401,3035
To: Jim Shaffer Jr. 72750,2335
Well I couldn't see the forest for the trees! I finally decided to put it
thru the old debugger and it stuck out like a sore thumb. What I totally
forgot to do was stay withing my second IDCMP loop until I was done with
the second window. I would catch the closewindow just fine if I did it
first because that was only trip one thru the loop … well try hitting a
gadget twice … forget it! I ended up in the IDCMP loop for my original
window. I checked everything out after I fixed that boo boo and it works
great. You are right, those MX gadgets are a zillion times better than the
old way of doing things. Yeap and Code field had the ordinal number etc..
just like it should have. At first I thought I might have been passing the
wrong address to GT_SetGadgetAttrs() but I had that right. All is well.
Thanks for the help.