home *** CD-ROM | disk | FTP | other *** search
/ Asymetrix Demo / Asymetrix.iso / prg / tutorial / vo36.wav (.mp3) < prev    next >
Waveform Audio File Format  |  1994-07-11  |  1.5 MB  |  1 channel  |  22,050 sample rate  |  1 minute, 10 seconds
Transcription: You can create an object transition, such as dissolving to the text of the X-SAT logo. We'll add this script to the Enter Page Handler. First, we call the Lock Window Update function. We've passed the window handle of ToolBook's client area to lock the screen. When we show the group X-SAT, ToolBook can't redraw the screen, so we see no change. Now, we can unlock the screen by passing 0 to the Lock Window Update function. However, we still don't see any change. To make Toolbook draw the XSAT logo with our dissolve effect, we'll transition to the page we're currently on. Normally, this would sen ...