Moderators: simonsunnyboy, Mug UK, Zorro 2, Moderator Team
charles wrote:whats the correct way to close out the accessories windows on termination?
does this have any outcome on the handles gem assigns? or the windows id ?for each window opened ........?
is it an acculmlative number for handles among all programs or is it internally assigned per ap- instance?
charles wrote:does the closing/deleting of a window in a "lower archy" program , cause the entire following windows handle # to shift down (does gem automatically resituate/reassisgn since one of the handles has been deleted )
Deleting the window removes its definition from the system, and
makes that handle available for reuse. Always close windows before
deleting, or you may leave a "dead" picture on the screen. Also be
sure to delete all of your windows before ending the program, or your
app may "eat" window handles. The syntax for deleting a window is:
wind_delete(handle);
Users browsing this forum: No registered users and 2 guests