--- In [email protected], David Troesch <davidt.pproyg2...@...> wrote: > > > But I don't think rolled works in Vista or Win7 with the aero stuff turned > > on. I am afraid I don't use window rollup so it will likely stay broken, I > > am afraid. > > It kinda works. With the default theme, it hides the windows contents > but leaves the edges of the window that is the thinker window edges > still showing. Looks interesting ;) > Ooops, bad news. I don't know how Bruce realizes the rollup. Is it an API that hides the content and only leaves the titlebar visible or is it just the resize of the window height?
If it's a special API you could try to rebuild the action by just modifying the height: You could store the origin height of your window in a variable and roll it by using win.height. The other way round you resize it with the stored height in your variable. I don't think that just modifying the height would cause GUI malfunction. That's just an idea I will try when I'll update my OS in the future. Bye.
