Native Alert Window

How can I make an AlertWindow that is modeless use the native look without using the static functions?

Not sure whether that's even supported on all OSes.. It probably could be, but we've not implemented it.

(It's a good request though - will add to our backlog..)

Well I am glad to know it has not been implemented because I tried for several hours trying to get it to work.

At a minimum it could be a native window that contains juce components. Then the user could simulate native controls if they wanted.

BTW, you sure are up early in the morning for a software guy!

Thanks

If you want a non-native AlertWindow, then you can already (and always should!) run those as async modal.

(And yes, at ROLI we start at 8.30am!)