Constraining multiple stack windows within one stack window

Richard Gaskin ambassador at fourthworld.com
Tue Oct 26 14:58:17 EDT 2004


Glen Bojsza wrote:
> I was wondering if anyone can tell me how to constrain one stack
> window within the given area of another stack window.
> 
> An analogy would be microsoft word and opening several documents ...
> the documents are constrained by the current size of the word
> window...the document can be maximized or sized  .  In my case I want
> to open several different stacks.
> 
> Hopefully, I've explained this correctly.

If I understand you correctly, what you're after is MDI ("Multiple 
Document Interface"), one of four windowing models specified in the Win HIG:
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwue/html/ch10a.asp>

Support for MDI has been requested at Bugzilla:
<http://support.runrev.com/bugdatabase/show_bug.cgi?id=1928>

But if you examine the behaviors of MDIs as implemented in multiple 
applications, you'll find them varying quite a bit and perhaps 
ultimately confusing to the user.

Maybe a better approach to get your app running now would be to explore 
other options to provide the same benefits you were looking for with MDI.

What is the end-user benefit of these constraints in your app?

--
  Richard Gaskin
  Fourth World Media Corporation
  __________________________________________________
  Rev tools and more: http://www.fourthworld.com/rev


More information about the use-livecode mailing list