Second program, another question

Edward Di Geronimo Jr. (edwdig@bergen.org)
Sun, 29 Sep 1996 20:45:42 -0400

Hopefully for this program I won't have as many questions...

Ok, basically what I'm trying to do is make something like the Voyetra set
of Windows sound apps. Basically, it's three programs: AudioStation, WinDAT,
and Orchestrator. Orchestrator is a midi composer, WinDAT is a Wav editor,
and AudioStation is a mixer with a cd player and midi and wav players (only
play). The interface for AudioStation is just the title bar with a button
bar underneath. One button for each module. When you click the button, the
window grows and the module you clicked is attached. When you click again,
it gets detached and the window shrinks again. I want to do that, as the
screen won't be large enough for all the modules when I finish them (mixer
and wav player done), and it is inconvient to have the ones you don't use on
the screen. So basically I want to do the same thing the Windows program
does. By toggling the GS_USABLE bit I can get the modules to appear and
disappear, but the Primary window stays the same size. How do I do it? If
you don't understand what I mean, I want like GeoDex does when you change
between Both View and Card View.

-------------------------------------------------------------------
| Edward Di Geronimo Jr. edwdig@bergen.org |
-------------------------------------------------------------------