Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

User Image
Attila Nagy
3 discussion posts
Hey, I'am developing Electron apps (https://electron.atom.io) and DisplayFusion appends his "move-to-other-display" button (http://jmp.sh/R0tsNuw) to my windows.

Here is the manual for the window creating function: https://electron.atom.io/docs/api/browser-window/

I tried "frameless: true" parameter, not worked.

Thanks for any ideas
Mar 11, 2017  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Could you use our Window Inspector app to export the info for that window and attach it here?

Thanks!
Mar 13, 2017  • #2
User Image
Attila Nagy
3 discussion posts
Quote:
Could you use our Window Inspector app to export the info for that window and attach it here?

Thanks!


Sure!
https://jsfiddle.net/monti/7xLy6t0k/
Mar 14, 2017 (modified Mar 14, 2017)  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Thanks! I think it might be due to the window having the "WS_MINIMIZEBOX__GROUP" window style. Maybe using the win.setMinimizable() function would remove that window style?
Mar 16, 2017  • #4
User Image
Attila Nagy
3 discussion posts
Sweet! Setting minimizeble flag to false fixed the problem.

Thanks a lot! :)

Quote:
Thanks! I think it might be due to the window having the "WS_MINIMIZEBOX__GROUP" window style. Maybe using the win.setMinimizable() function would remove that window style?
Mar 20, 2017 (modified Mar 20, 2017)  • #5
Keith Lammers (BFS)'s profile on WallpaperFusion.com
No worries, glad I could help!
Mar 22, 2017  • #6
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)