I haven't looked into this much, but if I understand you correctly, the rect of the stack (or window) only gives you the rect of the section INSIDE all the window decorations. If this is not enough, can you just work out what the border & window title sizes are (presumably they vary between platforms) and apply them to the window rect yourself. It isn't an elegant solution but it should work.
Sarah On Monday, July 1, 2002, at 05:36 PM, Monte Goulding wrote: > > How do you get the rect of a stack including the actual window? > > "put the rect of window myStackName" compiled but ended up being the > same as > "put the rect of stack myStackName". "put the rect of window (the > windowID > of stack myStackName)" doesn't compile. > > Any idea's??? > > Cheers > > Monte > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
