> Subject: Re: [FB] Alert resource question > Date: Sat, 14 Aug 1999 13:12:23 -1000 > From: Derek Smith <dereksmi@...> > To: futurebasic@... > > You're missing something important! You ar right there! > The compiler has nothing do with this > at all. In ResEdit, you are supposed to assign numbers to each > dialog/alert item yourself. When your have the DITL resource opened in > resedit, choose "Show Item Numbers" from the DITL menu and it'll display > the id numbers for each button/field, etc. In order to change the > numbering, you can choose "Renumber..." from the DITL menu. If you just > dropped items into the ALRT or DLOG as you made it, the items will have > an ID number which corresponds to what order you made them. So if you > didn't make the OK button first each time, then it will have different > ids. > > -Derek Thanks Derek, that explains everything. Stewart