Appify-UI icon indicating copy to clipboard operation
Appify-UI copied to clipboard

Window opens in weird position and size

Open jhuckaby opened this issue 13 years ago • 1 comments

Hey Thomas,

Thank you so much for Appify-UI! I am much enjoying playing with it, and starting to design some great apps built on it. However, I have an issue. The main UI window opens in a sort of "non-standard" position and size, like on the bottom-left corner of my screen, and at a size I do not want. I know I can use JavaScript to resize and reposition the window, but that is very "jerky", as the window appears to "jump" to the new location after it has already opened. This isn't a great user experience.

My question is, can you simply launch the app with the window initially hidden, and then show it once the DOM finishes loading? That would solve all my problems I think.

Or, is there any way for me to configure the initial position and size of the window, possibly with command-line arguments or Info.plist changes?

Thanks again for a great framework!

  • Joe

jhuckaby avatar Mar 06 '12 00:03 jhuckaby

Wow, I can't believe I never saw this issue. Sorry about that :[ I've been using node-webkit for everything lately.

Appify-UI is just a pre-compiled version of an old fork of MacGap. https://github.com/maccman/macgap That's probly what you want to use instead.

subtleGradient avatar Apr 07 '13 05:04 subtleGradient