trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

Window Manager Mode? #54

Closed macMikey closed 7 years ago

macMikey commented 7 years ago

I don't see the window modes anywhere. Are we referring to "editable window", "palette", etc.? If so then what do you mean in the description of windowTopMostWindowWithModeOfCeiling? That says the stack must be of mode pMode or lower...which means what?

trevordevore commented 7 years ago

Mode is a property of a window. Check out the dictionary entry.

macMikey commented 7 years ago

Do you mean of a stack? Window modes are described in "go", and are not numeric. If you mean stack modes, then it makes more sense, since those are numeric.

trevordevore commented 7 years ago

Yes, of a stack. I've clarified the documentation.