Welcome, Guest. Please login or register.

Author Topic: dowdy old 3.1 zoom gadget question  (Read 1975 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: dowdy old 3.1 zoom gadget question
« on: June 17, 2003, 10:56:47 AM »

The zoom button swaps the current and an alternate position maintained by Intuition. You can use the WA_Zoom argument to initialize the alternate position. If you do not give WA_Zoom, the alternate position is equal to the initial one, causing the behaviour you described above.

You must not write to system structures. Especially not into fields that are not documented. They may no longer be there in future OS versions.

Bye,
Thomas