Re: opening stack as modal changes screenMouseLoc?

2014-12-09 Thread Dr. Hawkins
*bump* Also, this is happening in the ide. On Sat, Dec 6, 2014 at 1:55 PM, Dr. Hawkins doch...@gmail.com wrote: I have a control stack to pop up as a modal, and use set the loc of this stack to the screenMouseLoc in preOpenStack If I simply open the stack *not* as modal, it

Re: opening stack as modal changes screenMouseLoc?

2014-12-09 Thread Scott Rossi
I would guess this is happening because the behavior of displaying a modal stack is based on some UI convention of centering modal dialogs on the screen. The answer dialog behaves this way. One way to work around this is to use a suspendStack handler in the main stack that opens the model,

opening stack as modal changes screenMouseLoc?

2014-12-06 Thread Dr. Hawkins
I have a control stack to pop up as a modal, and use set the loc of this stack to the screenMouseLoc in preOpenStack If I simply open the stack *not* as modal, it properly appears centered on the mouse. If opening *as*, modal, however, it opens away from that, near the middle of the