This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (5 messages)
Thanks for the info Mike, Vsprintf etc. had slipt pass my eyes. It works fine. Thanks, Lance – via Whap!
Variable Arguments
Message #1191
I'm interested in passing variable arguments, and then passing them again onto a routine that accepts variable argument. I would appreciate suggestions regarding a method to this idea. Below is an attempt, which Aztec 5.0b stops on the line marked below. Again, solutions or ideas would be appreciated. /********** Test…
Console use…
Message #1178
A question to the wind. Can one alter the font/color/and placement (via the Windows Rastport struct) of characters being set to window using the Console device. I'd like to change fonts etc. without having to maintain my own scrolling and wordwrap. Lance Shorb – via Whap!
Vic, Thanks for the info. I've retested, insuring the flags were properly set, and sure enough, in came the messages. I think I may have been improperly initializing the Flags. As far as why I'm interested; I'm designing/experimenting with a generic window handler, and I thought it would be usefull…
#1131-
#ActiveWindow?
Message #1147
I'm sorry, I miss-stated. I'm interested in being informed if the window becomes activated, or inactivated. I've set the appropriate IDCMP flag (ACTIVEWINDOW and INACTIVEWINDOW), but don't seem to recieve any messages. What am I missing? Thanks, Lance – via Whap!