james@utastro.UUCP (James McCartney) (04/18/89)
I'm writing a program that needs to run a real-time task, so it needs to call the task procedure as often as possible. I've installed the task into menuHook and dragHook, and also have it installed as an actionProc every time I call TrackControl. What I can't find in IM however, is how to specify the actionProc when DialogSelect or ModalDialog calls TrackControl. My task stops dead when a dialog button is pressed and starts again when it is released. Since DragHook is installed, my task IS called when in a ScrollBar thumb. I can't just install it as a VBL task since it needs to things VBL tasks can't do. --- James McCartney