I got myself MoI for Xmas and currently attempting to write a plugin. (I'm on a Mac (Monterey) )
1. In my plugin I create windows with `openDialog` but when I try to move them with `window.move(x,y)` the move doesn't work. All windows are loading the same URL but with different params in the URL arguments. I tried to move them from with JS but it doesn't work. (Same issues with V5 Beta.)
Any pointers or work arounds will be appreciated...
|