Title: | Atari ST, TT, & Falcon |
Notice: | Please read note 1.0 and its replies before posting! |
Moderator: | FUNYET::ANDERSON |
Created: | Mon Apr 04 1988 |
Last Modified: | Tue May 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1433 |
Total number of notes: | 10312 |
>>> REDRAW WITH GEM AES ?? <<< Could someone help mi with this Problem i have ? i make a program that use 4 windows on the screen , i can move the windows, make it bigger and so on. now mi problem: how can i do the redraws of the destroyed part of the windows ? or is there in AES a rountine for that ? i try FORM_DIAL but i is not working . thanks FRED
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
372.1 | It won't do the redrwa for you, you have to do it yourself. | PRNSYS::LOMICKAJ | Jeff Lomicka | Thu Jan 12 1989 12:01 | 10 |
You have to process input from EVENT_MULTI(), and interpret the WM_REDRAW messages that come as MU_MESAG events. For an example program in Mark Williams C, please look at PRNSYS::DUA1:[LOMICKAJ.HOBBY.ST]VIEWFILE.C, which is an example of using windows in GEM. This program allows you to read files into windows, and scroll around with the scroll bars. (This is the program that I will attempt to explain at the next ABACUS meeting.) |