S.
04/12/2022, 1:47 PMModifier.fillMaxSize().background(Color.Black.copy(alpha = 0.5f))
When the parent window is floating, I get the expected result but whenever it's maximized the box is just plain black opposed to being transparent.
However every time I create a transparent window I get Failed to create DirectX12 device.
I assume this is the root of all evil or could it be caused by something else?Igor Demin
04/12/2022, 3:12 PMS.
04/12/2022, 3:21 PMrememberDialogState(size = state.size, position = state.position)
state being:
rememberWindowState(width = 1280.dp, height = 800.dp, placement = WindowPlacement.Floating)
transparent = true
. works if false