Engine.showYesNoWindow lose focus in Logic
-
I'm using the
Engine.showYesNoWindow()
function in a compiled plugin, however the window lose focus and hides behind the plugin window when used in Logic
This doesn't happen in Ableton, anybody knows how to fix this?
This is the code I use for open the window
inline function onSaveComparedBtnControl(component, value) { if (value) { Engine.showYesNoWindow("Save", "Save 'THIS' as preset?", function(response) { PresetsOpen.setValue(response); PresetsOpen.changed(); }); } }; Content.getComponent("SaveComparedBtn").setControlCallback(onSaveComparedBtnControl);
-
This doesn't happen in Ableton, anybody knows how to fix this?
I think this is something that needs to be fixed in C++.
-
@d-healey Ok, and you have become a c++ guru right?
-
I think this is something that needs to be fixed in C++.
I think this is something that needs to be fixed by Logic...
-
@ulrik said in Engine.showYesNoWindow lose focus in Logic:
@d-healey Ok, and you have become a c++ guru right?
No I'm still just a hack :)