Resize system.gui.confirm

Hello,

Sorry if I’ve missed this somewhere but I have a question about the system.gui.confirm function:

Is it possible to resize this? Ideally without having to do any modifications to the java which I’m assuming is behind this built in function?

Thanks in advance,

Brian

No, we don’t expose any customization of the built-in modal dialogs. You’d have to make your own popup window, and making one that’s modal is…a bit of an exercise; you’ll find some good references on this forum.

That is kind of what I figured. Thanks for the reply, though! Appreciate it.

What are you trying to resize exactly? You can add html to the message string and change the font sizing, which adjusts the sizing of the popup automatically.

image

1 Like

aaah interesting.

Thanks I’ll give that a try and see if I can make something work.