[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::atarist

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

372.0. "aes redraw ?" by ZUR01::BOLLIGER () Thu Jan 12 1989 11:26

    	     >>>	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.RTitleUserPersonal
Name
DateLines
372.1It won't do the redrwa for you, you have to do it yourself.PRNSYS::LOMICKAJJeff LomickaThu Jan 12 1989 12:0110
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.)