Ekopalypse
Ekopalypse
And I assume that the prompt field should be empty afterwards and have the input focus?
But it is your feature request and from my point of view something completely different than writing something manually in the prompt box, so I think this can/should work according...
Hi, in general, yes, but I have an [issue](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13835) whose cause I have not yet found. Another problem(?) is how such a dialog would be handled after a restart of...
Ah, yes - the dockable dialog feature hasn't been made public yet. I'll publish another branch with this experiment after work (3-4h) today.
See https://github.com/Ekopalypse/NppPythonScripts/tree/dockable_dialog_experiment ~~~py from Npp import console from WinDialog import DockableDialog, Button class MyDialog(DockableDialog): def __init__(self, title='Dockable Dialog Test'): super().__init__(title=title) self.pointsize = 11 self.typeface = 'Segoe UI' self.btn1 = Button('Button1',...
With Rust and CreateDialogIndirectParamW it works, so it looks like it's not a problem with this API function ... hmm ... 
> I cannot reproduce the crash at all. To be honest, I would be surprised if it could be reproduced so easily. By the way: For me, the easiest way...
Sorry for the delay
I tested the single-monitor solution, but the result was the same. Then I uninstalled the AMD Graphics Suite software, as I saw that it had been updated recently. After restarting,...
Hello @guy038 Did the operating system itself crash or just Notepad++? Since I've been testing it, I've never seen a dialog box indicating that this program crash is being reported...