Page 1 of 1

Center window set to true not centering

Posted: Fri Jan 09, 2015 12:28 pm
by mrssmitty15
by mrssmitty15
Profoundui documentation states:
Center Window
If set to true, the window will be centered within the boundaries of the previously rendered screen.

What is the secret to making this work other than setting it to true ?

Here is my situation: I have a window, the user clicks the delete button, a confirmation window appears to verify the deletion.
I would like the confirmation window to be centered over the previous window. I have set the confirmation window to center window - true but the confirmation window does not show centered over the previous window. The only other settings are: show as window - true, and assume - true.

Thanks

Re: Center window set to true not centering

Posted: Fri Jan 09, 2015 12:54 pm
by Scott Klement
Hmmm... strange.

So that I can see what you're seeing, can you generate a JSON dump?

While the screen (including the not-centered window) is on the display, press Ctrl-F9. The browser should ask you to download a file named json.txt. Either post that file here or e-mail it to support@profoundlogic.com, and I'll take a look.

Re: Center window set to true not centering

Posted: Fri Jan 09, 2015 7:21 pm
by mpilo0
Hey,
We've had this problem before and it was due to the fact that we had fields outside the window. Even hidden fields count in this aspect. You must absolutely make sure that every thing is within the window border.

Michael