Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!bagate!dsinc!unix.cis.pitt.edu!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!doug.cae.wisc.edu!jverdega From: jverdega@cae.wisc.edu (Jeffrey Verdegan) Newsgroups: comp.sys.mac.programmer Subject: Weird alert behavior Keywords: What the?!? Message-ID: <1991Jun19.094234.22837@doug.cae.wisc.edu> Date: 19 Jun 91 14:42:34 GMT Distribution: usa Organization: Computer-Aided Engineering, Univ. of Wisconsin-Madison Lines: 26 Originator: jverdega@serv1.cae.wisc.edu I've observed some weird behavior in a couple of alerts lately. I call ParamText("\pSome text", "\p", "\p", "\p"); Alert(BLANK_ALRT, NULL); where blank alert is the resource ID of an alert containing only an OK button and a static text item. In the static text, I have ^0, ^1, ^2, and ^3. It has worked in other parts of the program. Now, when I put it in a new place to monitor program execution, all that shows up is the window frame and the outline of the OK button. The "OK" isn't there, nor is the text. I've also noticed almost identical behavior with a modal dialog inside the same function. The outline of the buttons and the window frame appears, but none of the other stuff. Has anybody seen this before? I'm running THINK C v4.0.5 on a IIci with system 6.0.5, if that makes a difference. Thanks in advance! :-) Jeff Verdegan University of Wisconsin Computer-Aided Engineering Center jverdega@cae.wisc.edu