Isaac Yeang

Results 49 comments of Isaac Yeang

> I can get rid of the `MissingPluginException` error by following those instructions, but calling window_manager from a subwindow doesn't seem to do anything for me anymore. Like @Merrit, got...

> I managed to get it working on Windows with the following in flutter_window.cpp: > > * Imports > > ```c++ > #include "desktop_multi_window/desktop_multi_window_plugin.h" > #include > ``` > >...

@GangJust This was also encountered & solved by `769755893` and `lycstar` earlier in the thread Both of their solutions work great - 769755893's solution > `void WindowManagerPlugin::_EmitEvent(std::string eventName) { flutter::EncodableMap...

> Thanks for your reply. It works! And I am trying to sync state between main window and sub windows. In desktop_multi_window, there is only option for invoking method from...

Contrary to my prior comment, registering DesktopMultiWindowPlugin on sub-windows does make a difference When trying to send commands from sub to main window, MissingPluginException is thrown - recommendation: manually register...

Guessing from the title, would recommend checking existing thread https://github.com/MixinNetwork/flutter-plugins/issues/137

+1 on this My current workaround is to just use `player.screenshot()` or `player.screenshot(format: 'image/jpeg')` and save it into a .png file

Have only had this pop up once, but also got a similar error from Angle ![image](https://github.com/media-kit/media-kit/assets/65752735/47062d0a-962b-40cf-9097-0b7243284fef)

Integer division by 0 ![image](https://github.com/media-kit/media-kit/assets/65752735/6dcc242d-9635-40ac-9d23-44c6fd07f901)

Unable to create ANGLE EGL surface ![image](https://github.com/media-kit/media-kit/assets/65752735/cadb9527-b6ad-4d9f-9648-3a9462a7b4c3)